Started by timer Running as SYSTEM Agent centos-7-agent-6gb-zcmnx is provisioned from template centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33" jenkins/label: "centos-7-6gb" name: "centos-7-agent-6gb-zcmnx" 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-zcmnx" - 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-zcmnx" - 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-3160.vd76b_9ddd10cc" 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-zcmnx (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Tests 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/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.6' > 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 origin/master^{commit} # timeout=10 Checking out Revision 4631b32356daa599ee8908c4ae6218a5aa2d4260 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4631b32356daa599ee8908c4ae6218a5aa2d4260 # timeout=10 Commit message: "Bug 582075 - [Releng] Update version for 2023-12 RCP" > git rev-list --no-walk 4631b32356daa599ee8908c4ae6218a5aa2d4260 # 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] $ Xvnc -help Starting xvnc [Papyrus-Master-Tests] $ Xvnc :14 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34 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 Sun Apr 14 04:28:46 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5914 vncext: created VNC server for screen 0 [Papyrus-Master-Tests] $ /bin/sh -xe /tmp/jenkins17475949827479627442.sh + export _JAVA_OPTIONS=-Xmx2048m + _JAVA_OPTIONS=-Xmx2048m [Papyrus-Master-Tests] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/tests/pom.xml -Dpapyrus.repo.toolsmiths=https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/ -Dmaven.repo.local=repo-tst -Dpapyrus.repo.main=https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/ clean verify Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.3 (88e4728c5da382f02c0459c918c2683048f95740) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [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.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.nattable.main.test [pom] [INFO] org.eclipse.papyrus.infra.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.editor.integration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.nattable.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.component.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.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.composite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.activity.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.timing.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.diagram.feature [eclipse-feature] [INFO] org.eclipse.papyrus.emf.facet.tests [pom] [INFO] org.eclipse.papyrus.emf.facet.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.emf.facet.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.tests.releng [pom] [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.toolsmiths.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.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.uml.textedit.tests.releng [pom] [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.parameter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests.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.infra.nattable.model.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.main.test [pom] [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.infra.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.nattable.feature [eclipse-feature] [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.resourceloading.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.semantic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests [eclipse-test-plugin] [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.views.documentation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.views.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.profile.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.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.service.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.types.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelrepair.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.drafter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.service.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.tests.uml.feature [eclipse-feature] [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.tests.infra.core.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.ui.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.readonly.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.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.properties.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.properties.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.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.infra.tools.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.gmfdiag.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests [eclipse-test-plugin] [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.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.gmf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.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.services.labelprovider.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.architecture.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.statemachine.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.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.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.architecture.tests [eclipse-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] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/releng/tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.plugins.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.infra.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT [3/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [4/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [5/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/releng/tests/main-tests/targetPlatform/org.eclipse.papyrus.main.tests.targetplatform.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@157e14f2 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).] [INFO] Adding repository https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository [INFO] Adding repository https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [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/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [WARNING] [9ddd1687-07d4-4ca4-bc13-696b26bfe519][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.logging,1.1.1.v201101211721. [WARNING] [9ddd1687-07d4-4ca4-bc13-696b26bfe519][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.0.0.201703081533. [WARNING] [9ddd1687-07d4-4ca4-bc13-696b26bfe519][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611. [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.clipboard.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.nattable.main.test >-- [INFO] Building org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT [6/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.main.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT [7/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.editor.tests.releng >-- [INFO] Building org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT [8/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [9/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Resolving class path of org.eclipse.papyrus.editor.integration.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editor.integration.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 344 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.infra.nattable.views.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT [10/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] The project's OSGi version is 2.0.100.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.views.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 8 problems (8 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.views.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 344 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.nattable.common.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT [11/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.common.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.common.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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:org.eclipse.papyrus.tests.infra.nattable.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT [12/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] The project's OSGi version is 1.4.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 342 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.tests.releng >--- [INFO] Building org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT [13/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [14/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [15/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.8.0.202311130907/org.eclipse.gmf.runtime.gef.ui-1.8.0.202311130907.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202404140302/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202404140302/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202404140302/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202404140302/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202404140302/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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 31. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 32. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 32 problems (0 errors, 30 warnings, 2 infos) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.component.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT [16/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.component.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.component.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.infra.gmfdiag.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT [17/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.canonical.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT [18/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] The project's OSGi version is 2.1.100.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.canonical.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[486] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 1 problem (1 warning) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 340 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.uml.dynamic.profile.tests >-- [INFO] Building org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT [19/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.dynamic.profile.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 95 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [20/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.common.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 4. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 6. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 7 problems (0 errors, 2 warnings, 5 infos) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.common.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 378 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.composite.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT [21/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.composite.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 3 problems (0 errors, 2 warnings, 1 info) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.sequence.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT [22/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.sequence.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 126. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 126 problems (0 errors, 125 warnings, 1 info) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.deployment.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT [23/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.deployment.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.wizards.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT [24/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.wizards.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.tests:org.eclipse.papyrus.uml.diagram.profile.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT [25/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.profile.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.diagram.activity.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT [26/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] The project's OSGi version is 2.0.100.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.activity.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/target/org.eclipse.papyrus.uml.diagram.activity.tests-2.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.timing.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT [27/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] The project's OSGi version is 2.0.100.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.timing.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/org/eclipse/papyrus/uml/diagram/timing/tests/canonical/AbstractTimingDiagramTestCase.java:[437] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/org/eclipse/papyrus/uml/diagram/timing/tests/canonical/AbstractTimingDiagramTestCase.java:[487] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/org/eclipse/papyrus/uml/diagram/timing/tests/canonical/AbstractTimingDiagramTestCase.java:[576] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 320 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/target/org.eclipse.papyrus.uml.diagram.timing.tests-2.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.clazz.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT [28/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.clazz.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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 9. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/resources/ModelValidationTest.java (at line 39) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 9 problems (0 errors, 7 warnings, 2 infos) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.usecase.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT [29/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] The project's OSGi version is 5.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.usecase.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202404140302/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202404140302/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202404140302/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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 8 problems (8 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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:org.eclipse.papyrus.tests.uml.diagram.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT [30/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] The project's OSGi version is 1.2.100.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 382 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/target/org.eclipse.papyrus.tests.uml.diagram.feature-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.tests:org.eclipse.papyrus.emf.facet.tests >---- [INFO] Building org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT [31/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.tests --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [32/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.architecture.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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_4_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.test -- Time elapsed: 0.453 s org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.checkTestDefinition -- Time elapsed: 0.055 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.test -- Time elapsed: 0.065 s org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.checkTestDefinition -- Time elapsed: 0.034 s Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.test -- Time elapsed: 0.050 s org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.checkTestDefinition -- Time elapsed: 0.028 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.test -- Time elapsed: 0.052 s org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.checkTestDefinition -- Time elapsed: 0.029 s Running org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.test -- Time elapsed: 0.073 s org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.checkTestDefinition -- Time elapsed: 0.072 s Running org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.test -- Time elapsed: 0.031 s org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.052 s Running org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.test -- Time elapsed: 0.031 s org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.053 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.test -- Time elapsed: 0.031 s org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.checkTestDefinition -- Time elapsed: 0.051 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.test -- Time elapsed: 0.029 s org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.checkTestDefinition -- Time elapsed: 0.049 s Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.test -- Time elapsed: 0.026 s org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.checkTestDefinition -- Time elapsed: 0.045 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.test -- Time elapsed: 0.027 s org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.checkTestDefinition -- Time elapsed: 0.047 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.test -- Time elapsed: 0.069 s org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.checkTestDefinition -- Time elapsed: 0.027 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.test -- Time elapsed: 0.028 s org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.checkTestDefinition -- Time elapsed: 0.046 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.test -- Time elapsed: 0.027 s org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.checkTestDefinition -- Time elapsed: 0.042 s Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.test -- Time elapsed: 0.023 s org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.checkTestDefinition -- Time elapsed: 0.023 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.test -- Time elapsed: 0.026 s org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.checkTestDefinition -- Time elapsed: 0.026 s Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.test -- Time elapsed: 0.023 s org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.checkTestDefinition -- Time elapsed: 0.021 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.test -- Time elapsed: 0.039 s org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.checkTestDefinition -- Time elapsed: 0.026 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.test -- Time elapsed: 0.024 s org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.checkTestDefinition -- Time elapsed: 0.043 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.test -- Time elapsed: 0.024 s org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.checkTestDefinition -- Time elapsed: 0.042 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.test -- Time elapsed: 0.027 s org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.024 s Results: Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:org.eclipse.papyrus.tests.emf.facet.feature >--- [INFO] Building org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT [33/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.emf.facet.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 295 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.toolsmiths.tests.releng >-- [INFO] Building org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT [34/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.validation.common.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT [35/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.common.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404140318.jar') 12 problems (12 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 343 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.architecture.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT [36/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.architecture.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0.202404140318.jar') 2 problems (2 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 368 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.properties.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT [37/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202404140318/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404140318.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202404140318/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404140318.jar [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.properties.tests [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202404140318/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404140318.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202404140318/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404140318.jar [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0.202404140318.jar') 2 problems (2 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 376 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT [38/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 369 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.profile.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT [39/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.profile.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.newchild.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT [40/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.newchild.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404140318.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202404140318/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404140318.jar') 5 problems (5 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 369 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.profilemigration.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT [41/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 305 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.profilemigration.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 [42/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 370 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [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 [43/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 324 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.uml.decoratormodel.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT [44/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.tests >-- [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT [45/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [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 [46/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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:org.eclipse.papyrus.tests.uml.decoratormodel.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT [47/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.assistants.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT [48/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.assistants.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [49/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 328 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [50/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/DiagramSpecificAssistantsGenerationTest.java:[101] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/DiagramSpecificAssistantsGenerationTest.java:[115] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/DiagramSpecificAssistantsGenerationTest.java:[130] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/ProfilesWithPackageNestingTest.java:[78] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/ProfilesWithPackageNestingTest.java:[92] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/ProfilesWithPackageNestingTest.java:[107] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/BasicAssistantsGenerationTest.java:[78] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/BasicAssistantsGenerationTest.java:[93] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/org/eclipse/papyrus/uml/profile/assistants/generator/tests/BasicAssistantsGenerationTest.java:[108] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 9 problems (9 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 331 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [51/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 329 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.uml.textedit.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT [52/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.property.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT [53/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.property.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.property.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 313 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [54/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/UseRightEditorTest.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 4 problems (0 errors, 3 warnings, 1 info) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests --- [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 [55/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.parameter.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 315 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [56/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.port.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.port.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 313 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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:org.eclipse.papyrus.uml.textedit.tests.feature >-- [INFO] Building org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT [57/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 317 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.tools.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT [58/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [59/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] The project's OSGi version is 4.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.tools.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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 9 problems (0 errors, 8 warnings, 1 info) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [60/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.tools.utils.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.utils.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [61/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.tools.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.infra.nattable.model.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT [62/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 142 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.uml.nattable.main.test >-- [INFO] Building org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT [63/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.main.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.generic.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT [64/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.generic.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [65/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.clazz.config.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Compiling 245 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 2. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 (at line 31) @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/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/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/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 5 problems (0 errors, 4 warnings, 1 info) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [66/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 345 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [67/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [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/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.matrix.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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. 4. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 6. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 7 problems (0 errors, 3 warnings, 4 infos) [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 321 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- jacoco:0.8.10: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.tests:org.eclipse.papyrus.infra.core.tests >--- [INFO] Building org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT [68/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.tests --- [INFO] The project's OSGi version is 4.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.4.0.202404140302/org.eclipse.papyrus.infra.core-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.4.0.202404140302/org.eclipse.papyrus.infra.core-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.4.0.202404140302/org.eclipse.papyrus.infra.core-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.4.0.202404140302/org.eclipse.papyrus.infra.core-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.4.0.202404140302/org.eclipse.papyrus.infra.core-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.4.0.202404140302/org.eclipse.papyrus.infra.core-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.4.0.202404140302/org.eclipse.papyrus.infra.core-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 72 problems (72 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.uml.nattable.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT [69/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 2 problems (2 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.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 [70/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] The project's OSGi version is 1.3.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.tests:org.eclipse.papyrus.infra.services.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT [71/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [72/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.controlmode.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.resourceloading.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT [73/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.resourceloading.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202404140302/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202404140302/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202404140302/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.edit.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT [74/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202404140302/org.eclipse.papyrus.infra.services.edit-4.1.0.202404140302.jar') 11 problems (11 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.semantic.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT [75/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.semantic.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.semantic.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.services.edit.ui.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT [76/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.ui.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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:org.eclipse.papyrus.tests.infra.services.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT [77/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.services.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- jacoco:0.8.10: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 [78/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [79/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Resolving class path of org.eclipse.papyrus.views.modelexplorer.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.ui.workbench/3.131.0.v20231201-0512/org.eclipse.ui.workbench-3.131.0.v20231201-0512.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.200.v20231019-2116/org.eclipse.ui.navigator-3.12.200.v20231019-2116.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.ui.navigator/3.12.200.v20231019-2116/org.eclipse.ui.navigator-3.12.200.v20231019-2116.jar') 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.modelexplorer.tests --- [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 [80/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Resolving class path of org.eclipse.papyrus.views.documentation.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.documentation.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [81/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.views.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.views.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.views.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.views.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 321 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.views.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.views.feature --- [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 [82/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.tests >--- [INFO] Building org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT [83/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202404140302/org.eclipse.papyrus.uml.profile-4.2.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202404140302/org.eclipse.papyrus.uml.profile-4.2.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202404140302/org.eclipse.papyrus.uml.profile-4.2.0.202404140302.jar') 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.modelexplorer.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT [84/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [85/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.modelexplorer.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.service.types.tests >-- [INFO] Building org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT [86/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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 6. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationTest.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/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/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 8 problems (0 errors, 2 warnings, 6 infos) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 324 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.properties.tests >-- [INFO] Building org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT [87/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.properties.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 22. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 23. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 24. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/BasicObservableListTest.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 25. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 26. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 27. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 28. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 29. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 30. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 31 problems (0 errors, 1 warning, 30 infos) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 327 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.types.core.tests >-- [INFO] Building org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT [88/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.types.core.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.types.core.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 322 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.tests:org.eclipse.papyrus.uml.modelrepair.tests >-- [INFO] Building org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT [89/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.modelrepair.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202404140302/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404140302.jar') 204 problems (204 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelrepair.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.profile.drafter.tests >-- [INFO] Building org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT [90/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] The project's OSGi version is 2.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.drafter.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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 5 problems (5 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/target/org.eclipse.papyrus.uml.profile.drafter.tests-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.service.types.ui.tests >-- [INFO] Building org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT [91/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.ui.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 2 problems (2 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 324 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.filters.tests >--- [INFO] Building org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT [92/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.filters.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.filters.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 294 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.filters.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 [93/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 331 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.feature --- [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 [94/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404140302.jar') 407. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 407 problems (0 errors, 406 warnings, 1 info) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 105 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [95/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.di.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202404140302/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 113 problems (113 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 141 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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:org.eclipse.papyrus.tests.infra.core.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT [96/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.core.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 294 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.infra.emf.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT [97/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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.ui.emf.tests >-- [INFO] Building org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT [98/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.emf.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202404140302/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202404140302/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202404140302/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202404140302/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202404140302/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202404140302/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202404140302/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202404140302/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202404140302/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202404140302/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202404140302/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 16 problems (16 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.emf.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.filters.tests >-- [INFO] Building org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT [99/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.filters.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.filters.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 74 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- jacoco:0.8.10: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.paletteconfiguration.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT [100/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 293 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- jacoco:0.8.10: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.ui.tests >---- [INFO] Building org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT [101/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 58 problems (58 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.emf.readonly.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT [102/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.readonly.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.gmfdiag.expansion.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT [103/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.expansion.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.types.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT [104/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [105/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.tests --- [INFO] The project's OSGi version is 4.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.types.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 302 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.properties.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT [106/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [107/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] The project's OSGi version is 3.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.properties.ui.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.ui.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.gmfdiag.menu.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT [108/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.menu.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.viewpoints.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT [109/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [110/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.viewpoints.policy.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202404140302/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202404140302/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.viewpoints.policy/4.0.100.202404140302/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202404140302.jar') 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.tests:org.eclipse.papyrus.infra.tools.tests >--- [INFO] Building org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT [111/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] The project's OSGi version is 2.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.tools.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[166] Class beanClass = null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[168] beanClass = (Class) master.getValueType(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[170] return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation set(Class, String, Class) of the generic method set(Class, String, Class) of type BeanProperties [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[170] return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type ISetProperty. References to generic type ISetProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[170] return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master); ^^^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[174] protected IObservableSet createNonObservingDelegate() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[175] 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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[175] 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[296] Class beanClass = null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[298] beanClass = (Class) master.getValueType(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[300] return BeanProperties.list(beanClass, "names", String.class).observeDetail(master); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation list(Class, String, Class) of the generic method list(Class, String, Class) of type BeanProperties [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[300] return BeanProperties.list(beanClass, "names", String.class).observeDetail(master); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IListProperty. References to generic type IListProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[300] return BeanProperties.list(beanClass, "names", String.class).observeDetail(master); ^^^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[304] protected IObservableList createNonObservingDelegate() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[305] 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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[305] 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[168] Class beanClass = null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[170] beanClass = (Class) master.getValueType(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[172] return BeanProperties.value(beanClass, "name", String.class).observeDetail(master); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation value(Class, String, Class) of the generic method value(Class, String, Class) of type BeanProperties [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[172] return BeanProperties.value(beanClass, "name", String.class).observeDetail(master); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[172] return BeanProperties.value(beanClass, "name", String.class).observeDetail(master); ^^^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[176] protected IObservableValue createNonObservingDelegate() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[177] 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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[177] 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 186 problems (186 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.tools.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/target/org.eclipse.papyrus.infra.tools.tests-2.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.editor.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT [112/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [113/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.5.100.202404140302/org.eclipse.papyrus.infra.ui-3.5.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.5.100.202404140302/org.eclipse.papyrus.infra.ui-3.5.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.5.100.202404140302/org.eclipse.papyrus.infra.ui-3.5.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.5.100.202404140302/org.eclipse.papyrus.infra.ui-3.5.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202404140302/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404140302.jar') 35 problems (35 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.gmfdiag.welcome.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT [114/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.welcome.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202404140302/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404140302.jar') 45 problems (45 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.gmfdiag.commands.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT [115/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.commands.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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 10 problems (10 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.emf.tests >---- [INFO] Building org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT [116/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.4.0.202404140302/org.eclipse.papyrus.infra.emf-4.4.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 34 problems (34 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.gmfdiag.assistant.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT [117/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [118/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.assistant.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 321 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- jacoco:0.8.10: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.types.ui.tests >-- [INFO] Building org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT [119/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] The project's OSGi version is 4.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.types.ui.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202404140302/org.eclipse.papyrus.infra.types.ui-4.0.0.202404140302.jar') 31 problems (31 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.ui.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 306 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.gmfdiag.common.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT [120/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] The project's OSGi version is 4.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.common.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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 7. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202404140302/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202404140302/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202404140302/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202404140302/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202404140302/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202404140302/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.100.202404140302/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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 26. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 26 problems (0 errors, 24 warnings, 2 infos) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 329 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.emf.gmf.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT [121/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.gmf.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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:org.eclipse.papyrus.tests.infra.feature >----- [INFO] Building org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT [122/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 355 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.feature >-------- [INFO] Building org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT [123/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.feature --- [INFO] The project's OSGi version is 2.0.100.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 461 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/target/org.eclipse.papyrus.tests.feature-2.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/expressions/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.main.tests --- [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3: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.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 107 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.main.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 294 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.expressions.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.expressions.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 303 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.main.test --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.controlmode.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 295 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- jacoco:0.8.10: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.100-SNAPSHOT [137/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)' [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] The project's OSGi version is 2.0.100.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.alf.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.tests --- [WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available [WARNING] WARNING: SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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: MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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: SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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: MergeTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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: GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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. [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 23 problems (23 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 240 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/target/org.eclipse.papyrus.uml.alf.tests-2.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [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/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] The project's OSGi version is 1.2.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.tests.feature --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 238 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.features --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.features --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): Could not find artifact org.eclipse.orbit:ant:jar:1.10.14 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] The project's OSGi version is 1.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.developer.suite.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.developer.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true Running org.eclipse.papyrus.developer.suite.tests.AllTests Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.187 s -- in org.eclipse.papyrus.developer.suite.tests.AllTests org.eclipse.papyrus.bundles.tests.BundlesTests.uml2umlDependencyVersionTest -- Time elapsed: 0.045 s org.eclipse.papyrus.bundles.tests.BundlesTests.batikDependencyVersionTest -- Time elapsed: 0.013 s org.eclipse.papyrus.bundles.tests.BundlesTests.aboutTest -- Time elapsed: 0.070 s org.eclipse.papyrus.bundles.tests.BundlesTests.guavaDependencyVersionTest -- Time elapsed: 0.013 s org.eclipse.papyrus.bundles.tests.BundlesTests.injectDependencyVersionTest -- Time elapsed: 0.013 s org.eclipse.papyrus.bundles.tests.BundlesTests.vendorTest -- Time elapsed: 0.005 s org.eclipse.papyrus.bundles.tests.BundlesTests.javaVersionTest -- Time elapsed: 0.049 s org.eclipse.papyrus.bundles.tests.BundlesTests.checkPapyrusEMFPluginDependency -- Time elapsed: 0.004 s org.eclipse.papyrus.bundles.tests.BundlesTests.glazedListDependencyVersionTest -- Time elapsed: 0.014 s org.eclipse.papyrus.bundles.tests.BundlesTests.pluginIDTest -- Time elapsed: 1.570 s org.eclipse.papyrus.bundles.tests.BundlesTests.gsonDependencyVersionTest -- Time elapsed: 0.014 s org.eclipse.papyrus.bundles.tests.BundlesTests.checkPapyrusEMFUIPluginDependency -- Time elapsed: 0.001 s org.eclipse.papyrus.bundles.tests.BundlesTests skipped org.eclipse.papyrus.bundles.tests.BundlesTests skipped org.eclipse.papyrus.bundles.tests.BundlesTests.natTableDependencyVersionTest -- Time elapsed: 0.015 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 2 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.bundles.tests --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.bundles.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] The project's OSGi version is 3.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Resolving class path of org.eclipse.papyrus.eclipse.project.editors.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 78 problems (78 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.editors.suite.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editors.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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:1661): Gtk-WARNING **: 04:35:05.376: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:1661): Gtk-WARNING **: 04:35:05.385: 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: 81.71 s -- in org.eclipse.papyrus.editors.suite.tests.AllTests org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest.addFile -- Time elapsed: 0.216 s org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest.getMissingFiles -- Time elapsed: 0.027 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getExtensions -- Time elapsed: 0.113 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.exists -- Time elapsed: 0.036 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.addExtension -- Time elapsed: 0.030 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.050 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingFiles -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingNature -- Time elapsed: 0.029 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.setAttribute -- Time elapsed: 0.050 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isSourceFolderRegistered -- Time elapsed: 0.090 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getSourceFolders -- Time elapsed: 0.037 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.exists -- Time elapsed: 0.030 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isRegisteredSourceFolder -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addBuildCommands -- Time elapsed: 0.020 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.createFiles -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.hasNature -- Time elapsed: 0.030 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.registerBinFolder -- Time elapsed: 0.042 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addSourceFolderToClasspath -- Time elapsed: 0.037 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.016 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isRegisteredBinFolder -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.registerSourceFolder -- Time elapsed: 0.034 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingFiles -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getBinFolders -- Time elapsed: 0.034 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addToBuild -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.hasBuildCommand -- Time elapsed: 0.046 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addJavaSourceFolder -- Time elapsed: 0.098 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingNature -- Time elapsed: 0.017 s org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getElementsInBuild -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getValueString -- Time elapsed: 0.024 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleVersion -- Time elapsed: 0.043 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleVendor -- Time elapsed: 0.016 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.headerOrderMaintained_bug489075 -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setSymbolicBundleName -- Time elapsed: 0.041 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeRequiredBundle -- Time elapsed: 0.020 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.exists -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeImportedPackage -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addImportPackageString -- Time elapsed: 0.037 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleVendor -- Time elapsed: 0.023 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addExportPackageStringString -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addDependencyString -- Time elapsed: 0.020 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.createFiles -- Time elapsed: 0.036 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addExportPackageString -- Time elapsed: 0.026 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleVersion -- Time elapsed: 0.017 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setSingleton -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addImportPackageStringString -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getSymbolicBundleName -- Time elapsed: 0.033 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getImportedPackages -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setValueStringStringString -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getMissingFiles -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeValueStringString -- Time elapsed: 0.039 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setValueStringString -- Time elapsed: 0.020 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeValueString -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.hasDependency -- Time elapsed: 0.015 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getRequiredBundles -- Time elapsed: 0.015 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setRequiredBundleExported -- Time elapsed: 0.032 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleName -- Time elapsed: 0.016 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeCustomSection_bug489075 -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getValueStringString -- Time elapsed: 0.016 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addNewCustomSection_bug489075 -- Time elapsed: 0.042 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addDependencyStringString -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleName -- Time elapsed: 0.020 s org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleLocalization -- Time elapsed: 0.015 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getExtensions -- Time elapsed: 0.052 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getValueString -- Time elapsed: 0.028 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isSourceFolderRegistered -- Time elapsed: 0.036 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleVersion -- Time elapsed: 0.065 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleVendor -- Time elapsed: 0.027 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getSourceFolders -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingNature_java -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setSymbolicBundleName -- Time elapsed: 0.037 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeRequiredBundle -- Time elapsed: 0.032 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_manifest -- Time elapsed: 0.033 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isRegisteredSourceFolder -- Time elapsed: 0.022 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeImportedPackage -- Time elapsed: 0.038 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addBuildCommands -- Time elapsed: 0.023 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addImportPackageString -- Time elapsed: 0.034 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addFile -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleVendor -- Time elapsed: 0.038 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_plugin -- Time elapsed: 0.028 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExportPackageStringString -- Time elapsed: 0.030 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addDependencyString -- Time elapsed: 0.032 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExtension -- Time elapsed: 0.050 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_project -- Time elapsed: 0.013 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.exists_manifest -- Time elapsed: 0.027 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasNature -- Time elapsed: 0.037 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.registerBinFolder -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addSourceFolderToClasspath -- Time elapsed: 0.034 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExportPackageString -- Time elapsed: 0.057 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleVersion -- Time elapsed: 0.027 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setSingleton -- Time elapsed: 0.031 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addImportPackageStringString -- Time elapsed: 0.038 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getSymbolicBundleName -- Time elapsed: 0.025 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getImportedPackages -- Time elapsed: 0.026 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setValueStringStringString -- Time elapsed: 0.050 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.createFiles_java -- Time elapsed: 0.017 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isRegisteredBinFolder -- Time elapsed: 0.020 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.registerSourceFolder -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBinFolders -- Time elapsed: 0.053 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeValueStringString -- Time elapsed: 0.033 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setValueStringString -- Time elapsed: 0.030 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeValueString -- Time elapsed: 0.041 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_java -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasDependency -- Time elapsed: 0.027 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.pluginManifestExists -- Time elapsed: 0.029 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingBuildCommand_java -- Time elapsed: 0.015 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addToBuild -- Time elapsed: 0.020 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getRequiredBundles -- Time elapsed: 0.040 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setRequiredBundleExported -- Time elapsed: 0.035 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasBuildCommand -- Time elapsed: 0.034 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addJavaSourceFolder -- Time elapsed: 0.034 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleName -- Time elapsed: 0.024 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getValueStringString -- Time elapsed: 0.026 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.createFiles_manifest -- Time elapsed: 0.015 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingNature_plugin -- Time elapsed: 0.028 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingBuildCommand_plugin -- Time elapsed: 0.028 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setAttribute -- Time elapsed: 0.034 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getElementsInBuild -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addDependencyStringString -- Time elapsed: 0.031 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleName -- Time elapsed: 0.036 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleLocalization -- Time elapsed: 0.024 s org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.exists_java -- Time elapsed: 0.076 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getCopyrightURL -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getCopyrightText -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLicenseURL -- Time elapsed: 0.015 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLicenseText -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setCopyright -- Time elapsed: 0.040 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setLicense -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setVersion -- Time elapsed: 0.017 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.createFiles -- Time elapsed: 0.013 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addRequiredFeature -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addInclude -- Time elapsed: 0.035 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setUpdateURL -- Time elapsed: 0.017 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addPlugin -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getArch -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getId -- Time elapsed: 0.022 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getNL -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getOS -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getWS -- Time elapsed: 0.015 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setId -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setNL -- Time elapsed: 0.028 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setOS -- Time elapsed: 0.021 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setWS -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getDescriptionURL -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setDescription -- Time elapsed: 0.019 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addRequiredPlugin -- Time elapsed: 0.033 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingFiles -- Time elapsed: 0.020 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getDescriptionText -- Time elapsed: 0.013 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getProviderName -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getVersion -- Time elapsed: 0.013 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setLabel -- Time elapsed: 0.017 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingNature -- Time elapsed: 0.030 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLabel -- Time elapsed: 0.014 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setArch -- Time elapsed: 0.018 s org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setProviderName -- Time elapsed: 0.022 s org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testOpenModel -- Time elapsed: 12.61 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramCreation -- Time elapsed: 0.939 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramIndirectDeletion_bug433371 -- Time elapsed: 2.965 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testAvailableAndActivePage -- Time elapsed: 0.592 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testModelWithDiagramCreation -- Time elapsed: 0.319 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testContainedDiagramDeletion -- Time elapsed: 0.375 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testMultipageEditor -- Time elapsed: 0.555 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testOpenEmptyModel -- Time elapsed: 0.172 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testEmptyModelCreation -- Time elapsed: 0.179 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testContainedNatTableDeletion -- Time elapsed: 1.267 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramDeletion -- Time elapsed: 0.853 s org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testTableCreation -- Time elapsed: 0.181 s org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testInvalidAvailablePage -- Time elapsed: 0.478 s org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testCompleteCase -- Time elapsed: 0.502 s org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testProxyDiagram -- Time elapsed: 0.285 s org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testDeleteDiagramWithInvalidAvailablePage -- Time elapsed: 0.397 s org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testInvalidTab -- Time elapsed: 0.293 s org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests.testOpenModelWithSpecialChars -- Time elapsed: 0.621 s org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests.testCreateModelWithSpecialChars -- Time elapsed: 0.377 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testSashFoldersRestored -- Time elapsed: 6.729 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPropertySheetRestoredShowingCorrectInput -- Time elapsed: 8.181 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPerspectiveLayoutUnperturbed -- Time elapsed: 5.272 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testEditPartSelectionRestored -- Time elapsed: 5.218 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testActiveEditorRestoredSaveAll -- Time elapsed: 3.645 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerExpansionRestored -- Time elapsed: 4.330 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPaletteStateRestored_paletteView -- Time elapsed: 5.388 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testReloadIsDeferred -- Time elapsed: 3.169 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPaletteStateRestored -- Time elapsed: 4.555 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerReferencedLibrariesRestored -- Time elapsed: 2.890 s org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest skipped org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerSelectionRestored -- Time elapsed: 2.833 s Results: Tests run: 204, Failures: 0, Errors: 0, Skipped: 19 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.suite.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42) 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:5039) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) 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:648) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:367) at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:241) at org.eclipse.core.internal.resources.File.getContents(File.java:296) at org.eclipse.core.internal.resources.File.getContents(File.java:289) 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: 36.28 s -- in org.eclipse.papyrus.infra.core.suite.tests.AllTests org.eclipse.papyrus.infra.core.resource.ModelSetTest.testGetModel -- Time elapsed: 0.146 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave -- Time elapsed: 0.915 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testLoadModels -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testGetTransactionalEditingDomain -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testCreateResource -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testImportAfterCreate -- Time elapsed: 0.026 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testCreatesModels -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSnippetCalledAfterLoadModels -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSnippetCalledAfterCreateModels -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testRegisterModel -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testStartLateSnippet_bug481149 -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testAddModelSetSnippet -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSaveAs -- Time elapsed: 0.050 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testUnload -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave_onlyModifiedResources1 -- Time elapsed: 0.192 s org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave_onlyModifiedResources2 -- Time elapsed: 0.032 s org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testCreateModel -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testAddModelRoot -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testGetModelRoot -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testGetModelRoots -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testSaveModel -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testLoadModelIPath -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelUnnestedCommand -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteNestedCommand -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelTripleNestedCommand -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteTripleNestedCommand -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelNestedCommand -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteUnnestedCommand -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testChangesInPreexistingResources_bug481151 -- Time elapsed: 0.028 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceLoaded -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceAdded -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testUninstallResourceAdapter_bug482949 -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testRootAdded -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testRootRemoved -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceURI -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceUnloaded -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceRemoved -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testChangesInPreexistingResources_bug481151 -- Time elapsed: 0.008 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceLoaded -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceAdded -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testUninstallResourceAdapter_bug482949 -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testRootAdded -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testRootRemoved -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceURI -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceUnloaded -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceRemoved -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.equals -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getLocation -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getName -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getNode -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.hashCode_ -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentBasedLanguagesInNewModel -- Time elapsed: 0.079 s org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentTypeBasedLanguages -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentTypeBasedLanguages_uriWithoutExtension -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.language.LanguageServiceTest.languageBindings -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testPartAutomaticRegistration -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testAddServicePart -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testRemoveServicePart -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testGetService -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryWithClassKey -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testAdd -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartService -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testCallsOrderForDescriptors -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartDependantOrder -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testPriority -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryCreation -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testGetServiceByClass -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testAddDirectInstance -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryWithRequiredInInit -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartRegistryAndThenAddNewServiceAndStartIt -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testCallsOrder -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceStartedOnce -- Time elapsed: 0.032 s org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.uniqueServiceInstances -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.servicesRecreated -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceDisposedOnce -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.parallelAccess -- Time elapsed: 3.259 s org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceNotInitialized -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFOptionalPresent -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFOptionalNull -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultNull -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableOptionalNull -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceDefaultPresent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableOptionalPresent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceOptionalPresent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFDefaultPresent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultPresent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceOptionalNull -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultDefault -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.computeFails -- Time elapsed: 3.005 s org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.cancel -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.timeOut -- Time elapsed: 2.001 s org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.normalCompletion -- Time elapsed: 3.000 s org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.listen_success -- Time elapsed: 3.001 s org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.timeOutWithSchedulingRule -- Time elapsed: 2.003 s org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.listen_failure -- Time elapsed: 3.000 s org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.normalCompletionWithSchedulingRule -- Time elapsed: 3.000 s org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest.executeAndShutDown -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest.executeAndShutDownNow -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testPrivilegedProgressRunnable -- Time elapsed: 0.007 s org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testDisposeTransactionExecutor -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testSimpleTransactionExecutor_readWrite -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testPrivilegedProgressCallable -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testSimpleTransactionExecutor_readOnly -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillAWT_readAWT -- Time elapsed: 0.071 s org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillAWT_readSWT -- Time elapsed: 0.007 s org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests skipped org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillSWT_readSWT -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest.defaultCopierFactory -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest.oneOffCopierFactory -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder2 -- Time elapsed: 0.007 s org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder_ITabFolderModel_int -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testAddTabIPageModel -- Time elapsed: 0 s 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 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageAboutToBeOpenedEvent -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageAboutToBeClosedEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageActivatedEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testRemoveActiveEditorChangedListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageDeactivatedEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageOpenedEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageClosedEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testAddActiveEditorChangedListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageAboutToBeOpenedEvent -- Time elapsed: 0.087 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageAboutToBeClosedEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageActivatedEvent -- Time elapsed: 0.048 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest skipped org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageDeactivatedEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageOpenedEvent -- Time elapsed: 0.048 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageClosedEvent -- Time elapsed: 0.038 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testPageClosedEventLifeCycle -- Time elapsed: 0.024 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testPageClosedEventLifeCycleWhenLastPageOfFolder -- Time elapsed: 0.036 s org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest skipped org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testRefreshTabs -- Time elapsed: 0.027 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditor -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testlookupModelPage -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testFolderList -- Time elapsed: 0.023 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePages2 -- Time elapsed: 0.022 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testVisit -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditor2 -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditorNoPage -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testFolderList2 -- Time elapsed: 0.028 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest skipped org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testRefreshTabs2 -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePages -- Time elapsed: 0.018 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testSetFolderTabMenuManager_MenuManager -- Time elapsed: 0.027 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePagesOneFoler -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testSelectPage -- Time elapsed: 0.023 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest.testDisposeCallOnNestedEditorRemoval -- Time elapsed: 0.550 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest skipped org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest.testDisposeCallOnMainEditorClose -- Time elapsed: 0.192 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerMemoryLeakTest skipped org.eclipse.papyrus.infra.core.sasheditor.internal.ActiveHistoryTrackerBehaviorTest.testActivePageHistoryWhenPageIsClosed -- Time elapsed: 0.034 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeEditorInputTest.testEquals -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditorsOneByOne -- Time elapsed: 0.306 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditors -- Time elapsed: 0.421 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testCloseEditor -- Time elapsed: 0.094 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor -- Time elapsed: 0.095 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor_contentProvider -- Time elapsed: 0.175 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testGetSashContainer -- Time elapsed: 0.092 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor_nestedEditorCount -- Time elapsed: 0.205 s org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditorsOneByOneAndDispose -- Time elapsed: 0.251 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testGetISashWindowsContentProvider -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactory -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactoryDiSashModel -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testGetIPageMngr -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactoryResource -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest skipped org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testCreateFolder -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testGetRootModel -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testLifeCycle -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCreateFolder -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCloseLastTabFromLastFolder -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderInsideFolder -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderAroundFolder -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCloseLastTab -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderInsideFolderAtSpecifiedIndex -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testModelIsWritable -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testClosePage -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMovePageInsideFolder -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMovePageBetweenFolder -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testUndoRedoMovePageInsideFolder -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCreateFolder -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCloseLastTabFromLastFolder -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderInsideFolder -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderAroundFolder -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCloseLastTab -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderInsideFolderAtSpecifiedIndex -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testModelIsWritable -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testClosePage -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMovePageInsideFolder -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMovePageBetweenFolder -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseAllOpenedPages -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testAllPages -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testAddPage -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseLastPageOfTabFolder -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testClosePage -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseOtherOpenedPages -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testOpenPage -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testRemovePage -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testQuery -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testToString -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testCreateModelFPP -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testStaticCreates -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testQueriesWithResult -- Time elapsed: 0 s Results: Tests run: 206, Failures: 0, Errors: 0, Skipped: 10 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.suite.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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: 34.26 s -- in org.eclipse.papyrus.infra.nattable.suite.tests.AllTests org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test1_SelectElement -- Time elapsed: 12.08 s org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test3_SelectMultipleElements -- Time elapsed: 0.454 s org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test2_SelectElementInvertAxis -- Time elapsed: 0.537 s org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test4_SelectMultipleElementsInvertAxis -- Time elapsed: 0.495 s org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubSubModel -- Time elapsed: 1.661 s org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubSubPackage -- Time elapsed: 0.832 s org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubModel -- Time elapsed: 0.870 s org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationAndSynchronization -- Time elapsed: 1.024 s org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnRootModel -- Time elapsed: 0.763 s org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubPackage -- Time elapsed: 0.681 s org.eclipse.papyrus.infra.nattable.views.tests.tests.OpenTableTest.testOpenExistingTable -- Time elapsed: 2.217 s org.eclipse.papyrus.infra.nattable.views.tests.tests.TableVerifyContents.verifyContentsForTable1 -- Time elapsed: 0.094 s org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationAndSynchronizationTest.createTable2AndDestroyAnOwnedElement -- Time elapsed: 0.866 s org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerWithoutOpenIt -- Time elapsed: 0.874 s org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithDifferentContextAndOwnerWithoutOpenIt -- Time elapsed: 0.777 s org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithDifferentContextAndOwnerAndOpenIt -- Time elapsed: 1.229 s org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerAndOpenIt -- Time elapsed: 1.470 s org.eclipse.papyrus.infra.nattable.common.tests.SortedTableCreationTest.createSortedTable -- Time elapsed: 0.882 s org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_getNamedStyle -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_StyleCreation -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_getStyle -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_CellThenRowSelection -- Time elapsed: 0.606 s org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.testRowSelection -- Time elapsed: 0.478 s org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_RowThenCellSelection -- Time elapsed: 0.480 s org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_RowSelectionWithCTRL -- Time elapsed: 0.535 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_V1_V1_Test -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_V1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_H1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_H1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_V1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_H1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_H1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_H1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_H1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_H1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_H1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_V1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_V1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_V1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_V1_H1_Test -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_V1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_V1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_H1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_H1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_V1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_H1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_H1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_V1_H1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_V1_V1_Test -- Time elapsed: 0 s org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_selectionOfMultipleTables -- Time elapsed: 1.580 s org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTableChangeContextName -- Time elapsed: 0.231 s org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_namedTableNotifications -- Time elapsed: 0.220 s org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_namedTable -- Time elapsed: 0.212 s org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTable -- Time elapsed: 0.212 s org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTableNotifications -- Time elapsed: 0.204 s Results: Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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.services.labelprovider.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT [146/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.labelprovider.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 216 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.architecture.tests >-- [INFO] Building org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT [147/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.architecture.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerTest.java:[133] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerTest.java:[147] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerTest.java:[198] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMixedMergesTest.java:[101] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMixedMergesTest.java:[120] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerLegacyTest.java:[77] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerLegacyTest.java:[107] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainMergerLegacyTest.java:[132] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainInheritanceTest.java:[129] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainInheritanceTest.java:[142] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/org/eclipse/papyrus/infra/core/internal/architecture/merger/tests/ArchitectureDomainInheritanceTest.java:[191] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 11 problems (11 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.ui.architecture.tests >-- [INFO] Building org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT [148/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.architecture.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.suite.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1109 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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@4b18805b (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@12e55de7 (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@2ef3b712 (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@59d7b975 (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@26f32768 (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@1bc4257 (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@4d5024a9 (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: 1, Errors: 0, Skipped: 28, Time elapsed: 241.2 s <<< FAILURE! -- in org.eclipse.papyrus.infra.suite.tests.AllTests org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetObserved -- Time elapsed: 0.066 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetValue -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetValueType -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddRemoveValueChangeListener -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testSetValue -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testSetDelegate -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetRealm -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testIsDisposed -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testWrap -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testHashCode -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testCreate -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testDispose -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testEquals -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetValue -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetValueType -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddRemoveValueChangeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testSetValue -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testSetDelegate -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetRealm -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testDelegatingToDelegator -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testIsDisposed -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testWrap -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddDisposeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddRemoveChangeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testCreate_withObserving -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testHashCode -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testCreate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testDispose -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testEquals -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAutoreleaseDelegate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetObserved -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddRemoveSetChangeListener -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testToArray -- Time elapsed: 0.025 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAdd -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetElementType -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testClear -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testSize -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRetainAll -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testContainsAll -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testContains -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testHashCode -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddAll -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testEquals -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIsEmpty -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRemove -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIterator -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRemoveAll -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testToArray_Array -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testSetDelegate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetRealm -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIsDisposed -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testWrap -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testCreate -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testDispose -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveSetChangeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testToArray -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAdd -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testGetElementType -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testClear -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testSize -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRetainAll -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testContainsAll -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testContains -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testHashCode -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddAll -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testEquals -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsEmpty -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRemove -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIterator -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRemoveAll -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testToArray_Array -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testSetDelegate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveStaleListener -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testGetRealm -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testDelegatingToDelegator -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsDisposed -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testWrap -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddDisposeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testCreate_withObserving -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testCreate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testDispose -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsStale -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testMove -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testLastIndexOf -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testListIterator -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemove_int -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddListChangeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddAll_index -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAdd_index -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIndexOf -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSet_index -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGet_index -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSubList -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testListIterator_index -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testToArray -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAdd -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGetElementType -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testClear -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSize -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRetainAll -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testContainsAll -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testContains -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testHashCode -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddAll -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testEquals -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsEmpty -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemove -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIterator -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemoveAll -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testToArray_Array -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSetDelegate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddRemoveStaleListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGetRealm -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testDelegatingToDelegator -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsDisposed -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testWrap -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddDisposeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddRemoveChangeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testCreate_withObserving -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testCreate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testDispose -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsStale -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetObserved -- Time elapsed: 0.008 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testMove -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testLastIndexOf -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testListIterator -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemove_int -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddListChangeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddAll_index -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAdd_index -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIndexOf -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSet_index -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGet_index -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSubList -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testListIterator_index -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testToArray -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAdd -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetElementType -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testClear -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSize -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRetainAll -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testContainsAll -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testContains -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testHashCode -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddAll -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testEquals -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIsEmpty -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemove -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIterator -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemoveAll -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testToArray_Array -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSetDelegate -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest skipped org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetRealm -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIsDisposed -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testWrap -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testCreate -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testDispose -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest skipped org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testListIterator -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testRelease -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testAutorelease -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testRetain -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testIterator -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testListIterator_int -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest.testRetainRelease -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest.testDispose -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists -- Time elapsed: 4.312 s org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_constrained_wrongType -- Time elapsed: 0.067 s org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_noneSuch -- Time elapsed: 0.182 s org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_nested -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext_referencedProject -- Time elapsed: 0 s org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_constrained -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext_fallback -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testAwaitTermination_timesOut -- Time elapsed: 1.029 s org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testShutdown -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testShutdownNow -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testAwaitTermination_finishes -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testSubmit -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.util.TransactionUIHelperTest.testPrivilegedRunnableWithProgress -- Time elapsed: 0.186 s org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemoveSaveListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddSaveListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireSaveEvent -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireSaveAsEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAboutToSaveEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAboutToSaveAsEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFirePostSaveAsEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddPostSaveListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFirePostSaveEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemoveAboutToSaveListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemovePostSaveListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddAboutToSaveListener -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAllSaveAsEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAllSaveEvent -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePageTest.testExistingMethod -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getAdaptedValue -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getChildren -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getElements_object -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.hasChildren -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getParent -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.dispose -- Time elapsed: 0.019 s org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getElements -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.isValidValue -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getAdaptedValue -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getElements_Object -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getChildren -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.hasChildren -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getParent -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.dispose -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getElements -- Time elapsed: 0 s org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.isValidValue -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.services.edit.tests.context.TestClientContext.testClientContextExist -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetAdapter -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetDisplayName -- Time elapsed: 0 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testCanEdit -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetEditCommand -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testIsKnownElementType -- Time elapsed: 0 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_EObject -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_IElementType -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_EClass -- Time elapsed: 0 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_Unknown -- Time elapsed: 0 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetContainedTypeEditServices -- Time elapsed: 0 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProviderFactory.testCreateServiceInstance -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceUtils.testGetCommandProvider -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.services.edit.tests.utils.TestGMFCommandUtils.testGetCommandEObjectResult -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureCommandFactory.testGetEditCommand -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureListCommandFactory.testGetEditCommand -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers -- Time elapsed: 3.325 s org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_relatedElements_diagram -- Time elapsed: 4.808 s org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_integration -- Time elapsed: 1.473 s org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_relatedElements -- Time elapsed: 1.397 s org.eclipse.papyrus.infra.services.edit.ui.dialogs.tests.TestElementTypeValidator.testValidate -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testInvalidContext -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testDefaultLabelProvider -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testEMFLabelProvider -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testUMLLabelProvider -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testUMLLabelProviderChangeEvents -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest.getSemanticRoots -- Time elapsed: 0.007 s org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest.getSemanticIModels -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is writable in workspace] -- Time elapsed: 0.032 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is writable in workspace] -- Time elapsed: 0.043 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is writable in workspace] -- Time elapsed: 0.017 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is writable in workspace] -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is writable in workspace] -- Time elapsed: 0.030 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is writable in workspace] -- Time elapsed: 0.023 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is writable in workspace] -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is writable in workspace] -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is writable in workspace] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is writable in workspace] -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is writable in workspace] -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is writable in workspace] -- Time elapsed: 0.043 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is writable in workspace] -- Time elapsed: 0.030 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is writable in workspace] -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is writable in workspace] -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is writable in workspace] -- Time elapsed: 0.170 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is writable in workspace] -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is writable in workspace] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is writable in workspace] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is writable in workspace] -- Time elapsed: 0.027 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is writable in workspace] -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is writable in workspace] -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is read-only in workspace] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is read-only in workspace] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is read-only in workspace] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is read-only in workspace] -- Time elapsed: 0.038 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is read-only in workspace] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is read-only in workspace] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is read-only in workspace] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is read-only in workspace] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is read-only in workspace] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is read-only in workspace] -- Time elapsed: 0.031 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is read-only in workspace] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is read-only in workspace] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is read-only in workspace] -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is read-only in workspace] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is read-only in workspace] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is read-only in workspace] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is read-only in workspace] -- Time elapsed: 0.033 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is read-only in workspace] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is read-only in workspace] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is read-only in workspace] -- Time elapsed: 0.193 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is read-only in workspace] -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is read-only in workspace] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.028 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.029 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.022 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.030 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is deployed in plug-in] -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is deployed in plug-in] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is deployed in plug-in] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is deployed in plug-in] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is deployed in plug-in] -- Time elapsed: 0.031 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is deployed in plug-in] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is deployed in plug-in] -- Time elapsed: 0.012 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is deployed in plug-in] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is deployed in plug-in] -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is deployed in plug-in] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is deployed in plug-in] -- Time elapsed: 0.025 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is deployed in plug-in] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is deployed in plug-in] -- Time elapsed: 0.011 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is deployed in plug-in] -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:commands -- Time elapsed: 0.784 s org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:delete -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:changes -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[collection (internal)] -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[collection (external)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[single tree (internal)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[single tree (external)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[resource (internal)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resources (external)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resources (internal)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[resource set (internal)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resource sets (external)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resource sets (internal)] -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest.testGetServiceRegistryResource -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest.testGetInstance -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_dynamic_badRegistration -- Time elapsed: 0.518 s org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_dynamic -- Time elapsed: 0.054 s org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_static -- Time elapsed: 0.146 s org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_static_badRegistration -- Time elapsed: 0.049 s org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwareURIConverter -- Time elapsed: 0.047 s org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwareURIConverter_badMapping -- Time elapsed: 0.045 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShardObservedByOtherHelper[0: useCommands=false] -- Time elapsed: 0.671 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShard[0: useCommands=false] -- Time elapsed: 0.232 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShardObservedByOtherHelper[0: useCommands=false] -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.attemptToUseClosedHelper[0: useCommands=false] -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShard[0: useCommands=false] -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShardObservedByOtherHelper[1: useCommands=true] -- Time elapsed: 0.230 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShard[1: useCommands=true] -- Time elapsed: 0.238 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShardObservedByOtherHelper[1: useCommands=true] -- Time elapsed: 0.007 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.attemptToUseClosedHelper[1: useCommands=true] -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShard[1: useCommands=true] -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.proxyResolutionLoadsShardFromTheTop[0: full index] -- Time elapsed: 0.891 s org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.shardLoadsContainersAndDoesntLoseStereotypes[0: full index] -- Time elapsed: 0.206 s org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.proxyResolutionLoadsShardFromTheTop[1: on-demand index] -- Time elapsed: 0.204 s org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.shardLoadsContainersAndDoesntLoseStereotypes[1: on-demand index] -- Time elapsed: 0.197 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.subunits -- Time elapsed: 0.507 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.parents -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.outgoingReferences_givenURI -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.incomingReferences_givenURI -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.roots -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.roots_alternate -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.outgoingReferences -- Time elapsed: 0.170 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.incomingReferences -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.isShard -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.subunits -- Time elapsed: 0.596 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.parents -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.outgoingReferences_givenURI -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.incomingReferences_givenURI -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.roots -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest skipped org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.outgoingReferences -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.incomingReferences -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.isShard -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexBuilt -- Time elapsed: 0.417 s org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnChanges -- Time elapsed: 3.364 s org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnDeletion -- Time elapsed: 3.435 s org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest skipped org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnProjectDelete -- Time elapsed: 0.547 s org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexNotifiesOnReindex -- Time elapsed: 0.504 s org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRecoversFromCancel -- Time elapsed: 1.358 s <<< FAILURE! java.lang.AssertionError: Didn't have to wait for the index to recover Expected: > <1000L> but: was <1000L> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRecoversFromCancel(WorkspaceModelIndexTest.java:315) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.eclipse.papyrus.junit.utils.rules.HouseKeeper$1.evaluate(HouseKeeper.java:76) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.lang.Thread.run(Thread.java:833) org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRefreshesIfNecessary_bug473154 -- Time elapsed: 6.042 s org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexNotBuiltForDerivedResources -- Time elapsed: 0.413 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test1 -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test3 -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test4 -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test5 -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test6 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test7 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test8 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test9 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test10 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test11 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test12 -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test13 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test14 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test15 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test16 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test17 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test18 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test19 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test20 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test21 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test22 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test23 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test24 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test25 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test26 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests.LiteralFalseExpression_Test1 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests.LiteralFalseExpression_Test2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests.LiteralTrueExpression_Test1 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests.LiteralTrueExpression_Test2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test1_1 -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test1_2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test2_1 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test2_2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test3_1 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test3_2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_1 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_3 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_4 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test10 -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test11 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test12 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test13 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test14 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test15 -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test16 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test17 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test18 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test19 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test20 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test21 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test22 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test23 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test24 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test25 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test26 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test1 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test3 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test4 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test5 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test6 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test7 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test8 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test9 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test1 -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test3 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test4 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test5 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test1 -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test2 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test3 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test4 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test5 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test6 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test7 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test8 -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.gmf.util.tests.CommandTreeIteratorTest.handlesWrapperChains -- Time elapsed: 0.008 s org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testMainModelElementsAreUnhandled -- Time elapsed: 0.140 s org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testNonExistentResourceIsUnhandled -- Time elapsed: 0.115 s org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedPluginModelElementsAreUnhandled -- Time elapsed: 0.097 s org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedWorkspaceModelElementsMadeWritable -- Time elapsed: 0.105 s org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testSubModelElementsAreUnhandled -- Time elapsed: 0.449 s org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testObjectURIsWithFragment -- Time elapsed: 0.082 s org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedWorkspaceModelElementsAreReadOnly -- Time elapsed: 0.086 s org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest.labelProviderChangeNotifications -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest.getText -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.notificationsOnDependentWhenItChanges -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.getText -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.safeSubscriptionRemovalOnDestroy_bug507241 -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.notificationsOnDependentWhenDependencyChanges -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests.testGetTypeRegisteredInplugin -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testPACKAGE_WITH_COMPONENTSType -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromWrongPackageToWrongPackage -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testDeleteComponentFromGoodPackage -- Time elapsed: 0.480 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticCreateComponentInWrongPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testCyclicAdvices -- Time elapsed: 0.080 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testDeleteComponentFromWrongPackage -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromWrongPackageToGoodPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticCreateComponentInGoodPackage -- Time elapsed: 0.009 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testValidAdvicesOrder -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromGoodPackageToWrongPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testPACKAGE_WITH_ALL_ELEMENTSType -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromGoodPackageToGoodPackage -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.types.tests.ElementTypeSetConfigurationTest.testGetAllAdviceBindings -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.types.tests.SpecializationTypeConfigurationTest.testGetOwnedAdvice -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.MetamodelTypeConfigurationTest.testGetOwnedAdvice -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testGetElementTypeSet -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testGetOwningTarget -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testSetOwningTarget -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testValidateAbstractAdviceBindingConfiguration_apply_to_all_types -- Time elapsed: 0.038 s org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredTypeTest.testGetOwnedAdvice -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testGetElementTypeSet -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testGetOwningTarget -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testSetOwningTarget -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testValidateAbstractAdviceBindingConfiguration_apply_to_all_types -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests.testGetTypeRegisteredInplugin -- Time elapsed: 0 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.addToAnd -- Time elapsed: 2.360 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.addToOr -- Time elapsed: 0.156 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate -- Time elapsed: 0.151 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.alreadyInAnd -- Time elapsed: 0.129 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate_notRule -- Time elapsed: 0.148 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpOrMultiple -- Time elapsed: 0.124 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpAndMultiple -- Time elapsed: 0.117 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.alreadyInOr -- Time elapsed: 0.108 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpOr -- Time elapsed: 0.116 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpAnd -- Time elapsed: 0.110 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpNot -- Time elapsed: 0.113 s org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate_negatedRule -- Time elapsed: 0.105 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_execute_undo_undo_redo -- Time elapsed: 0.005 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_executeNonDirtying_undo_undo_redo_redo -- Time elapsed: 0.002 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecuteNonDirtying_undo -- Time elapsed: 0 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute -- Time elapsed: 0 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save -- Time elapsed: 0.001 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_undo -- Time elapsed: 0 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_undo_save_redo -- Time elapsed: 0 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_undo -- Time elapsed: 0.001 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecuteNonDirtying -- Time elapsed: 0 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_undo_save -- Time elapsed: 0 s org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_execute_undo_undo_save_redo -- Time elapsed: 0.001 s org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelUnnestedCommand -- Time elapsed: 0.010 s org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteNestedCommand -- Time elapsed: 0.003 s org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelTripleNestedCommand -- Time elapsed: 0.008 s org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteTripleNestedCommand -- Time elapsed: 0.003 s org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelNestedCommand -- Time elapsed: 0.018 s org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteUnnestedCommand -- Time elapsed: 0.002 s org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.genericCompoundsAndWrappers -- Time elapsed: 0.006 s org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.gmfCompoundsAndWrappers -- Time elapsed: 0 s org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.emfCompoundsAndWrappers -- Time elapsed: 0 s org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.gefCompoundsAndWrappers -- Time elapsed: 0 s org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromDiagramCommandStack -- Time elapsed: 0.474 s org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromOperationHistory -- Time elapsed: 0.326 s org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromEMFCommandStack -- Time elapsed: 0.309 s org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadelementTypeDiagramExpansion -- Time elapsed: 0.035 s org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadProviderDiagramExpansion -- Time elapsed: 0.167 s org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.init_DiagramExpansionRegistry -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadDiagramExpansion -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_DiagramExpansion -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.verifyMetaclassCreationWithCompartment -- Time elapsed: 1.232 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.verifyClassCreationWithCompartment -- Time elapsed: 0.762 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.load_DiagramExpansion -- Time elapsed: 0.681 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddChildLabel.load_DiagramExpansion -- Time elapsed: 0.760 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddBorderItem.load_DiagramExpansion -- Time elapsed: 0.662 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartmentWithKind.load_DiagramExpansion -- Time elapsed: 0.904 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddLink.load_DiagramExpansion -- Time elapsed: 0.916 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements.testDropInsideBadcontainer -- Time elapsed: 0.848 s org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements.testDropInsidecontainer -- Time elapsed: 0.967 s org.eclipse.papyrus.infra.gmfdiag.common.tests.AssistantUsage.testAssistantForLabelNode -- Time elapsed: 1.129 s org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrap -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_command -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_gmfCommand -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_runnable -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.initialSyncOfEmptyDiagram -- Time elapsed: 1.429 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.newNodeOfWrongMetaclassNotSynchronized -- Time elapsed: 1.390 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:create -- Time elapsed: 1.611 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:move -- Time elapsed: 1.502 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:deleteView -- Time elapsed: 2.064 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:resize -- Time elapsed: 1.508 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:move -- Time elapsed: 1.589 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:override -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:move -- Time elapsed: 1.931 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:override -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagramNotifications -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_namedDiagramNotifications -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagram -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagramChangeContextName -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_namedDiagram -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.CreateEditBasedElementCommandTest.createElement -- Time elapsed: 0.274 s org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultCopyCommandTest.copyElement -- Time elapsed: 0.184 s org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultPasteCommandTest.pasteElement -- Time elapsed: 0.127 s org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramCopyCommandTest.copyElement -- Time elapsed: 0.806 s org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest.pasteElement -- Time elapsed: 0.922 s org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest.pasteProperty -- Time elapsed: 1.149 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.008 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[0] -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[1] -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[2] -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[3] -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[4] -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[5] -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[6] -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[7] -- Time elapsed: 0.007 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.canonicalEdgesInClassDiagram -- Time elapsed: 1.794 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.noCanonicalViewInCanonicalView -- Time elapsed: 1.655 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.canonicalNodesInClassDiagram -- Time elapsed: 1.645 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.noCanonicalEdgeOnCanonicalView -- Time elapsed: 1.552 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.controlTestForNothingCanonical -- Time elapsed: 0.750 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:execute -- Time elapsed: 1.489 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalInCanonicalNestedViews:on -- Time elapsed: 0.965 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalInCanonicalNestedViews:off -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:execute -- Time elapsed: 1.359 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:execute -- Time elapsed: 1.872 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:execute -- Time elapsed: 2.203 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:execute -- Time elapsed: 2.116 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:execute -- Time elapsed: 2.004 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:execute -- Time elapsed: 1.397 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:execute -- Time elapsed: 1.471 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:execute -- Time elapsed: 1.547 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:execute -- Time elapsed: 1.464 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:execute -- Time elapsed: 2.214 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:execute -- Time elapsed: 1.962 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:execute -- Time elapsed: 2.136 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:execute -- Time elapsed: 2.001 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:execute -- Time elapsed: 1.519 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:execute -- Time elapsed: 1.525 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:execute -- Time elapsed: 1.668 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:execute -- Time elapsed: 1.340 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:execute -- Time elapsed: 1.336 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:execute -- Time elapsed: 2.186 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:execute -- Time elapsed: 1.416 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalEdgesInClassDiagram -- Time elapsed: 1.282 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.nestedCanonicalNodesByMetaclassSelectorInCanonicalView -- Time elapsed: 1.255 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.nestedCanonicalEdgesInCanonicalView -- Time elapsed: 1.285 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalNodesByMetaclassSelectorInClassDiagram -- Time elapsed: 1.605 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalNodesByExplicitStyleClassInClassDiagram -- Time elapsed: 1.275 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.controlTestForNothingCanonical -- Time elapsed: 0.727 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.overrideSelectorRule -- Time elapsed: 1.679 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.overrideExplicitClassRule -- Time elapsed: 1.750 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:execute -- Time elapsed: 1.739 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:execute -- Time elapsed: 1.178 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:initial -- Time elapsed: 1.844 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:non-canonical -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:canonical -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:initial -- Time elapsed: 1.671 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:close-reopen -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest skipped org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.nestedClassifiersDontCauseLoopInCompositeDiagram_bug474489 -- Time elapsed: 1.080 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.associationEndCanonicalPresentation_bug473148 -- Time elapsed: 1.025 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:initial -- Time elapsed: 0.717 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:synch -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:undo -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:redo -- Time elapsed: 0 s org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReadOnlyAxisTransactionOption -- Time elapsed: 0.028 s org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReferenceToReadOnlyObjectWithOppositeRolledBackCommand -- Time elapsed: 0.040 s org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReferenceToReadOnlyObjectWithOppositeRolledBackOperation -- Time elapsed: 0.034 s org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testIsReadOnlyEObject -- Time elapsed: 0.042 s org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testSashModelReadOnlyIfPermissionReadOnly -- Time elapsed: 0.036 s org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testAnyReadOnlyURIs -- Time elapsed: 0.047 s org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testCanMakeWritableEObject -- Time elapsed: 0.035 s org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testCanMakeWritableURIs -- Time elapsed: 0.034 s org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testCanMakeWritable -- Time elapsed: 0.045 s org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testAsBoolean -- Time elapsed: 0.030 s org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testIsReadOnly -- Time elapsed: 0.031 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSashRow__int_int -- Time elapsed: 0.007 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetVisibleSections -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSashColumn__int -- Time elapsed: 0 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSection__String -- Time elapsed: 0 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeSectionTest.testIsIdentifiedBy__String -- Time elapsed: 0 s org.eclipse.papyrus.infra.editor.welcome.tests.SashColumnTest.testGetSashRow__int -- Time elapsed: 0 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.openWelcomePage -- Time elapsed: 0.522 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.closeWelcomePage -- Time elapsed: 0.641 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.pageRemovalValidator -- Time elapsed: 1.164 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.emptyModelShowsWelcomePage -- Time elapsed: 0.315 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.emptyModelCannotCloseWelcomePage -- Time elapsed: 0.323 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.canCloseWelcomePage -- Time elapsed: 0.674 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.welcomeModelResource -- Time elapsed: 0.588 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.welcomeModelElement -- Time elapsed: 0.437 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.getOwner -- Time elapsed: 0.341 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.languagesProperty -- Time elapsed: 0.561 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.isEditableRestoreActivePage -- Time elapsed: 0.610 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.privateLayoutProperty -- Time elapsed: 0.588 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest skipped org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.isEditable -- Time elapsed: 0.546 s org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.dispose_bug487027 -- Time elapsed: 0.575 s org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.viewsProperty -- Time elapsed: 0.548 s org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.isEditable -- Time elapsed: 0.563 s org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.createView -- Time elapsed: 0.827 s org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.dispose_bug487027 -- Time elapsed: 0.734 s org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.deleteView -- Time elapsed: 0.600 s org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest.viewsPropertyExcludesPluginDeployedModels_bug493668 -- Time elapsed: 0.553 s org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest.viewsPropertyUpdateFromModalContextThread -- Time elapsed: 1.270 s org.eclipse.papyrus.infra.properties.ui.providers.tests.PropertiesHeaderLabelProviderTest.labelProviderChange -- Time elapsed: 0.034 s org.eclipse.papyrus.infra.properties.ui.tests.EcorePropertyEditorFactoryTest.createWithLocalFactory -- Time elapsed: 0.033 s org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_not -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_xor -- Time elapsed: 0 s org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object -- Time elapsed: 0 s org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_or -- Time elapsed: 0 s org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testValidateAcyclic__DiagnosticChain_Map -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.filters.tests.EqualsTest.testMatches__Object -- Time elapsed: 0 s org.eclipse.papyrus.infra.filters.tests.FilterReferenceTest.testMatches__Object -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest.testMatches__Object -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest.testGetProvider -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnSourceAndTarget__IAdaptable_IAdaptable -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesForSREOnSource__IAdaptable -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testRemoveProviderChangeListener__IProviderChangeListener -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForTarget__IAdaptable_IElementType -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetClientContext -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testAddProviderChangeListener__IProviderChangeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testSelectExistingElementForTarget__IAdaptable_IElementType -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnSource__IAdaptable -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetElementType__String -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetExcludedElementTypes -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForSource__IAdaptable_IElementType -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testSelectExistingElementForSource__IAdaptable_IElementType -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForPopupBar__IAdaptable -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesForSREOnTarget__IAdaptable -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetElementTypes -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testIsRelationshipType__IElementType -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypes__String_IAdaptable -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelationshipTypes -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnTarget__IAdaptable -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testProvides__IOperation -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.PopupAssistantTest.testGetElementType -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ConnectionAssistantTest.testGetElementType -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testGetElementType -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testMatches__Object -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testGetProvider -- Time elapsed: 0 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.sourceForConnectionToTarget -- Time elapsed: 0.103 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionFromSource -- Time elapsed: 0.105 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionToTarget -- Time elapsed: 0.123 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionToTarget -- Time elapsed: 0.122 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedTargetForConnectionFromSource -- Time elapsed: 0.041 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedSourceForConnectionToTarget -- Time elapsed: 0.045 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionFromSourceToTarget -- Time elapsed: 0.079 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.targetForConnectionFromSource -- Time elapsed: 0.032 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.popupOnDiagramSurface -- Time elapsed: 0.026 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionFromSource -- Time elapsed: 0.076 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.popupOnShape -- Time elapsed: 0.030 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedPopupOnDiagramSurface -- Time elapsed: 0.029 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionFromSourceToTarget -- Time elapsed: 0.073 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.sourceForConnectionToTarget -- Time elapsed: 0.072 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionToTarget -- Time elapsed: 0.102 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.targetForConnectionFromSource -- Time elapsed: 0.042 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.popupOnDiagramSurface -- Time elapsed: 0.026 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionFromSource -- Time elapsed: 0.092 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.popupOnShape -- Time elapsed: 0.036 s org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionFromSourceToTarget -- Time elapsed: 0.124 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.107 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.095 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.079 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.060 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.243 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.412 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.397 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.350 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.378 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.362 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.307 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.525 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.560 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.600 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.419 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.027 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.040 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.025 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.024 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.017 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.019 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.017 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.019 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.090 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.026 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.017 s org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.022 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlSeveralModelsWithProfile -- Time elapsed: 1.762 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlSeveralModelsWithProfileInSameResource -- Time elapsed: 1.446 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlModelWithProfile -- Time elapsed: 1.196 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlSeveralModelsWithProfileInSameResource -- Time elapsed: 1.302 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlModelWithProfile -- Time elapsed: 1.325 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlSeveralModelsWithProfile -- Time elapsed: 1.396 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolShardSubunit -- Time elapsed: 0.919 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolOneSubmodel -- Time elapsed: 1.017 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolSeveralSubmodelsInSameResource -- Time elapsed: 1.121 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testDeleteSubmodel -- Time elapsed: 0.988 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolSeveralSubmodels -- Time elapsed: 1.238 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolOneSubmodel -- Time elapsed: 1.003 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodelsWithoutSave -- Time elapsed: 1.046 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodelsInSameResource -- Time elapsed: 1.294 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolUpdatesReferencesToRootObject_bug480209 -- Time elapsed: 0.579 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodels -- Time elapsed: 1.228 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase1 -- Time elapsed: 0.796 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase2 -- Time elapsed: 0.863 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase3 -- Time elapsed: 0.859 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlSeveralModels -- Time elapsed: 1.194 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlOneSubmodel -- Time elapsed: 0.857 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlSeveralModels -- Time elapsed: 1.228 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlSeveralModelsInSameResource -- Time elapsed: 1.191 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlSeveralModelsInSameResource -- Time elapsed: 1.214 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlOneSubmodel -- Time elapsed: 0.900 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolModelWithProfile -- Time elapsed: 1.403 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolSeveralModelsWithProfileInSameResource -- Time elapsed: 1.978 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolSeveralModelsWithProfile -- Time elapsed: 1.985 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolSeveralModelsWithProfileInSameResource -- Time elapsed: 2.023 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolSeveralModelsWithProfile -- Time elapsed: 1.852 s org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolModelWithProfile -- Time elapsed: 1.501 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlLegacyModelTest.testControlLegacyModel -- Time elapsed: 0.637 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.canCreateSubModel -- Time elapsed: 0.413 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.approveUncontrolRequest -- Time elapsed: 0.437 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.approveControlRequest -- Time elapsed: 0.387 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.disapproveUncontrolRequest -- Time elapsed: 0.442 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.disapproveControlRequest -- Time elapsed: 0.381 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest.convertSubmodelToShard -- Time elapsed: 0.795 s org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest.convertShardToSubmodel -- Time elapsed: 0.829 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithNote -- Time elapsed: 0.761 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteNotOrphanElement -- Time elapsed: 0.681 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithNotOrphan -- Time elapsed: 0.704 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithOrphan -- Time elapsed: 0.647 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithConnection -- Time elapsed: 0.687 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithOrphan -- Time elapsed: 0.683 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteTextNode -- Time elapsed: 0.731 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteOrphan -- Time elapsed: 0.753 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithNotOrphan -- Time elapsed: 0.727 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithNote -- Time elapsed: 0.747 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViews -- Time elapsed: 0.701 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithOrphan -- Time elapsed: 0.723 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonical -- Time elapsed: 0.711 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithNote -- Time elapsed: 0.714 s org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithNotOrphan -- Time elapsed: 0.687 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSClassProviderTest.testCSSClassContentProvider -- Time elapsed: 0.008 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testPackage -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testClassStyle -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testCSSClassStyle -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testPriorities -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testInterfaceStyle -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testStyleSheetsPriorities -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testPackage -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testClassStyle -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testCSSClassStyle -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testPriorities -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testInterfaceStyle -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedStyleTest.testStylesDisabled -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testShowAllCompartmentsTitles -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests skipped org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testAttributeCompartment -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testCompartmentForceValue -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testAttributeCompartmentForInterface -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest.testWithoutCSSSupport -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest.testCSSSupport -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testProjectStylesheets -- Time elapsed: 0.046 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testPackage -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testClassStyle -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testCSSClassStyle -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testPriorities -- Time elapsed: 0.006 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testInterfaceStyle -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testWorkspaceTheme -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testPackage -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testClassStyle -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testCSSClassStyle -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testPriorities -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testInterfaceStyle -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.canonicalStyleNotInferred -- Time elapsed: 0.039 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.canonicalStyleInferred -- Time elapsed: 0.061 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.overrideInferredStyle -- Time elapsed: 0.035 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testUnnamedReference -- Time elapsed: 0.005 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testNamedReference -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testEmptyNameReference -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testUntypedReference -- Time elapsed: 0.003 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest.testKindSelectorForCompartment -- Time elapsed: 0.620 s org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest.testKindSelectorForLabel -- Time elapsed: 0.660 s org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationLabelProviderTest.testLabels -- Time elapsed: 0.400 s org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest.testUseInternationalizationModification -- Time elapsed: 0.385 s org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest.testLanguageModification -- Time elapsed: 0.409 s org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.enablementNotification -- Time elapsed: 0.384 s org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.localeNotificationByPreferences -- Time elapsed: 0.414 s org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.localeNotification -- Time elapsed: 0.346 s org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.removePreferenceListener -- Time elapsed: 0.384 s org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.enablementNotificationByPreferences -- Time elapsed: 0.407 s org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest.getViewCountOn -- Time elapsed: 0.059 s org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest.getOwnedViewCount -- Time elapsed: 0.034 s org.eclipse.papyrus.infra.viewpoints.policy.tests.PolicyCheckerTest.testIsInViewpoint -- Time elapsed: 0.044 s org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyNonOwningContextOfView -- Time elapsed: 0.037 s org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyOwnerOfViewOnly -- Time elapsed: 0.064 s org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyOwningContextOfView -- Time elapsed: 0.039 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDomainTest.testGetQualifiedName -- Time elapsed: 0.104 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGeneralizationCycle__DiagnosticChain_Map -- Time elapsed: 0.010 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testCreationCommandClassRequired__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testContextGeneralizationIsConsistent__DiagnosticChain_Map -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testIsConsistentWith__ArchitectureContext -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testExtensionCycle__DiagnosticChain_Map -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testIsExtension -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testConversionCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testAllGeneralContexts -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testCeationCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGeneralNotExtended__DiagnosticChain_Map -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testContextExtensionsAreConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testAllExtendedContexts -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGetQualifiedName -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.StakeholderTest.testGetQualifiedName -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ConcernTest.testGetQualifiedName -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureViewpointTest.testGetQualifiedName -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGeneralizationCycle__DiagnosticChain_Map -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testCreationCommandClassRequired__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testContextGeneralizationIsConsistent__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testIsConsistentWith__ArchitectureContext -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testExtensionCycle__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testIsExtension -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testConversionCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testAllGeneralContexts -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testCeationCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGeneralNotExtended__DiagnosticChain_Map -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testContextExtensionsAreConsistent__DiagnosticChain_Map -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testAllExtendedContexts -- Time elapsed: 0 s org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGetQualifiedName -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsSameName -- Time elapsed: 0.049 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeContextSameName -- Time elapsed: 0.076 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsDifferentName -- Time elapsed: 0.023 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsRepresentationKinds -- Time elapsed: 0.074 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeContextDifferentName -- Time elapsed: 0.023 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getMetamodel -- Time elapsed: 0.004 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getConversionCommandClass -- Time elapsed: 0.007 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getCreationCommandClass -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getRepresentationKinds -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getProfiles -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDomain -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDefaultViewpoints -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getParent -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getExtensionPrefix -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getCreationCommandClassName -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getElementTypes -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getConversionCommandClassName -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getQualifiedName -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getIcon -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getName -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getId -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDescription -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getStakeholders -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getParent -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getConcerns -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getQualifiedName -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getIcon -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getName -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getId -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getDescription -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getConversionCommandClass -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getCreationCommandClass -- Time elapsed: 0.002 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDomain -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDefaultViewpoints -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getParent -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getExtensionPrefix -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getCreationCommandClassName -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getElementTypes -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getConversionCommandClassName -- Time elapsed: 0.039 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getQualifiedName -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getIcon -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getName -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getId -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDescription -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getRepresentationKinds -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getParent -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getConcerns -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getContext -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getQualifiedName -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getIcon -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getName -- Time elapsed: 0 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getId -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getDescription -- Time elapsed: 0.001 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.resources -- Time elapsed: 0.036 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeViewpoints -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.traces -- Time elapsed: 0.051 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.isMerged -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeDiagramParent -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeRepresentationKinds -- Time elapsed: 0.017 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.collectViewpoints -- Time elapsed: 0.055 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.collectStakeholdersAndConcerns -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.getContexts -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeContextName -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.resources -- Time elapsed: 0.017 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeViewpoints -- Time elapsed: 0.027 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.merged -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.traces -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeDiagramParent -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeRepresentationKinds -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.collectViewpoints -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.stakeholdersAndConcernsCollected -- Time elapsed: 0.023 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.getContexts -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeContextName -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeViewpoints -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.contexts -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeRepresentationKinds -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeDefaultViewpoints -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.extensionContentNotInherited -- Time elapsed: 0.019 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.extensionContextsElided -- Time elapsed: 0.015 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.inheritedContentMergedByExtension -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.emptyDomainsElided -- Time elapsed: 0.014 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.stakeholdersAndConcerns -- Time elapsed: 0.016 s org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerAddContextTest.addContextToExtendedDomain -- Time elapsed: 0.013 s org.eclipse.papyrus.infra.ui.architecture.tests.editors.SwitchViewpointsTest.switchViewpoints -- Time elapsed: 1.401 s org.eclipse.papyrus.infra.ui.architecture.tests.editors.ModelExplorerViewpointFilterTest.revealDiagramsAndTables -- Time elapsed: 0.535 s org.eclipse.papyrus.infra.ui.architecture.tests.editors.GrayedIconTest.checkIcons -- Time elapsed: 0.425 s Results: Failures: WorkspaceModelIndexTest.indexRecoversFromCancel:315 Didn't have to wait for the index to recover Expected: > <1000L> but: was <1000L> Tests run: 1087, Failures: 1, Errors: 0, Skipped: 28 [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/surefire-reports for the individual test results. [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [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/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 217 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202404140318/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404140318.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202404140318/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404140318.jar [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.suite.tests [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202404140318/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404140318.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202404140318/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404140318.jar [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1113 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true Running org.eclipse.papyrus.toolsmiths.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: 165, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 318.3 s -- in org.eclipse.papyrus.toolsmiths.suite.tests.AllTests org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.ProfileAutomaticMigrationTest -- Time elapsed: 0.004 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.PackageAutomaticMigrationTest -- Time elapsed: 0 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.StereotypeAutomaticMigrationTest_Stereotype_delete_Property -- Time elapsed: 0.001 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.PropertyAutomaticMigrationTest -- Time elapsed: 0.002 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.StereotypeAutomaticMigrationTest -- Time elapsed: 0.001 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.GeneralizationAutomaticMigrationTest -- Time elapsed: 0 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsAbstractFromStereotypeTest.atomicListTest -- Time elapsed: 0.001 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveProfileIntoNonApplyProfileTest -- Time elapsed: 0.034 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveStereotypeIntoNonApplyProfileTest -- Time elapsed: 0.048 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMovePackageIntoAlreadyApplyProfileTest -- Time elapsed: 0.032 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveStereotypeIntoAlreadyApplyProfileTest -- Time elapsed: 0.032 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMovePackageIntoNonApplyProfileTest -- Time elapsed: 0.037 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveProfileIntoAlreadyApplyProfileTest -- Time elapsed: 0.031 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.UpperMultiplicityTest -- Time elapsed: 0.001 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.atomicListTest -- Time elapsed: 0.001 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.LowerMultiplicityTest -- Time elapsed: 0 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.DeleteEnumerationLiteralTest -- Time elapsed: 0.001 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.MoveEnumerationLiteralTest -- Time elapsed: 0 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.atomicListTest -- Time elapsed: 0 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsStaticFromPropertyTest.atomicListTest -- Time elapsed: 0.001 s org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.AddPropertyToStereotypeTest.atomicListTest -- Time elapsed: 0.001 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest.unresolvedNonBundleDeployedURI -- Time elapsed: 14.50 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest.noSpuriousDependencyProblemsFromDynamicProfileDefinition -- Time elapsed: 3.488 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.getFilesFromProject -- Time elapsed: 0.408 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.existFileFromProject_closed -- Time elapsed: 0.292 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.existFileFromProject -- Time elapsed: 1.422 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.getFilesFromProject_closed -- Time elapsed: 0.177 s org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest.noIntermediateExtensionPointConfigurations -- Time elapsed: 0.622 s org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest.addMissingExtension -- Time elapsed: 0.280 s org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingAttributeMarkerResolutionTest.addMissingAttribute -- Time elapsed: 0.235 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFile -- Time elapsed: 0.372 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFolder -- Time elapsed: 0.277 s org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFolder_withNesting -- Time elapsed: 0.337 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginBuilderTest.ok -- Time elapsed: 5.275 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest.noSuchModelFile -- Time elapsed: 2.459 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest.noExtension -- Time elapsed: 2.435 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unresolvedGrayedIconResourceURI -- Time elapsed: 2.442 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.invalidIconResourceURI -- Time elapsed: 1.815 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.clientContextIDMismatch -- Time elapsed: 2.075 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.multipleClientContexts -- Time elapsed: 1.912 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unusedRepresentationKind -- Time elapsed: 1.622 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationKindReferenced -- Time elapsed: 2.048 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unresolvedIconResourceURI -- Time elapsed: 1.940 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.implicitMergeWarning -- Time elapsed: 7.020 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.explicitMergeNotWarned -- Time elapsed: 6.790 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdviceNotIncluded -- Time elapsed: 1.866 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdviceNotIncluded_extension -- Time elapsed: 1.720 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdvice_inherited -- Time elapsed: 1.612 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdvice_byExtension -- Time elapsed: 1.492 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.unresolvedCreationCommandClass -- Time elapsed: 8.124 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.creationCommandClassBinaryTypeResolved -- Time elapsed: 6.440 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.invalidCreationCommandClass -- Time elapsed: 5.830 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression.bug573888_profilePlatformPluginURI -- Time elapsed: 3.183 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression.bug573888_registrationPlatformPluginURI -- Time elapsed: 1.472 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.missingArchitectureFrameworkDependency -- Time elapsed: 8.324 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.iconBundle -- Time elapsed: 1.438 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.creationCommandClassBundle -- Time elapsed: 8.303 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.creationCommandClassBinaryTypeResolved -- Time elapsed: 6.917 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 1.613 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 1.589 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingArchitecture -- Time elapsed: 1.226 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingIcon -- Time elapsed: 1.272 s org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.allReferencesSpecific -- Time elapsed: 1.624 s org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.tests.ModelQuickFixTests.representationsAdviceFix -- Time elapsed: 1.964 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginValidationTest.testProfilePluginValidation -- Time elapsed: 0.633 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.dependencyValidationFails -- Time elapsed: 0.743 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.extensionValidationPasses -- Time elapsed: 0.974 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.modelValidationPasses -- Time elapsed: 1.385 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.buildPropertiesValidationFails -- Time elapsed: 0.547 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.dependencyValidationPasses -- Time elapsed: 0.716 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.extensionValidationFails -- Time elapsed: 0.361 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.modelValidationFails -- Time elapsed: 0.512 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.iconBundleDependency -- Time elapsed: 0.717 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.buildPropertiesValidationPasses -- Time elapsed: 0.481 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.clientContextIDViaGMF -- Time elapsed: 0.769 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.clientContextIDViaArchitectureCongtext -- Time elapsed: 0.866 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noClientContext -- Time elapsed: 0.377 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noSuchModelFile -- Time elapsed: 0.677 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noExtension -- Time elapsed: 0.884 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noExtensionButArchitectureReference -- Time elapsed: 0.826 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.unknownClientContextID -- Time elapsed: 0.894 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedFeatureName -- Time elapsed: 0.940 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.ok -- Time elapsed: 0.836 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 0.924 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unqualifiedStereotypeQualifiedName -- Time elapsed: 1.042 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedProfileQualifiedName -- Time elapsed: 0.926 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General.unresolvedIconReference -- Time elapsed: 0.993 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General.unresolvedMetamodelNSURI -- Time elapsed: 0.816 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.unresolvedProfileURI -- Time elapsed: 0.826 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.ok -- Time elapsed: 0.748 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 0.702 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.unresolvedFeatureName -- Time elapsed: 0.725 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.ok -- Time elapsed: 0.941 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 0.856 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 0.692 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.missingReferencedIcon -- Time elapsed: 0.923 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 1.046 s org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.allReferencesExplicit -- Time elapsed: 0.801 s org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginValidationTest.testProfilePluginValidation -- Time elapsed: 3.219 s org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest.hasExtension -- Time elapsed: 3.313 s org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest.noExtension -- Time elapsed: 3.693 s org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfileModelBuilderTest.profileRelativeURI -- Time elapsed: 2.906 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginBuilderTest.ok -- Time elapsed: 1.154 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginXMLBuilderTest.noExtension -- Time elapsed: 0.991 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest.unresolvedIconResourceURI -- Time elapsed: 0.592 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest.unresolvedRole -- Time elapsed: 1.092 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.modelResourceBundle -- Time elapsed: 1.005 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.iconResourceBundle -- Time elapsed: 0.646 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.missingNewChildBundleDependency -- Time elapsed: 0.989 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 0.653 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 0.604 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingNewChildModel -- Time elapsed: 0.725 s org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingIcon -- Time elapsed: 0.689 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.environmentOK -- Time elapsed: 5.081 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.contextOK -- Time elapsed: 3.321 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.extensionsOK -- Time elapsed: 2.579 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.manifestOK -- Time elapsed: 2.446 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest.noEnvironmentExtension -- Time elapsed: 1.861 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest.noContextExtension -- Time elapsed: 2.151 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.missingDependencyByContextReference -- Time elapsed: 2.738 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.unresolvedEnvironmentModelFactory -- Time elapsed: 9.284 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.missingDependencyByEnvironmentModelFactory -- Time elapsed: 6.882 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.implicitSourceTracesOK -- Time elapsed: 2.243 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextProperty -- Time elapsed: 2.150 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextElement -- Time elapsed: 1.914 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.obsoleteDataContextProperty -- Time elapsed: 1.912 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.obsoleteDataContextElement -- Time elapsed: 1.713 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.enumPropertyWrongType -- Time elapsed: 2.372 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.stringPropertyWrongType -- Time elapsed: 2.277 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.dataTypeAsClass -- Time elapsed: 1.559 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.stringPropertyEditorWrongWidgetType -- Time elapsed: 2.380 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedInstanceOfConstraint -- Time elapsed: 2.941 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedHasStereotypeConstraint -- Time elapsed: 2.246 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedHasStereotypeConstraint_byRenamedProfile -- Time elapsed: 1.535 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedProperty -- Time elapsed: 1.941 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedStereotype -- Time elapsed: 1.885 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedProfile -- Time elapsed: 1.935 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextPackage_nestedProfile -- Time elapsed: 2.521 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextPackage_nestedPackage -- Time elapsed: 1.635 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.profileMoved -- Time elapsed: 2.060 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.propertyWrongMultiplicity -- Time elapsed: 1.262 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.implicitSourceTracesOK -- Time elapsed: 1.638 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.missingDataContextProperty -- Time elapsed: 1.553 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.missingDataContextElement -- Time elapsed: 1.490 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.obsoleteDataContextProperty -- Time elapsed: 1.257 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.obsoleteDataContextElement -- Time elapsed: 1.417 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.enumPropertyWrongType -- Time elapsed: 1.138 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.stringPropertyWrongType -- Time elapsed: 1.819 s org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.unresolvedInstanceOfConstraint -- Time elapsed: 1.394 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.stringPropertyWrongType -- Time elapsed: 2.630 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextPackage_nestedPackage -- Time elapsed: 3.470 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedProfile -- Time elapsed: 3.914 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_instanceOf -- Time elapsed: 3.608 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextPackage_nestedProfile -- Time elapsed: 3.557 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.obsoleteDataContextElement -- Time elapsed: 3.995 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_hasStereotype -- Time elapsed: 3.025 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedProperty -- Time elapsed: 4.216 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextProperty -- Time elapsed: 2.834 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextElement -- Time elapsed: 3.047 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.propertyWrongMultiplicity -- Time elapsed: 2.663 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.stringPropertyEditorWrongWidgetType -- Time elapsed: 2.715 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.enumPropertyWrongType -- Time elapsed: 3.383 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_hasStereotype_byRenamedProfile -- Time elapsed: 2.820 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.obsoleteDataContextProperty -- Time elapsed: 3.339 s org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedStereotype -- Time elapsed: 3.662 s Results: Tests run: 165, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.communication.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.statemachine.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT [153/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.statemachine.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.interactionoverview.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT [154/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] The project's OSGi version is 2.0.100.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.interactionoverview.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/AbstractInteractionOverviewDiagramTestCase.java:[181] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.1.100.202404140302/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404140302.jar') 7 problems (7 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/target/org.eclipse.papyrus.uml.diagram.interactionoverview.tests-2.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.suite.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT [155/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.suite.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1109 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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: 174, Time elapsed: 500.8 s -- in org.eclipse.papyrus.uml.diagram.suite.tests.AllTests org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypePropertyStructure -- Time elapsed: 7.785 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCompartmentStructure -- Time elapsed: 2.100 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeLabelStructure -- Time elapsed: 1.953 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCompartmentInCommentStructure -- Time elapsed: 1.685 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypePropertyInCommentStructure -- Time elapsed: 1.614 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCommentStructure -- Time elapsed: 1.572 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testProfileApplication -- Time elapsed: 1.586 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeBraceStructure -- Time elapsed: 1.590 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeBracePropertyStructure -- Time elapsed: 1.442 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnEnumeration -- Time elapsed: 23.03 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnPackage -- Time elapsed: 1.657 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnInterface -- Time elapsed: 1.535 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnClass -- Time elapsed: 1.547 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnEnumerationLiteral -- Time elapsed: 1.515 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnProperty -- Time elapsed: 1.508 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnOperation -- Time elapsed: 1.395 s org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayLinkClassDiagramTest.testApplyStereotypeOnLink -- Time elapsed: 1.434 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test1 -- Time elapsed: 1.371 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test2 -- Time elapsed: 1.146 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test3 -- Time elapsed: 1.064 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test5 -- Time elapsed: 0.971 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test6 -- Time elapsed: 0.983 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test4 -- Time elapsed: 0.927 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test7 -- Time elapsed: 1.051 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test8 -- Time elapsed: 0.905 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test9 -- Time elapsed: 0.941 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test10 -- Time elapsed: 1.001 s org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test11 -- Time elapsed: 1.212 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags10 -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags11 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags12 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags13 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags1 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags2 -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags3 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags4 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags5 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags6 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags7 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags8 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags9 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText10 -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText11 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText1 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText2 -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText3 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText4 -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText5 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText6 -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText7 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText8 -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText9 -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest.testDeleteOnClassNamedStyleFont -- Time elapsed: 0.873 s org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest.testDeleteOnPackageWithStyle -- Time elapsed: 0.891 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase1 -- Time elapsed: 1.388 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase2 -- Time elapsed: 1.323 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase3 -- Time elapsed: 1.209 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase4 -- Time elapsed: 1.225 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityDefault -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinity -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerIntUpper -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityEqualsLiteralLowerUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntLowerStringUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLiteralLowerStringLiteralUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerIsNull -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerStringUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerIntUpperInfinity -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralUpperIsNull -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringInfinityLowerUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerLiteralInfinity -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerEqualsUpperWithBrackets -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLiteral -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntLowerIntUpper -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerInfinity -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLiteralRange -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntRange -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntValues -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLowerEqualsUpperWithBrackets -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLowerUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLowerUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralEqualsWithBrackets -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerStringLiteralUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerIntLiteralUpper -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralBooleanFalse -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralIntegerNegative -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralInteger -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralUnlimitedNaturalInfinitive -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralUnlimitedNatural -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralBoolean -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralNull -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralReal -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralString -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest skipped org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:initial -- Time elapsed: 1.080 s org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:synch -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:undo -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:redo -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForPortWithCSS -- Time elapsed: 1.477 s org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForFloatingLabelWithCSS -- Time elapsed: 1.148 s org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest skipped org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForFloatingLabel -- Time elapsed: 1.122 s org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest skipped org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForNode -- Time elapsed: 1.429 s org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForPort -- Time elapsed: 1.192 s org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForNodeWithCSS -- Time elapsed: 1.211 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest.testMoveOneGeneralization -- Time elapsed: 0.802 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest.testMoveTwoGeneralizations -- Time elapsed: 0.708 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug495430_DuplicatedTransitionsTest.checkDuplication -- Time elapsed: 0.011 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testResizedPortPosition -- Time elapsed: 2.124 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnOval -- Time elapsed: 0.660 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnPackageTop -- Time elapsed: 0.614 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPosition -- Time elapsed: 2.014 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnCorner -- Time elapsed: 1.069 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testAssociationRoleMultiplicityPosition -- Time elapsed: 0.886 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testDependencyNamePosition -- Time elapsed: 0.862 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testIntRealizationNamePosition -- Time elapsed: 0.815 s org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testContextLinkNamePosition -- Time elapsed: 0.696 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleEClassRef -- Time elapsed: 2.128 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleEClassRef -- Time elapsed: 1.864 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyProfile -- Time elapsed: 1.817 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_MultiEClassRef -- Time elapsed: 1.802 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_SingleStereoRef -- Time elapsed: 1.782 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_SingleEClassRef -- Time elapsed: 1.720 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_MultiStereoRef -- Time elapsed: 1.760 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_MultiStereoRef -- Time elapsed: 1.827 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_SingleStereoRef -- Time elapsed: 1.990 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_SingleStereoRef -- Time elapsed: 2.001 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiEClassRef -- Time elapsed: 1.854 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_SingleEClassRef -- Time elapsed: 1.762 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_MultiEClassRef -- Time elapsed: 1.710 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_MultiStereoRef -- Time elapsed: 1.845 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_MultiEClassRef -- Time elapsed: 1.794 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_SingleEClassRef -- Time elapsed: 1.792 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_MultiStereoRef -- Time elapsed: 1.745 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyStereotypeOnSource -- Time elapsed: 1.647 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyStereotypeOnTarget -- Time elapsed: 1.681 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_SingleEClassRef -- Time elapsed: 1.782 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleStereoRef -- Time elapsed: 1.807 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleStereoRef -- Time elapsed: 1.730 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_MultiStereoRef -- Time elapsed: 1.647 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_SingleStereoRef -- Time elapsed: 1.682 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_MultiEClassRef -- Time elapsed: 1.664 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameEdge_MultiEClassRef -- Time elapsed: 1.773 s org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiStereoRef -- Time elapsed: 1.760 s org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest.testConnectionDecorationRegistry -- Time elapsed: 0.641 s org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest.testEdgeDecoration -- Time elapsed: 0.695 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageIPackage -- Time elapsed: 1.080 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageSignal -- Time elapsed: 0.368 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageEnumeration -- Time elapsed: 0.394 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInterface -- Time elapsed: 0.465 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInformationItem -- Time elapsed: 0.330 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageTimeObservation -- Time elapsed: 0.505 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageDurationObservation -- Time elapsed: 0.390 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInstanceSpecification -- Time elapsed: 0.737 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageComment -- Time elapsed: 0.362 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageDataType -- Time elapsed: 0.417 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageConstraint -- Time elapsed: 0.342 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageClass -- Time elapsed: 0.441 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageModel -- Time elapsed: 0.369 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageComponent -- Time elapsed: 0.455 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManagePrimitiveType -- Time elapsed: 0.379 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageSignal -- Time elapsed: 0.881 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageEnumeration -- Time elapsed: 0.438 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInterface -- Time elapsed: 0.512 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInformationItem -- Time elapsed: 0.443 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInstanceSpecification -- Time elapsed: 0.390 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageComment -- Time elapsed: 0.333 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageDataType -- Time elapsed: 0.418 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageConstraint -- Time elapsed: 0.340 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageClass -- Time elapsed: 0.450 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageComponent -- Time elapsed: 0.449 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManagePrimitiveType -- Time elapsed: 0.441 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedDataType -- Time elapsed: 0.309 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManagePrimitiveTypeOperation -- Time elapsed: 0.101 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedSignal -- Time elapsed: 0.102 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedInterface -- Time elapsed: 0.100 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageEnumerationLiteralEnumeration -- Time elapsed: 0.086 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedDataType -- Time elapsed: 0.105 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedSignal -- Time elapsed: 0.110 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedEnumeration -- Time elapsed: 0.107 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceProperty -- Time elapsed: 0.116 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedEnumeration -- Time elapsed: 0.118 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedSignal -- Time elapsed: 0.106 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceReception -- Time elapsed: 0.144 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedClass -- Time elapsed: 0.100 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentReception -- Time elapsed: 0.096 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedPrimitiveType -- Time elapsed: 0.102 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentProperty -- Time elapsed: 0.107 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassProperty -- Time elapsed: 0.100 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManagePrimitiveTypeProperty -- Time elapsed: 0.100 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedPrimitiveType -- Time elapsed: 0.127 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassReception -- Time elapsed: 0.104 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedDataType -- Time elapsed: 0.126 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceOperation -- Time elapsed: 0.100 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedClass -- Time elapsed: 0.107 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentOperation -- Time elapsed: 0.101 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageSignalProperty -- Time elapsed: 0.083 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedInetrface -- Time elapsed: 0.102 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedPrimitiveType -- Time elapsed: 0.100 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedEnumeration -- Time elapsed: 0.102 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassOperation -- Time elapsed: 0.120 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedClass -- Time elapsed: 0.101 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedInterface -- Time elapsed: 0.100 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageSubstitution -- Time elapsed: 0.658 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageElementImport -- Time elapsed: 0.451 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageInterfaceRealization -- Time elapsed: 0.334 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageTemplateBinding -- Time elapsed: 0.420 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.295 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManagePackageImport -- Time elapsed: 0.288 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink.testToManageMultiDependency -- Time elapsed: 0.516 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink.testToManageMultiAssociation -- Time elapsed: 0.512 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContainmentLink.testToManageContainment -- Time elapsed: 0.337 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContextLink.testToManageContextLink -- Time elapsed: 0.413 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestDropfunction.testDropWithOrder -- Time elapsed: 0.451 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation.testStaticOperation -- Time elapsed: 0.312 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation.testStaticProperty -- Time elapsed: 0.276 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedDataType -- Time elapsed: 0.260 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedSignal -- Time elapsed: 0.063 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedInterface -- Time elapsed: 0.055 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageclassNestedEnumeration -- Time elapsed: 0.060 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedDataType -- Time elapsed: 0.051 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedSignal -- Time elapsed: 0.065 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedEnumeration -- Time elapsed: 0.066 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedSignal -- Time elapsed: 0.078 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedClass -- Time elapsed: 0.064 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedPrimitiveType -- Time elapsed: 0.063 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedPrimitiveType -- Time elapsed: 0.054 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedDataType -- Time elapsed: 0.054 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedClass -- Time elapsed: 0.053 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedInetrface -- Time elapsed: 0.053 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedPrimitiveType -- Time elapsed: 0.054 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedEnumeration -- Time elapsed: 0.053 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedClass -- Time elapsed: 0.057 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedInterface -- Time elapsed: 0.068 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsProperty -- Time elapsed: 0.246 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsClass -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testDataTypeVsProperty -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testAssociationClassVsProperty -- Time elapsed: 0.061 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsOperation -- Time elapsed: 0.036 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testEnumerationVsEnumerationLiteral -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testDataTypeVsOperation -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsPrimitiveType -- Time elapsed: 0.038 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsOperation -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsProperty -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsDataType -- Time elapsed: 0.038 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsSignal -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsPrimitiveType -- Time elapsed: 0.038 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsEnumeration -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testPrimitiveTypeVsOperation -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testAssociationClassVsOperation -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsPrimitiveType -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsProperty -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsDataType -- Time elapsed: 0.041 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsSignal -- Time elapsed: 0.041 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsInterface -- Time elapsed: 0.043 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsEnumeration -- Time elapsed: 0.036 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsEnumeration -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsReception -- Time elapsed: 0.036 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsInterface -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsDataType -- Time elapsed: 0.040 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsSignal -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsReception -- Time elapsed: 0.038 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsClass -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsInterface -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsReception -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testSignalVsProperty -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsClass -- Time elapsed: 0.041 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsOperation -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testPrimitiveTypeVsProperty -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceNestedCompartment -- Time elapsed: 0.204 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInPrimitiveTypeAttributeCompartment -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceOperationCompartment -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInDataTypeAttributeCompartment -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInClassOperationCompartment -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceAttributeCompartment -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceNestedCompartment -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInClassNestedCompartment -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInClassAttributeCompartment -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInComponentOperationCompartment -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInPrimitiveTypeOperationCompartment -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInComponentNestedCompartment -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInComponentAttributeCompartment -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInClassNestedCompartment -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInDataTypeOperationCompartment -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInComponentNestedCompartment -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.271 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.047 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.047 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInComponentDropFromModelExplorer -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInInterfaceDropFromModelExplorer -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropDataType2PropertyAttributeCompartment -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.051 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSignal2PropertyAttributeCompartment -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInComponentDropFromModelExplorer -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.047 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.055 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInSignalDropFromModelExplorer -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInDataTypeDropFromModelExplorer -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInClassDropFromModelExplorer -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropClass2OperationCompartment -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2OperationCompartment -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropClass2PropertyAttributeCompartment -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropPrimitiveType2AttributeCompartment -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.046 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.046 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropComponent2OperationCompartment -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2PropertyAttributeCompartment -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInClassDropFromModelExplorer -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.050 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.047 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.050 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropPrimitiveType2OperationCompartment -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.046 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInPrimitiveTypeDropFromModelExplorer -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.052 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInPrimitiveTypeDropFromModelExplorer -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropDataType2OperationCompartment -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.046 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropComponent2PropertyAttributeCompartment -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInDataTypeDropFromModelExplorer -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.052 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInInterfaceDropFromModelExplorer -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageIPackage -- Time elapsed: 0.279 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageSignal -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageEnumeration -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInterface -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInformationItem -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageTimeObservation -- Time elapsed: 0.032 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageDurationObservation -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInstanceSpecification -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageComment -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageDataType -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageConstraint -- Time elapsed: 2.348 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageClass -- Time elapsed: 0.041 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageModel -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageComponent -- Time elapsed: 0.059 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManagePrimitiveType -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationClass.testManageAssociationClass -- Time elapsed: 0.934 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfcaeVsComponent -- Time elapsed: 0.276 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfacetVsClass -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClassVsInterface -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsClass -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClasstVsClass -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsInterface -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfaceVsInterface -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClassVsComponent -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsComponent -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic.testAssociationLinkReorient -- Time elapsed: 0.274 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic.testAssociationLink -- Time elapsed: 0.049 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramInstanceSpecification.testInstanceSpecification -- Time elapsed: 0.373 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageSignal -- Time elapsed: 0.218 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageEnumeration -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageInterface -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageDataType -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageClass -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageComponent -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManagePrimitiveType -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagram.testToManageClassDiagram -- Time elapsed: 0.255 s org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest.testOpening24PackageModel -- Time elapsed: 0.305 s org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest.testOpening24PackageDiagram -- Time elapsed: 0.383 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug382954_InstanceSpecificationLink.testLinkCreation -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest.testCopyConstraintInClassDiagram -- Time elapsed: 1.698 s org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest.testCopyConstraintInClassDiagramWithClass -- Time elapsed: 1.026 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest.testMoveOneLiteral -- Time elapsed: 0.642 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest.testMoveTwoLiterals -- Time elapsed: 0.615 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest.testPropertyReference -- Time elapsed: 0.656 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest.testMoveGeneralization -- Time elapsed: 0.692 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest.testAllContentsNoInheritance -- Time elapsed: 0.939 s org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest.testAllContentsToChild -- Time elapsed: 0.872 s org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationNotInverted -- Time elapsed: 0.272 s org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationAfterReorientSource -- Time elapsed: 0.102 s org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationAfterReorientTarget -- Time elapsed: 0.101 s org.eclipse.papyrus.uml.diagram.clazz.test.resources.ClassPaletteTest.checkPaletteIds -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageAddVariableValueAction -- Time elapsed: 1.283 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDestroyObjectAction -- Time elapsed: 0.616 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDecisionNode -- Time elapsed: 0.737 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadStructuralFeatureAction -- Time elapsed: 0.629 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageInitialNode -- Time elapsed: 0.610 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageValueSpecificationAction -- Time elapsed: 0.845 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageCentralBufferNode -- Time elapsed: 0.648 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageSequenceNode -- Time elapsed: 0.538 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageOpaqueAction -- Time elapsed: 0.538 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageConditionalNode -- Time elapsed: 0.528 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadSelfAction -- Time elapsed: 0.557 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageActivityPartition -- Time elapsed: 0.573 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageForkNode -- Time elapsed: 0.537 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageMergeNode -- Time elapsed: 0.550 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageCreateObjectAction -- Time elapsed: 0.782 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageExpansionRegion -- Time elapsed: 0.511 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageFlowFinalNode -- Time elapsed: 0.595 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDataStoreNode -- Time elapsed: 0.711 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadVariableAction -- Time elapsed: 0.540 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageloopNode -- Time elapsed: 0.515 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageSendObjectAction -- Time elapsed: 0.531 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageActivityFinalNode -- Time elapsed: 0.630 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageAcceptEventAction -- Time elapsed: 0.863 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageJoinNode -- Time elapsed: 0.581 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageBroadCastSignalAction -- Time elapsed: 0.407 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageStructuredActivity -- Time elapsed: 0.570 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityChildNodeInStructuredActivity skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToSequenceNode -- Time elapsed: 0.281 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToConditionalNode -- Time elapsed: 0.067 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToStructuredNode -- Time elapsed: 0.055 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToConditionalNode -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToStructuredNode -- Time elapsed: 0.077 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromLoopNodeToActivity -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToExpansionRegionNode -- Time elapsed: 0.069 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromConditionalNodeToActivity -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToLoopNode -- Time elapsed: 0.057 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromSequenceNodeToActivity -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToConditionalNode -- Time elapsed: 0.055 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToActivity -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToExpansionRegion -- Time elapsed: 0.088 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromStructuredNodeToActivity -- Time elapsed: 0.038 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToLoop -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToLoopNode -- Time elapsed: 0.048 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.BeetwenNonContainmentActivityGroup -- Time elapsed: 0.057 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToExpansionRegionNode -- Time elapsed: 0.050 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToActivity -- Time elapsed: 0.040 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToInteruptibleActivtyRegion -- Time elapsed: 0.053 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToActivityPartion -- Time elapsed: 0.050 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToStructuredNode -- Time elapsed: 0.048 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromExpansionRegionToActivity -- Time elapsed: 0.041 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToSequenceNode -- Time elapsed: 0.048 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToActivityPartition -- Time elapsed: 0.043 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToInterruptibleActivityRegion -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToSequenceNode -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestDropObjects.testExpansionNodeInExpansionRegionCompartment -- Time elapsed: 0.256 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestCommentLink.testToCreateCommentLink -- Time elapsed: 0.240 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInClearStructuralFeatureAction -- Time elapsed: 0.254 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInReadLinkAction -- Time elapsed: 0.052 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureStructuredActivityNodeInActivity -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureConditionalNodeInActivity -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsFirstInInsertAtTestIdentityAction -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInTestIdentityAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.073 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionNodeAsOutInExpansionRegion -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsCollectionInReduceAction -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadStructuralFeatureAction -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsTargetInSendObjectAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInExpansionRegion -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsRequestInSendObjectAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInCreateLinkAction -- Time elapsed: 0.082 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsSecondInTestIdentityAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsRequestInSendObjectAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInDestroyLinkAction -- Time elapsed: 0.043 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureInitialNodeActionActionInActivity -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReclassifyObjectAction -- Time elapsed: 0.040 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.032 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInReadLinkAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReclassifyObjectAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadIsClassifiedObjectAction -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureAcceptEventActionInLoopNode -- Time elapsed: 0.046 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsLoopVariableInLoopNode -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsCollectionInReduceAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInOpaqueAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testResetInRegionWhenResizeGraphicalRepresentationElements -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsTargetInSendObjectAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReclassifyObjectAction -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsLoopVariableInputInLoopNode -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureSequenceNodeInActivity -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadLinkAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsTargetInDestroyObjectAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionRegonInStructuredActivityNode -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReduceAction -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadExtentAction -- Time elapsed: 0.036 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureActivityInActivity -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInSequenceNode -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsValueInAddVariableValueAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInOpaqueAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInReadLinkAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionNodeAsInInExpansionRegion -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsLoopVariableInputInLoopNode -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionRegionInActivity -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInClearAssociationAction -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsTargetInDestroyObjectAction -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInDestroyLinkAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadVariableAction -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInClearAssociationAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsSecondInTestIdentityAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInCreateLinkAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInDestroyLinkAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsLoopVariableInputInLoopNode -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsResultInLoopNode -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInClearAssociationAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsTargetInDestroyObjectAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsCollectionInReduceAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsTargetInSendObjectAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsOutputValueInOpaqueAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInStartObjectBehaviorAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInAddStructuralFeatureValueAction -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInConditionalNode -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureCreateLinkActionInActivity -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsFirstInTestIdentityAction -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureOpaqueActionActionInActivity -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsRequestInSendObjectAction -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInCreateLinkAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsValueInAddVariableValueAction -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInStructuredActivityNode -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsSecondInTestIdentityAction -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureLoopNodeInActivity -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureDecisionNodeInConditionalNode -- Time elapsed: 0.032 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInOpaqueAction -- Time elapsed: 0.032 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsFirstInTestIdentityAction -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testResetInPartitionWhenResizeGraphicalRepresentationElements -- Time elapsed: 0.067 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureTestIdentityActionInActivity -- Time elapsed: 0.051 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsValueInAddVariableValueAction -- Time elapsed: 0.041 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateControlFlowLinkInStructuredActivityNode -- Time elapsed: 0.306 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromPinToPin -- Time elapsed: 0.115 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testControlFlowLinkReorient -- Time elapsed: 0.153 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateControlFlowLink -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromOutpinPinInStructuredActivityNodeToOutputPin -- Time elapsed: 0.057 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromOutputPinInStructuredActivityNodeToOutputPin -- Time elapsed: 0.099 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromInputPinInStructuredActivityNodeToInputPin -- Time elapsed: 0.074 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromInputPinInStructuredActivityNodeToInputPin -- Time elapsed: 0.060 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorient -- Time elapsed: 0.079 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testNoExecutableNodeFlowLink -- Time elapsed: 0.067 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromPinToAction -- Time elapsed: 0.071 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.233 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateForkNodeInLoopNode -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestItemProviderCommand.testItemProviderCommandUndo -- Time elapsed: 0.225 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent_OperationChange -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testAdviceForAcceptCallActionExists -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_ChangeEvent -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_ToIsUnmarshallTrue -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_MixedEvents -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_MultipleTrigger_MixedEvents -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_NoCommonAncestor -- Time elapsed: 0.032 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_SignalEvent -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_TimeEvent -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_CommonAncestor -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_TimeEvent -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testAdviceForAcceptEventActionExists -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_TimeEvent -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent_SignalChange -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_MultipleTrigger_SignalEvent_CommonAncestor -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_changePropertyStructuralFeatureType -- Time elapsed: 0.032 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testAdviceForAddStructuraFeatureActionExists -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PortStructuralFeature -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_changePortStructuralFeatureType -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_To_BehaviorWithParameters -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testAdviceForCallBehaviorActionExists -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testPinDerivation_NoOperation_To_OperationWithParameters -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testAdviceForCallOperationActionExists -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testPinDerivation_OperationWithParameters_To_OperationWithParameters -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testAdviceForCreateLinkActionExists -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndCreationData -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndDataWithValuePin -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_ModificationLinkEndCreationData -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testPinDerivation_NoClassifier_ToClassClassifier -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testPinDerivation_NoClassifier_ToActivityClassifier -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testAdviceForCreateObjectActionExists -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndDestructionData -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testAdviceForDestroyLinkActionExists -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndDataWithValuePin -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_ModificationLinkEndDestructionData -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationLinkEndData_OpenEnd -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndData -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndData -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testAdviceForReadLinkActionExists -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationLinkEndData_NotOpenEnd -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityInRootElement -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityOwnedBeahaviour -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityAsClassifierBehaviour -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityNestedClassifer -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivitySpecifiedOperation -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testAdviceForReadSelfActionExists -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_changePropertyStructuralFeatureType -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testAdviceForCallOperationActionExists -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PortStructuralFeature -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_changePortStructuralFeatureType -- Time elapsed: 0.090 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testPinDerivation_SignalWithAttributes_To_SignalWithAttributes -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testAdviceForSendSignalActionExists -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testPinDerivation_NoSignal_ToSignalWithAttributes -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation.testAdviceForStartClassifierBehaviorActionExists -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation.testPinDerivation_StartClassifierBehaviorAction -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters_Synchronous -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testAdviceForStartObjectBehaviorActionExists -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters_Asynchronous -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_AddParameter_Synchronous -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_To_OtherBehaviorWithParameters_Synchronous -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_ChangeParameter_Synchronous -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation.testAdviceForTestIdentityActionExists -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation.testPinDerivation_Creation -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralStringValue -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testAdviceForValueSpecificationActionExists -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralUnlimitedNaturalValue -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToInstanceSpecificationValueSingleClassifier -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralRealValue -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralEnumerationValue -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralBooleanValue -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralIntegerValue -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionRegionBadCreateCommand -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionNodeCreateCommand -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionRegionContainmentChildCreateCommand -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testAlienCreationRequest -- Time elapsed: 0.006 s org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testMixedElementTypesCreationRequest -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testExpansionNodeCreationRequest -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageIPackage -- Time elapsed: 0.783 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageComment -- Time elapsed: 0.308 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageExecutionEnvironment -- Time elapsed: 0.331 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageConstraint -- Time elapsed: 0.295 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageModel -- Time elapsed: 0.369 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageNode -- Time elapsed: 0.281 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageArtifact -- Time elapsed: 0.342 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageDevice -- Time elapsed: 0.298 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToExecutionEnvironment -- Time elapsed: 0.805 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToPackage -- Time elapsed: 0.371 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToModel -- Time elapsed: 0.363 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManagePackage -- Time elapsed: 0.398 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToConstraint -- Time elapsed: 0.338 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToArtifact3 -- Time elapsed: 0.300 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToComment -- Time elapsed: 0.286 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageComment -- Time elapsed: 0.300 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageExecutionEnvironment -- Time elapsed: 0.346 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageConstraint -- Time elapsed: 0.307 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageModel -- Time elapsed: 0.317 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageNode -- Time elapsed: 0.321 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToNode -- Time elapsed: 0.351 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageArtifact -- Time elapsed: 0.326 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageDevice -- Time elapsed: 0.338 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToArtifact -- Time elapsed: 0.716 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToExecutionEnvironment -- Time elapsed: 0.280 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToDevice -- Time elapsed: 0.264 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToNode -- Time elapsed: 0.248 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testToManageDeployment -- Time elapsed: 0.283 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableArtifactArtifactDeployment -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableNodeArtifactDeployment -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableNodeNodeDeployment -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.564 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramCommentLink.testToManageComment -- Time elapsed: 0.273 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramConstraintLink.testToManageConstraint -- Time elapsed: 0.279 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramManifestationLink.testToManageManifestation -- Time elapsed: 0.304 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink skipped org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink skipped org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInModelCN -- Time elapsed: 0.221 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInPackageCN -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInDevice -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInModel -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInPackageCN -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInPackage -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInModelCN -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInModel -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInModelCN -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInModelCN -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInPackage -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNode -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInPackage -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInArtifactCN -- Time elapsed: 0.036 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInDevice -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInExecEnvir -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNestedNodeCN -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedDeviceCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInDevice -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInModel -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNestedDeviceCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInPackageCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInModelCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInDevice -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNestedNodeCN -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInModel -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInPackage -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInModelCN -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNode -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedNodeCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInModel -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInPackageCN -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInPackage -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInPackage -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedExecEnvirCN -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInModelCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNestedDeviceCN -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInPackage -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInModel -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInModelCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInPackageCN -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInExecEnvir -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNode -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInModel -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNestedExecEnvirCN -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNode -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInArtifactACN -- Time elapsed: 0.055 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInPackageCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInPackageCN -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNestedNodeCN -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInModel -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInPackage -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManagePackage -- Time elapsed: 0.691 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageInterface -- Time elapsed: 0.375 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageComment -- Time elapsed: 0.262 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageConstraint -- Time elapsed: 0.292 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageModel -- Time elapsed: 0.337 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageComponent -- Time elapsed: 0.336 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManagePackage -- Time elapsed: 0.796 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageInterface -- Time elapsed: 0.404 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageComment -- Time elapsed: 0.316 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageConstraint -- Time elapsed: 0.395 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageModel -- Time elapsed: 0.338 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageComponent -- Time elapsed: 0.354 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode.testToManagePropertyPart -- Time elapsed: 0.898 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode skipped org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode.testToManagePort -- Time elapsed: 0.402 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageProperty -- Time elapsed: 0.274 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageReception -- Time elapsed: 0.084 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageOperation -- Time elapsed: 0.084 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceAbstraction -- Time elapsed: 0.626 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceUsage -- Time elapsed: 0.428 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceDependency -- Time elapsed: 0.248 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceManifestation -- Time elapsed: 0.327 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.557 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramCommentLink.testToManageComment -- Time elapsed: 0.301 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConstraintLink.testToManageConstraint -- Time elapsed: 0.270 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsProperty -- Time elapsed: 0.219 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsOperation -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsReception -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceOperationCompartment -- Time elapsed: 0.200 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceAttributeCompartment -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testReceptionInInterfaceAttributeCompartment -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInInterfaceDropFromModelExplorer -- Time elapsed: 0.209 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2OperationCompartment -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2PropertyAttributeCompartment -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInInterfaceDropFromModelExplorer -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector.testToManagePropertyPortConnection -- Time elapsed: 2.285 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortAbstraction -- Time elapsed: 0.540 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortUsage -- Time elapsed: 0.284 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortConnector -- Time elapsed: 0.047 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortGeneralization -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation.testComponentPortLocation -- Time elapsed: 0.231 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation.testComponentPartPortLocation -- Time elapsed: 0.057 s org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector.testToManagePropertyPortConnection -- Time elapsed: 1.801 s org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testHideAndDropChildComponentToComponent -- Time elapsed: 0.229 s org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testDropChildComponentFromComponentToDiagram -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testHideChild_DropToDiagram_DropToParentComponent -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testCreateThreeInteractions -- Time elapsed: 0.512 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testDeleteInteraction -- Time elapsed: 0.429 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testCreateInteraction -- Time elapsed: 0.400 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testHideInteraction -- Time elapsed: 0.433 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testDropInteraction -- Time elapsed: 0.470 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testDropLifeline -- Time elapsed: 0.523 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testHideLifeline -- Time elapsed: 0.417 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testCellEditorLocator -- Time elapsed: 0.432 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testCreateLifeline -- Time elapsed: 0.400 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.create3LifelinesTest -- Time elapsed: 0.432 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testDeleteLifeline -- Time elapsed: 0.409 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testDropLifeline -- Time elapsed: 0.523 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testHideLifeline -- Time elapsed: 0.434 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testCellEditorLocator -- Time elapsed: 0.415 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testCreateLifeline -- Time elapsed: 0.432 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.create3LifelinesTest -- Time elapsed: 0.446 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testDeleteLifeline -- Time elapsed: 0.431 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant.testDeleteStateInvariants -- Time elapsed: 1.449 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant.testHideStateInvariants -- Time elapsed: 1.353 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant.testCannotDeleteLastStateInvariant -- Time elapsed: 0.412 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant.testCannotHideLastStateInvariant -- Time elapsed: 0.427 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testDeleteOccurrenceSpecification -- Time elapsed: 0.819 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testModelWithThreeOccurrenceSpecifications -- Time elapsed: 0.816 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testFullUndoRedo -- Time elapsed: 0.906 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testCreateOccurrenceSpecificationWithDoubleClick -- Time elapsed: 0.715 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification.testFullUndoRedo -- Time elapsed: 0.830 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification.testCreateOccurrenceSpecificationWithDoubleClick -- Time elapsed: 0.437 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testDeleteStateDefinition -- Time elapsed: 0.423 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testCreateStateDefinition -- Time elapsed: 0.404 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testCreateMultipleStateDefinitions -- Time elapsed: 0.449 s org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifelineLayout skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages skipped org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages skipped org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectStateMachine -- Time elapsed: 0.342 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectOpaqueBehavior -- Time elapsed: 0.111 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManagePackage -- Time elapsed: 0.090 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectActivity -- Time elapsed: 0.110 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectArtifact -- Time elapsed: 0.116 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectComponent -- Time elapsed: 0.119 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDevice -- Time elapsed: 0.120 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageComment -- Time elapsed: 0.086 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectStereotype -- Time elapsed: 0.113 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInformationItem -- Time elapsed: 0.119 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectExecutionEnvironment -- Time elapsed: 0.117 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectProtocolStateMachine -- Time elapsed: 0.127 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectActor -- Time elapsed: 0.184 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectClass -- Time elapsed: 0.112 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectCollaboration -- Time elapsed: 0.166 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectSignal -- Time elapsed: 0.113 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectNode -- Time elapsed: 0.118 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageConstraint -- Time elapsed: 0.101 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectUsecase -- Time elapsed: 0.138 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectEnumeration -- Time elapsed: 0.109 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageActor -- Time elapsed: 0.153 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInterface -- Time elapsed: 0.122 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectPrimitiveType -- Time elapsed: 0.121 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectFunctionBehavior -- Time elapsed: 0.122 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInteraction -- Time elapsed: 0.117 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDeployementSpecification -- Time elapsed: 0.134 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDatatype -- Time elapsed: 0.116 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManagePackage -- Time elapsed: 0.844 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageUseCase -- Time elapsed: 0.392 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageComment -- Time elapsed: 0.336 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageConstraint -- Time elapsed: 0.334 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageActor -- Time elapsed: 0.548 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageComponent -- Time elapsed: 0.532 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageDependencyUseCase_Actor -- Time elapsed: 0.631 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageRealization -- Time elapsed: 0.305 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAssociationUseCase_Actor -- Time elapsed: 0.373 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAbstraction -- Time elapsed: 0.287 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageUsage -- Time elapsed: 0.372 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageDependency -- Time elapsed: 0.318 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAssociationUseCase_UseCase -- Time elapsed: 0.326 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageExtend -- Time elapsed: 0.558 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManagePackageMerge -- Time elapsed: 0.285 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageInclude -- Time elapsed: 0.268 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.311 s org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManagePackageImport -- Time elapsed: 0.283 s org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest.moveUseCaseWithinSubject -- Time elapsed: 0.694 s org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest.moveUseCaseIntoSubject -- Time elapsed: 1.099 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageActivitySubstitution -- Time elapsed: 0.720 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageCollaborationSubstitution -- Time elapsed: 0.182 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToSubstitution -- Time elapsed: 0.272 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testClassToCollaborationGeneralization -- Time elapsed: 0.282 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageClassSubstitution -- Time elapsed: 0.286 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testCollaborationToClassGeneralization -- Time elapsed: 0.321 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageStateMachineSubstitution -- Time elapsed: 0.191 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.282 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToInterfaceRealization -- Time elapsed: 0.275 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortAbstraction -- Time elapsed: 0.530 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortUsage -- Time elapsed: 0.324 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortConnector -- Time elapsed: 0.214 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortGeneralization -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortAbstraction -- Time elapsed: 0.537 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortUsage -- Time elapsed: 0.266 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortConnector -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortGeneralization -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationObservation -- Time elapsed: 0.675 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToArtifact -- Time elapsed: 0.258 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToExecutionEnvironment -- Time elapsed: 0.325 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToProtocolStateMachine -- Time elapsed: 0.353 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToEnumeration -- Time elapsed: 0.275 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToActor -- Time elapsed: 0.235 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToClass -- Time elapsed: 0.261 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralNull -- Time elapsed: 0.305 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDevice -- Time elapsed: 0.267 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralInteger -- Time elapsed: 0.241 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInteraction -- Time elapsed: 0.291 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralString -- Time elapsed: 0.283 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeEvent -- Time elapsed: 0.246 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToConstraint -- Time elapsed: 0.238 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeInterval -- Time elapsed: 0.247 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToUseCase -- Time elapsed: 0.241 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToOpaqueExpression -- Time elapsed: 0.290 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToStateMachine -- Time elapsed: 0.226 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToSignal -- Time elapsed: 0.279 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInterface -- Time elapsed: 0.276 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToIntervalConstraint -- Time elapsed: 0.255 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDeploymentSpecification -- Time elapsed: 0.242 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToChangeEvent -- Time elapsed: 0.244 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInteractionConstraint -- Time elapsed: 0.243 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralUnlimitedNatural -- Time elapsed: 0.217 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInformationItem -- Time elapsed: 0.286 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToCollaboration -- Time elapsed: 0.289 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationInterval -- Time elapsed: 0.255 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeExpression -- Time elapsed: 0.267 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeObservation -- Time elapsed: 0.311 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInterval -- Time elapsed: 0.247 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToComment -- Time elapsed: 0.332 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToPrimitiveType -- Time elapsed: 0.249 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToOpaqueBehavior -- Time elapsed: 0.376 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToStringExpression -- Time elapsed: 0.250 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralBoolean -- Time elapsed: 0.259 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToFunctionBehavior -- Time elapsed: 0.294 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDataType -- Time elapsed: 0.339 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationConstraint -- Time elapsed: 0.289 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToAnyReceiveEvent -- Time elapsed: 0.273 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeConstraint -- Time elapsed: 0.269 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToExpression -- Time elapsed: 0.261 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDuration -- Time elapsed: 0.296 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToComponent -- Time elapsed: 0.284 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToSignalEvent -- Time elapsed: 0.267 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToNode -- Time elapsed: 0.286 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToActivity -- Time elapsed: 0.299 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToCallEvent -- Time elapsed: 0.355 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInstanceValue -- Time elapsed: 0.253 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToProperty -- Time elapsed: 0.789 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToConstraint -- Time elapsed: 0.337 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToComment -- Time elapsed: 0.291 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToPort -- Time elapsed: 0.383 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToCollaborationUse -- Time elapsed: 0.320 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramActivityChildNode.testToParameter -- Time elapsed: 1.463 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationUsage -- Time elapsed: 0.580 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToUsage -- Time elapsed: 0.320 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassRealization -- Time elapsed: 0.316 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassDependency -- Time elapsed: 0.298 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineRealization -- Time elapsed: 0.338 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityUsage -- Time elapsed: 0.325 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityAbstraction -- Time elapsed: 0.374 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink skipped org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityDependency -- Time elapsed: 0.216 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationAbstraction -- Time elapsed: 0.331 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineUsage -- Time elapsed: 0.332 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManifestation -- Time elapsed: 0.294 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToAbstraction -- Time elapsed: 0.320 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationDependency -- Time elapsed: 0.343 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassUsage -- Time elapsed: 0.318 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineDependency -- Time elapsed: 0.362 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityRealization -- Time elapsed: 0.374 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassAbstraction -- Time elapsed: 0.395 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineAbstraction -- Time elapsed: 0.236 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationRealization -- Time elapsed: 0.352 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToRealization -- Time elapsed: 0.347 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testClassPartPortLocation -- Time elapsed: 0.255 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testProtocolStateMachinePortLocation -- Time elapsed: 0.050 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testClassPortLocation -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testInteractionItemPortLocation -- Time elapsed: 0.048 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testActivityPortLocation -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testStateMachinePortLocation -- Time elapsed: 0.051 s org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramDropOntoChildNode.dropAssociationOntoPart_bug470823 -- Time elapsed: 0.217 s org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramElementTypeConfigurationTest.validateCompositeDiagramElementTypeConfigurationModel -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramGmfGenTest.validateCompositeDiagramGmfGenModel -- Time elapsed: 1.174 s org.eclipse.papyrus.uml.diagram.composite.tests.copyPaste.ConstraintCopyPasteTest.testCopyConstraintFromClassToClass -- Time elapsed: 0.954 s org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.007 s org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[2] -- Time elapsed: 0.609 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate1100 -- Time elapsed: 0.731 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate8000 -- Time elapsed: 0.399 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate9000 -- Time elapsed: 0.338 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToState -- Time elapsed: 0.510 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate10000 -- Time elapsed: 0.329 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate12000 -- Time elapsed: 0.389 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate13000 -- Time elapsed: 0.379 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate14000 -- Time elapsed: 0.384 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate15000 -- Time elapsed: 0.387 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToFinalState -- Time elapsed: 0.421 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstainedElementLink -- Time elapsed: 0.227 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToCreateCommentLink -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstraintConstrainedElementLinkCannotBeStarted -- Time elapsed: 0.052 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testCommentLinkCannotBeStarted -- Time elapsed: 0.061 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientCommentLink -- Time elapsed: 0.046 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientConstraintContextLink -- Time elapsed: 0.055 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testContextElementLink -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientConstraintConstrainedElementLink -- Time elapsed: 0.048 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstraintContextLinkCannotBeStarted -- Time elapsed: 0.050 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkReorient -- Time elapsed: 0.260 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testEntryPointTransitionLink -- Time elapsed: 0.065 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testExitPointTransitionLink -- Time elapsed: 0.064 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkWithSameSourceAndTarget -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkCannotBeStarted -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLink -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInState -- Time elapsed: 0.221 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateForkInRegion -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testStateInRegion -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testFinalStateInRegino -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateExitPointKind -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoEntryPointInRegion -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInStateMachine -- Time elapsed: 0.011 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateShallowHistoryKind -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateTerminateInRegion -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJoinKind -- Time elapsed: 0.011 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJoinInRegion -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateChoiseKind -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJunctionInRegion -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoExitPointInRegion -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testEntryPointJunctionKind -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConnectionPointReferenceInStateWithoutSubmachine -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateInitialKind -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateTerminateKind -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInStateCompartment -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInRegion -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateChoiseInRegion -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateForkKind -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testDeferrableTriggerInState -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateDeepHistoryKind -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoEntryPointInStateMachine -- Time elapsed: 0.014 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testCommentInRegion -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateShallowHistoryInRegion -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJunctionKind -- Time elapsed: 0.015 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConnectionPointReferenceInState -- Time elapsed: 0.063 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateInitialInRegion -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoExitPointInStateMachine -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateDeepHistoryInRegion -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConstraintInRegion -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode.testStateMachineResizeHeight -- Time elapsed: 0.213 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode.testStateMachineResizeWidth -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineContextLink.testToManageContextLink -- Time elapsed: 0.366 s org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.statemachine.custom.helpers.tests.ZoneTest.deleteDiagramWithEmptyZoneAnnotation_bug468207 -- Time elapsed: 1.479 s org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToConstraint -- Time elapsed: 0.776 s org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToComment -- Time elapsed: 0.434 s org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToLifeline -- Time elapsed: 0.460 s org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramLink skipped org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest.testDefineNestedProfileWithDependencies -- Time elapsed: 0.335 s org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest.testDefineSimpleProfile -- Time elapsed: 0.291 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManagePackage -- Time elapsed: 0.720 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageProfile -- Time elapsed: 0.364 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageDataType -- Time elapsed: 0.308 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageClass -- Time elapsed: 0.254 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageStereoType -- Time elapsed: 0.292 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageStereoTypeInPackage -- Time elapsed: 0.776 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageStereoTypeInProfile -- Time elapsed: 0.371 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageClassInPackage -- Time elapsed: 0.316 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageClassInProfile -- Time elapsed: 0.306 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManagePackageInPackage -- Time elapsed: 0.295 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageProfileInPackage -- Time elapsed: 0.296 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManagePackageInProfile -- Time elapsed: 0.296 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageProfileInProfile -- Time elapsed: 0.335 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageDatatypeInPackage -- Time elapsed: 0.318 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageDatatypeInProfile -- Time elapsed: 0.309 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink.testToManageAssociationWithoutMulti -- Time elapsed: 0.641 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink skipped org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestImportMetaClass.testImportMetaClass -- Time elapsed: 1.338 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramExtension.testDestroyExtensionProperty -- Time elapsed: 0.832 s org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramContextLink.testToManageContextLink -- Time elapsed: 0.328 s org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestInteractionAffixedChildNode skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageActionExecution -- Time elapsed: 0.619 s org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageDurationConstraint -- Time elapsed: 0.188 s org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageBehaviorExecution -- Time elapsed: 0.177 s org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageStateInvariant -- Time elapsed: 0.199 s org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode skipped org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode.testToManageContinuation -- Time elapsed: 0.337 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testConsiderIgnoreFragment -- Time elapsed: 0.221 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testCombinedFragmentContinuation -- Time elapsed: 0.475 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testCombinedFragment -- Time elapsed: 0.056 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperand_364701.testOperandAddDelete -- Time elapsed: 0.308 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828.testMessageSync -- Time elapsed: 0.334 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedCombinedFragment_364795 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestAdvancedDragDrop_364696 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808.testEditLoop -- Time elapsed: 0.228 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808.testEditText -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteractionOperand -- Time elapsed: 3.061 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteractionFragmentInOperand -- Time elapsed: 2.698 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteNotOnlyInteractionOperand -- Time elapsed: 2.589 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOnLifeline_533671 -- Time elapsed: 2.293 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragDoesNotMoveExistingFragments_533679 -- Time elapsed: 2.177 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.noCreateOperandOnLifelineWithoutCFrag_533672 -- Time elapsed: 0.622 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteCombinedFragment -- Time elapsed: 2.402 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.defaultInteractionOperand_533673 -- Time elapsed: 2.098 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteAllInteractionOperands -- Time elapsed: 2.364 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.validateCreatedInteractionOperand_533676 -- Time elapsed: 2.117 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteOnlyInteractionOperand -- Time elapsed: 2.334 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOverHalfMessage_533675 -- Time elapsed: 2.060 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.attemptToMoveOperandGuard_533699 -- Time elapsed: 1.943 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createOperandOnLifeline_533672 -- Time elapsed: 2.314 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragEnclosedFragments_533679 -- Time elapsed: 2.035 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteCombinedFragmentMultipleOperands_533681 -- Time elapsed: 2.383 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragInCFrag_533675 -- Time elapsed: 2.046 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.attemptToResizeOperandGuard_533699 -- Time elapsed: 1.901 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragInFreeSpace_533675 -- Time elapsed: 2.052 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOverLifelines_533671 -- Time elapsed: 2.257 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createOperandOverLifelines_533672 -- Time elapsed: 2.422 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteraction -- Time elapsed: 2.282 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeOperand -- Time elapsed: 1.370 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeFragmentNW -- Time elapsed: 0.712 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeFragmentSE -- Time elapsed: 0.689 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testCreateOperand -- Time elapsed: 0.736 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testSimpleLayout -- Time elapsed: 0.622 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testDeleteOperand -- Time elapsed: 1.534 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testMoveOperandForbidden -- Time elapsed: 0.629 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testMoveCombinedFragment -- Time elapsed: 0.761 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createCombinedFragment_operand -- Time elapsed: 1.900 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createInteractionUse -- Time elapsed: 0.651 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createStateInvariant -- Time elapsed: 0.660 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createCombinedFragment -- Time elapsed: 1.852 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeFragmentNW -- Time elapsed: 2.043 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeFragmentSE -- Time elapsed: 1.979 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeOperands -- Time elapsed: 1.695 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testMoveFragment -- Time elapsed: 1.926 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testCreateOperand -- Time elapsed: 0.856 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testExpandCF -- Time elapsed: 0.796 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testDeleteOperand -- Time elapsed: 2.049 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testShrinkCF -- Time elapsed: 0.688 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testInitialCoverage -- Time elapsed: 0.648 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testMoveOperandSeparator -- Time elapsed: 1.571 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testMoveCF -- Time elapsed: 0.746 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderSecondToFirst -- Time elapsed: 0.808 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderFirstToLast -- Time elapsed: 0.810 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderThirdToLast -- Time elapsed: 0.860 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReparentForbidden -- Time elapsed: 0.732 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderLastToFirst -- Time elapsed: 0.801 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderLastToThird -- Time elapsed: 0.812 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderFirstToSecond -- Time elapsed: 0.828 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.449 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDeletion -- Time elapsed: 1.824 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.841 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinksDisplay -- Time elapsed: 0.770 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.356 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.854 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.908 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinksAnchors -- Time elapsed: 0.783 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.451 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDeletion -- Time elapsed: 1.780 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.890 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinksDisplay -- Time elapsed: 1.202 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.364 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.887 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.871 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinksAnchors -- Time elapsed: 1.156 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.418 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDeletion -- Time elapsed: 1.833 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.839 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinksDisplay -- Time elapsed: 1.120 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.369 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.856 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.856 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinksAnchors -- Time elapsed: 1.123 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.884 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.833 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.852 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.862 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.841 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.908 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.840 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.859 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.898 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.843 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.932 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.862 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.849 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.864 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.841 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.noCreateOnLifeline[OBSERVATION] -- Time elapsed: 0.870 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnDestructionOccurrence[OBSERVATION] -- Time elapsed: 1.020 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionFinish[OBSERVATION] -- Time elapsed: 0.976 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationRightToLeftCreateMessage[OBSERVATION] -- Time elapsed: 0.956 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationLeftToRightCreateMessage[OBSERVATION] -- Time elapsed: 0.946 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnExecution[OBSERVATION] -- Time elapsed: 0.990 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageSendOnLifeline[OBSERVATION] -- Time elapsed: 0.947 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnLifeline[OBSERVATION] -- Time elapsed: 0.957 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionStart[OBSERVATION] -- Time elapsed: 0.951 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.noCreateOnLifeline[CONSTRAINT] -- Time elapsed: 0.868 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnDestructionOccurrence[CONSTRAINT] -- Time elapsed: 0.959 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionFinish[CONSTRAINT] -- Time elapsed: 0.988 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationRightToLeftCreateMessage[CONSTRAINT] -- Time elapsed: 1.030 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationLeftToRightCreateMessage[CONSTRAINT] -- Time elapsed: 1.028 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnExecution[CONSTRAINT] -- Time elapsed: 0.967 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageSendOnLifeline[CONSTRAINT] -- Time elapsed: 0.961 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnLifeline[CONSTRAINT] -- Time elapsed: 1.008 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionStart[CONSTRAINT] -- Time elapsed: 0.970 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageReceiveOnExecution[OBSERVATION] -- Time elapsed: 1.095 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageSendOnLifeline[OBSERVATION] -- Time elapsed: 1.128 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageReceiveOnExecution[CONSTRAINT] -- Time elapsed: 1.102 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageSendOnLifeline[CONSTRAINT] -- Time elapsed: 1.144 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentName_382951 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageSync -- Time elapsed: 0.516 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageAsync -- Time elapsed: 0.167 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageReply -- Time elapsed: 0.260 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageCreate -- Time elapsed: 0.176 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageDelete -- Time elapsed: 0.186 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testBehaviorExecution -- Time elapsed: 0.106 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testActionExecution -- Time elapsed: 0.092 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testLifeline -- Time elapsed: 0.067 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966.testEditMaxint -- Time elapsed: 0.211 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966.testEditMinint -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661.testHeaderAnchor -- Time elapsed: 0.392 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661.testVerticalBarAnchor -- Time elapsed: 0.162 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202.testMessageLost -- Time elapsed: 0.351 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202.testMessageFound -- Time elapsed: 0.142 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestGuardVisibility_402966 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageCreateWithLifeline_403134 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774.testResize -- Time elapsed: 0.210 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testReconnectSyncMessage -- Time elapsed: 0.278 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testReconnectReplyMessage -- Time elapsed: 0.113 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testDeleteReplyMessage -- Time elapsed: 0.097 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testDeleteSyncMessage -- Time elapsed: 0.115 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testCreateReplyMessage -- Time elapsed: 0.124 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testCreateSyncMessage -- Time elapsed: 0.125 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_477463.testMessageOccurrenceSpecification -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceDeletion -- Time elapsed: 0.887 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceCreation -- Time elapsed: 1.093 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceMoveDown -- Time elapsed: 0.681 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528787.testExecutionChangeAfterMessageCreationUndo -- Time elapsed: 0.474 s org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528473 skipped org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testAdaptSizeDeltaToMaxHeight -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testIsAffixedToRight -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testGetRealMoveDelta -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testGetRelativeBounds -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN.testCreateThreeInteractions -- Time elapsed: 0.359 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN skipped org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN.testCreateInteraction -- Time elapsed: 0.254 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN skipped org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageDecisionNode -- Time elapsed: 0.800 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageInitialNode -- Time elapsed: 0.783 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageSequenceNode -- Time elapsed: 0.728 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageConditionalNode -- Time elapsed: 0.727 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageForkNode -- Time elapsed: 0.714 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode skipped org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageMergeNode -- Time elapsed: 0.753 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageFlowFinalNode -- Time elapsed: 0.885 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageLoopNode -- Time elapsed: 0.871 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageActivityFinalNode -- Time elapsed: 0.751 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageJoinNode -- Time elapsed: 0.753 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.180 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateForkNodeInLoopNode -- Time elapsed: 0.016 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.010 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.178 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateForkNodeInLoopNode -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.010 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.002 s Results: Tests run: 1422, Failures: 0, Errors: 0, Skipped: 174 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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/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/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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 15 problems (15 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.dnd.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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/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/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 330 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.properties.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 334 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotype.display.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 316 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.suite.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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:5255): Gtk-WARNING **: 04:57:25.459: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:25.465: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:26.957: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:26.962: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:32.574: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:32.579: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:33.239: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:33.245: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:33.915: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:33.929: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:34.590: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:34.595: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:35.327: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:35.332: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:35.977: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:35.982: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:36.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:36.609: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:37.252: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:57:37.257: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:03.518: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:03.523: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:04.332: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:04.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:05.083: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:05.088: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:06.031: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:06.036: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:06.860: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:06.865: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:07.757: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:07.762: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:14.291: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:14.298: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:14.347: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:14.349: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:14.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:14.965: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:15.013: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:15.015: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:15.479: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:15.486: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:15.536: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:15.538: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:16.002: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:16.009: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:16.057: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:16.060: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:16.537: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:16.544: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:16.593: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:16.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:19.855: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:19.862: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:19.908: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:19.911: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:20.534: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:20.541: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:20.587: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:20.589: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:20.754: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:20.758: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:21.258: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:21.265: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:21.312: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:21.315: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:21.840: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:21.848: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:21.897: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:21.900: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:22.407: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:22.415: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:22.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:22.469: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:22.930: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:22.937: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:22.987: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:22.990: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:23.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:23.464: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:23.512: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:23.515: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:26.610: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:26.614: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:27.118: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:27.125: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:27.175: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:27.178: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:27.807: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:27.814: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:27.862: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:27.864: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:28.022: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:28.025: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:28.476: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:28.483: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:28.530: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:28.532: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:30.459: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:30.463: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:30.973: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:30.978: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:31.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:31.471: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:32.011: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:32.016: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:32.817: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:32.821: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:33.398: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:33.402: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:34.935: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:34.939: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:35.553: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:35.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:36.279: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:36.283: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:36.961: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:36.965: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:37.485: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:37.490: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:38.261: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:38.265: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:39.341: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:39.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:40.001: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:40.005: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:40.717: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:40.721: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:41.252: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:41.257: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:41.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:41.903: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:42.985: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:42.990: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:43.910: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:43.915: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:44.858: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:44.863: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:45.365: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:45.370: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:46.312: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:46.317: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:47.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:47.198: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:47.710: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:47.714: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:48.867: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:48.871: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) Apr 14, 2024 4:58:48 AM org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter paintLayer SEVERE: Error while painting table java.lang.NullPointerException: Cannot invoke "org.eclipse.papyrus.infra.nattable.model.nattable.nattableconfiguration.TableConfiguration.getStyle(org.eclipse.emf.ecore.EClass)" because the return value of "org.eclipse.papyrus.infra.nattable.model.nattable.Table.getTableConfiguration()" is null at org.eclipse.papyrus.infra.nattable.utils.TableHelper.isMultiColumnTreeTable(TableHelper.java:308) at org.eclipse.papyrus.infra.nattable.utils.TableHelper.isMultiColumnTreeTable(TableHelper.java:325) at org.eclipse.papyrus.infra.nattable.painter.PapyrusIndentedTreeImagePainter.getWrappedPainterBounds(PapyrusIndentedTreeImagePainter.java:169) at org.eclipse.nebula.widgets.nattable.tree.painter.IndentedTreeImagePainter.paintCell(IndentedTreeImagePainter.java:363) at org.eclipse.nebula.widgets.nattable.painter.cell.CellPainterWrapper.paintCell(CellPainterWrapper.java:67) at org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter.paintCell(BackgroundPainter.java:52) at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintCell(CellLayerPainter.java:216) at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintLayer(CellLayerPainter.java:86) at org.eclipse.nebula.widgets.nattable.painter.layer.GridLineCellLayerPainter.paintLayer(GridLineCellLayerPainter.java:141) at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1055) at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1055) at org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter.paintLayer(NatLayerPainter.java:54) at org.eclipse.nebula.widgets.nattable.NatTable.paintNatTable(NatTable.java:507) at org.eclipse.nebula.widgets.nattable.NatTable.paintControl(NatTable.java:502) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5854) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1529) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1555) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1538) at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3927) at org.eclipse.swt.widgets.Scrollable.gtk_draw(Scrollable.java:365) at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:506) at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:174) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2482) at org.eclipse.swt.widgets.Control.windowProc(Control.java:6883) at org.eclipse.swt.widgets.Display.windowProc(Display.java:6162) at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_do_event(Native Method) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1597) at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4513) at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296) at org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest.testTableDeletion(OpenAndDeleteTest.java:111) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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.InvokeMethod.evaluate(InvokeMethod.java:17) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42) 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:5039) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) 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:648) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) (Eclipse:5255): Gtk-WARNING **: 04:58:49.673: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:49.677: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:50.187: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:50.193: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:52.816: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:52.821: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:53.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:53.658: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:54.500: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:54.505: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:55.545: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:55.550: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:56.508: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:56.513: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:57.601: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:57.605: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:58.428: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:58.432: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:59.142: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:59.146: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:59.822: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:58:59.828: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:00.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:00.500: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:01.189: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:01.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:01.847: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:01.852: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:02.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:02.350: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:03.091: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:03.095: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:04.600: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:04.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:06.420: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:06.425: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:06.553: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:06.561: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:06.974: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:06.979: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:07.464: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:07.469: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:07.931: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:07.936: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:08.598: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:08.602: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:09.239: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:09.244: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:09.835: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:09.839: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:10.448: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:10.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:11.046: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:11.050: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:11.659: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:11.663: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:12.269: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:12.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:12.826: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:12.826: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:12.866: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:12.870: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:12.884: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:12.910: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:12.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:13.119: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:13.129: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.265: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.703: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.703: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:13.741: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:13.746: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.814: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:13.953: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:13.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:13.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.552: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.552: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:14.593: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:14.598: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.612: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.641: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.669: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:14.816: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:14.822: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:14.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.043: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:15.470: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:15.475: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.489: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.513: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.540: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.569: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:15.765: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:15.770: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:15.887: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:16.300: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:16.300: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:16.340: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:16.345: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:16.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:16.383: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:16.413: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:16.550: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:16.555: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:16.585: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:16.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:16.695: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:17.127: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:17.131: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.144: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.168: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:17.340: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:17.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.445: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:17.932: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:17.936: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:17.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.024: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:18.155: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:18.161: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.247: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.306: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.365: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.767: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.767: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:18.817: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:18.821: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.838: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.865: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:18.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:19.047: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:19.052: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:19.647: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:19.651: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.688: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.717: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:19.861: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:19.867: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.879: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.938: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:19.993: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.392: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.392: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:20.432: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:20.436: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.449: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.474: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.504: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.547: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:20.670: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:20.676: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.716: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.789: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:20.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.222: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.222: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:21.261: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:21.266: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.303: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.332: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:21.489: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:21.494: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.549: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:21.656: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:22.081: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:22.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.152: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.183: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:22.321: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:22.327: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.427: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.487: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.548: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.952: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:22.952: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:22.992: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:22.996: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.009: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.061: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:23.549: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:23.553: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.567: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.621: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:23.778: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:23.783: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.874: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:23.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:24.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:24.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:24.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:24.350: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:24.364: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:24.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:24.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:24.527: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:24.533: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:24.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:24.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:24.782: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:25.197: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:25.202: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.244: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.272: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:25.402: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:25.407: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.473: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.527: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.582: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.963: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:25.963: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:26.002: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:26.006: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.019: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.097: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:26.269: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:26.274: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.338: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:26.858: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:26.862: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.901: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:26.932: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:27.061: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:27.067: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.098: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.148: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.201: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:27.655: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:27.660: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.675: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.729: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:27.868: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:27.876: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:27.984: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.038: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:28.455: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:28.459: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.497: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.526: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:28.687: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:28.693: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.782: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:28.905: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.286: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.286: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:29.325: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:29.329: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.342: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.367: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.427: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:29.527: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:29.533: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.606: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.659: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:29.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.078: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.078: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:30.117: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:30.122: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.170: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.213: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:30.336: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:30.341: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.354: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:30.881: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:30.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.899: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:30.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:31.106: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:31.111: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.207: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.259: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:31.669: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:31.673: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.687: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:31.877: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:31.883: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.946: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:31.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.447: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.447: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:32.488: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:32.493: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.536: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:32.689: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:32.695: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.789: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:32.896: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:33.321: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:33.327: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.367: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.401: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:33.881: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:33.885: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.899: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.943: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:33.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:34.068: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:34.442: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:34.442: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:34.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:34.485: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:34.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:34.526: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:34.551: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:34.600: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:34.654: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:35.070: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:35.074: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.114: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.243: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:35.656: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:35.661: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.700: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.739: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.789: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:35.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.229: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.229: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:36.267: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:36.272: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.283: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.345: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.396: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.450: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.831: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.831: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:36.869: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:36.874: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:36.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.006: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.063: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:37.473: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:37.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.489: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.547: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.597: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:37.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:38.067: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:38.071: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.162: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.272: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.599: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.599: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.719: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.771: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:38.828: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:39.239: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:39.243: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.256: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.281: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.359: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.414: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:39.825: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:39.830: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.866: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:39.949: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.004: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.395: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.395: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:40.434: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:40.439: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.481: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.507: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.611: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:40.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:41.020: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:41.024: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.063: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.105: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:41.633: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:41.638: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.651: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.679: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.702: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:41.820: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.228: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.228: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:42.268: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:42.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.377: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.434: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:42.858: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:42.863: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.874: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.901: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:42.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.400: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.400: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:43.439: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:43.443: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.455: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.482: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.505: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.531: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.575: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:43.630: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:44.040: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:44.045: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.085: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.123: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.611: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.612: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:44.658: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:44.663: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.702: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.729: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.780: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:44.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:45.236: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:45.240: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.355: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.729: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.729: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.762: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.805: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:45.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.333: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.333: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:46.373: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:46.377: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.389: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.444: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.490: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.545: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:46.964: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:46.969: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:46.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.006: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.086: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.142: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:47.550: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:47.554: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.566: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.592: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.620: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.665: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-CRITICAL **: 04:59:47.722: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5255): Gtk-WARNING **: 04:59:48.172: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:48.176: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:48.657: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:48.661: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:49.159: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:49.163: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:49.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:49.629: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:50.102: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:50.107: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:50.552: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:50.556: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:51.224: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:51.229: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:52.123: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:52.127: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:52.880: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:52.884: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.124: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.124: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.125: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.134: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.134: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.135: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.531: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.536: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.654: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.661: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.662: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.662: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.748: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:53.752: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:54.554: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:54.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:54.670: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:54.673: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:55.503: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:55.507: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:56.387: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:56.391: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:56.851: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:56.856: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.074: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.082: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.208: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.216: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.386: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.387: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.387: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.398: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.399: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.399: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.517: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.522: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.954: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:57.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:58.424: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:58.428: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:58.593: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:58.598: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:59.065: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:59.070: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:59.491: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:59.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:59.676: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 04:59:59.681: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:00.140: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:00.145: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:00.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:00.600: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:00.768: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:00.776: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:00.993: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:01.001: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:01.461: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:01.465: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:01.893: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:01.898: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:02.064: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:02.072: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:02.323: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:02.331: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:02.813: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:02.817: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:03.246: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:03.250: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:03.854: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:03.858: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:04.299: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:04.304: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:04.910: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:04.914: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.348: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.353: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.492: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.505: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.509: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.509: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.609: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.622: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:05.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.034: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.039: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.476: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.612: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.630: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.630: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.732: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.745: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.749: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:06.749: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:07.187: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:07.192: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:07.645: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:07.649: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:08.242: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:08.247: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:08.684: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:08.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:09.344: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:09.349: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:09.793: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:09.798: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:10.384: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:10.388: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:10.824: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:10.829: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:11.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:11.454: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:11.903: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:11.907: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:12.531: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:12.535: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:12.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:13.001: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:13.611: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:13.615: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:14.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:14.141: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:14.610: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:14.614: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:15.005: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:15.009: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:15.474: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:15.479: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:15.880: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:15.885: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:16.404: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:16.408: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:16.810: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:16.814: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:17.292: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:17.296: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:17.719: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:17.723: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:18.251: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:18.256: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:18.676: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:18.680: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:19.190: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:19.195: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:19.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:19.609: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:20.099: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:20.103: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:20.525: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:20.529: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:21.015: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:21.020: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:21.420: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:21.424: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:21.898: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:21.902: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:22.321: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:22.325: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:22.833: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:22.838: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:23.241: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:23.245: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:23.715: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:23.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:24.120: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:24.124: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:24.619: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:24.623: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:25.204: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:25.208: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:26.121: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:26.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:27.013: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:27.018: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:27.910: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:27.915: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:28.812: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:28.817: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:29.697: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:29.702: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:30.190: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:30.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:30.817: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:30.822: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:31.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:31.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:32.120: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:32.124: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:32.810: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:32.814: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:33.456: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:33.461: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:33.935: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:33.939: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:34.588: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:34.593: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:35.217: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:35.222: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:35.869: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:35.873: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:36.520: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:36.524: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:37.161: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:37.166: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:37.642: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:37.647: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:38.288: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:38.292: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:38.931: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:38.936: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:39.562: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:39.566: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:40.189: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:40.193: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:40.812: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:40.816: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:41.295: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:41.300: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:41.964: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:41.968: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:42.621: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:42.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:43.295: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:43.300: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:43.933: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:43.937: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:44.582: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:44.587: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:45.226: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:45.231: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:45.979: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:45.984: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:46.722: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:46.726: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:47.461: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:47.465: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:48.231: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:48.236: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:48.928: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:48.933: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:49.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:49.569: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:50.312: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:50.326: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:51.063: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:51.067: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:51.800: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:51.804: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:52.529: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:52.534: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:53.256: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:53.261: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:53.878: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:53.883: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:54.602: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:54.606: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:55.347: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:55.351: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:56.104: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:56.109: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:56.793: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:56.798: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:57.523: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:57.527: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:58.151: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:58.155: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:58.910: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:58.915: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:59.684: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:00:59.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:00.411: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:00.415: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:01.161: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:01.165: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:01.892: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:01.897: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:02.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:02.351: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:02.963: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:02.967: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:03.574: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:03.579: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:04.153: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:04.157: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:04.624: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:04.629: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:05.229: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:05.234: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:05.859: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:05.864: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:06.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:06.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:07.048: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:07.053: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:07.651: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:07.656: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:08.116: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:08.121: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:08.745: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:08.749: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:09.512: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:09.517: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:10.257: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:10.262: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:10.976: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:10.980: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:11.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:11.725: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:12.454: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:12.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:13.171: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:13.175: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:13.799: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:13.804: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:14.505: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:14.510: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:15.236: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:15.241: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:15.955: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:15.959: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:16.661: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:16.666: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:17.440: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:17.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:21.326: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:21.330: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:30.801: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:30.808: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:30.846: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:30.848: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:34.809: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:34.816: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:34.868: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:34.870: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:35.559: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:35.566: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:35.617: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:35.620: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:36.323: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:36.331: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:36.367: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:36.369: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:37.484: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:37.492: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:37.530: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:37.532: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:46.998: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:47.006: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:47.045: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:47.047: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:50.758: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:50.765: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:50.804: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:50.805: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:51.177: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:51.182: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:52.888: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:52.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:54.152: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:54.160: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:54.201: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:54.204: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:56.692: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:56.698: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:56.747: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:56.749: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:57.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:57.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:57.502: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:57.504: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:58.203: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:58.211: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:58.249: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:58.251: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:59.373: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:59.380: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:59.425: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:01:59.427: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:09.998: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:10.006: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:10.042: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:10.044: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:13.103: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:13.111: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:13.149: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:13.151: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:13.556: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:13.560: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:14.864: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:14.869: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:15.799: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:15.806: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:15.844: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:15.846: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:22.079: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5255): Gtk-WARNING **: 05:02:22.083: 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: 356.0 s -- in org.eclipse.papyrus.uml.nattable.suite.tests.AllTests org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithRestriction -- Time elapsed: 1.098 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithoutProfileWithoutRestriction -- Time elapsed: 0.538 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testEmptyTableWithoutRestriction -- Time elapsed: 0.385 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testEmptyTableWithRestriction -- Time elapsed: 0.073 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithProfileWithRestriction -- Time elapsed: 0.302 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithoutRestrictionWithInheritedProperties -- Time elapsed: 0.268 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithRestriction -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithoutRestriction -- Time elapsed: 0.318 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithRestrictionWithInheritedProperties -- Time elapsed: 0.254 s org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableConfigurationTest skipped org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableNattableConfigurationTest.validateGenericTreeTableConfigurationModel -- Time elapsed: 2.027 s org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testParameterDestroyRowElement -- Time elapsed: 9.712 s org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testClassDestroyRowElement -- Time elapsed: 0.847 s org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testOperationDestroyRowElement -- Time elapsed: 0.756 s org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testAttributeDestroyRowElement -- Time elapsed: 0.739 s org.eclipse.papyrus.uml.nattable.tests.bugs.MoveElementInSynchronizedTableTest.testMoveElementInSynchronizedTable -- Time elapsed: 0.731 s org.eclipse.papyrus.uml.nattable.tests.tests.UMLTableUtilsTest.testGetRealStereotypeProperty -- Time elapsed: 0.008 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest.sortColumns -- Time elapsed: 0.334 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest.sortRows -- Time elapsed: 0.236 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.InvertAxisGenericTableTest.invertAxis -- Time elapsed: 0.445 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertAxisTwiceGenericTableTest.invertAxis -- Time elapsed: 0.815 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest.editColumns -- Time elapsed: 0.483 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest.editRows -- Time elapsed: 0.542 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.OpenAndDeleteTest.testTableDeletion -- Time elapsed: 1.786 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AddElementsOnConnectedTableTest.testAddElements -- Time elapsed: 1.299 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetColorOnStereotypedClass -- Time elapsed: 1.257 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.availableColorTest -- Time elapsed: 0.786 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetPriorityOnStereotypedClass -- Time elapsed: 0.757 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetFlowPortDirection -- Time elapsed: 0.811 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.availablePriorityTest -- Time elapsed: 0.746 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.674 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.686 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.663 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.670 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.701 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.674 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.626 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.642 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest skipped org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test6_SelectMultipleSortedElements -- Time elapsed: 1.162 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest skipped org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test3_SelectElementInvertAxis -- Time elapsed: 0.504 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test1_SelectElement -- Time elapsed: 0.493 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test5_SelectSortedElement -- Time elapsed: 0.473 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test2_SelectMultipleElements -- Time elapsed: 0.530 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test4_SelectMultipleElementsInvertAxis -- Time elapsed: 0.581 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testStartWith_1_MatchingMode -- Time elapsed: 0.712 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_2_MatchingMode -- Time elapsed: 0.593 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_1_MatchingMode -- Time elapsed: 0.573 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexMatch_1_MatchingMode -- Time elapsed: 0.591 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexFind_2_MatchingMode -- Time elapsed: 0.586 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_5_MatchingMode -- Time elapsed: 0.589 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexFind_1_MatchingMode -- Time elapsed: 0.549 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_4_MatchingMode -- Time elapsed: 0.576 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testContainsMatchingMode -- Time elapsed: 0.533 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testStartWith_2_MatchingMode -- Time elapsed: 0.609 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_3_MatchingMode -- Time elapsed: 0.642 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_1 -- Time elapsed: 0.608 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_2 -- Time elapsed: 0.549 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_3 -- Time elapsed: 0.532 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_4 -- Time elapsed: 0.547 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_5 -- Time elapsed: 0.467 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_6 -- Time elapsed: 0.509 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test1 -- Time elapsed: 0.830 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test2 -- Time elapsed: 0.728 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test3 -- Time elapsed: 0.722 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test4 -- Time elapsed: 0.659 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test5 -- Time elapsed: 0.703 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test6 -- Time elapsed: 0.620 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test7 -- Time elapsed: 0.779 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test8 -- Time elapsed: 0.670 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test1 -- Time elapsed: 1.103 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test2 -- Time elapsed: 0.906 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test3 -- Time elapsed: 1.028 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test4 -- Time elapsed: 0.555 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test5 -- Time elapsed: 0.902 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test6 -- Time elapsed: 1.175 s org.eclipse.papyrus.uml.nattable.generic.tests.tests.CellEditorsConfigurationTest.testCellEditorsConfiguration -- Time elapsed: 1.192 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.SortTableColumnTest.testSortColumn -- Time elapsed: 0.976 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.FillColumnsSizeTest.testFillColumnsSize -- Time elapsed: 0.697 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeInheritDisplayTest.testStereotypeProperties -- Time elapsed: 0.755 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeSubPackagesDisplayTest.testStereotypePropeties -- Time elapsed: 0.831 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.EnumerationContentItemsTest.testStereotypePropeties -- Time elapsed: 0.940 s org.eclipse.papyrus.uml.nattable.generic.tests.bugs.PasteAttachedModeEnumTest.testPaste -- Time elapsed: 0.874 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyClipboard_Test.testPaste -- Time elapsed: 0.394 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteAll_Test.testPaste -- Time elapsed: 0.613 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test.testPaste -- Time elapsed: 0.636 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.471 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.496 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteAll_Test.testPaste -- Time elapsed: 0.674 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test.testPaste -- Time elapsed: 0.620 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.475 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.450 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAll_Test.testPaste -- Time elapsed: 0.668 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.490 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.509 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_Test.testPaste -- Time elapsed: 0.506 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_Test.testPaste -- Time elapsed: 0.499 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_Test.testPaste -- Time elapsed: 0.466 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAddAll_Test.testPaste -- Time elapsed: 0.451 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_Test.testPaste -- Time elapsed: 0.373 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.346 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_Test.testPaste -- Time elapsed: 0.333 s org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_Test.testPaste -- Time elapsed: 0.355 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyClipboard_Test.testInsert -- Time elapsed: 0.336 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsReplaceAll_Test.testInsert -- Time elapsed: 0.624 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAddAll_Test.testInsert -- Time elapsed: 0.698 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsSkipAll_Test.testInsert -- Time elapsed: 0.603 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailColumns_Test.testInsert -- Time elapsed: 0.490 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailRows_Test.testInsert -- Time elapsed: 0.539 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAxisIdentifierNotExisting_Test.testInsert -- Time elapsed: 0.498 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsWarningNotExisting_Test.testInsert -- Time elapsed: 0.533 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyReplaceAll_Test.testInsert -- Time elapsed: 0.453 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAddAll_Test.testInsert -- Time elapsed: 0.469 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptySkipAll_Test.testInsert -- Time elapsed: 0.378 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyFailColumns_Test.testInsert -- Time elapsed: 0.395 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAxisIdentifierNotExisting_Test.testInsert -- Time elapsed: 0.350 s org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyWarningNotExisting_Test.testInsert -- Time elapsed: 0.349 s org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportCellsAll_Test.testImport -- Time elapsed: 0.587 s org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsReplaceAll_Test.testImport -- Time elapsed: 0.625 s org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsAddAll_Test.testImport -- Time elapsed: 0.671 s org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsSkipAll_Test.testImport -- Time elapsed: 0.549 s org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyReplaceAll_Test.testImport -- Time elapsed: 0.448 s org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyAddAll_Test.testImport -- Time elapsed: 0.497 s org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptySkipAll_Test.testImport -- Time elapsed: 0.355 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest.testMatrixContents -- Time elapsed: 0.598 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest.testOpeningMatrix -- Time elapsed: 0.493 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.CreateMatrixTableTests.testCreateANewMatrix -- Time elapsed: 0.472 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixAddPackage2AsRowSources -- Time elapsed: 0.794 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixContents -- Time elapsed: 0.578 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixRemovingAllRowSources -- Time elapsed: 1.528 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testOpeningMatrix -- Time elapsed: 0.596 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixAddPackage1AsColumnSources -- Time elapsed: 0.702 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixAddPackage1Package2AsColumnSources -- Time elapsed: 0.723 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testOpeningMatrix -- Time elapsed: 0.543 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixRemovingPackagesAsColumnSources -- Time elapsed: 0.751 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionRequiringToListenAllChangesTest -- Time elapsed: 1.003 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionTest -- Time elapsed: 0.756 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionThenEditingItTest -- Time elapsed: 0.720 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.testOpeningMatrix -- Time elapsed: 0.542 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionThenReplacingItTest -- Time elapsed: 0.663 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest.testDeleteARowSourceElement -- Time elapsed: 1.085 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest.testDeleteAColumnSourcePackage -- Time elapsed: 0.919 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteElementInsideAColumnSourcePackage -- Time elapsed: 0.949 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testAddElementOutsideColumnSourcePackages -- Time elapsed: 0.508 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteElementOutsideColumnSourcePackages -- Time elapsed: 0.885 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteAColumnSourcePackage -- Time elapsed: 0.941 s org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testAddElementInsideAColumnSourcePackage -- Time elapsed: 0.529 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.EditInvalidPastedText_V1_V3_V1.test -- Time elapsed: 0.716 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.OpenTableTest.testOpenExistingTable -- Time elapsed: 0.252 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest.testTableDeletion -- Time elapsed: 0.967 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.Bug_481017_ReloadEditorTest.reloadTableEditorTest -- Time elapsed: 0.526 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.NoDepth0TreeFillingConfigurationTest.testReopenedWithoutDepth0TreefillingConfiguration -- Time elapsed: 0.856 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.SortAxisClassTreeTableTest.sortColumns -- Time elapsed: 0.323 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest.editColumns -- Time elapsed: 0.784 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest.editRows -- Time elapsed: 0.510 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRequirementsWithNestedClassifier.testDeleteRequirementWithNestedRequirement -- Time elapsed: 0.809 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.RequirementsNestedClassifier.testNestedClassifierRequirement -- Time elapsed: 0.855 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testMultipleMoveSubElementParent -- Time elapsed: 1.033 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testSimpleMoveSubElementParent -- Time elapsed: 0.989 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testMultipleMoveSameParent -- Time elapsed: 1.025 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testSimpleMoveSameParent -- Time elapsed: 1.011 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.ChangeCategoryNotExpandedTest.testClassDestroyRowElement -- Time elapsed: 0.717 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testParameterDestroyRowElement -- Time elapsed: 0.657 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testClassDestroyRowElement -- Time elapsed: 0.679 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testOperationDestroyRowElement -- Time elapsed: 0.702 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testAttributeDestroyRowElement -- Time elapsed: 0.652 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest.testDisplayListOnSeparatedRowsNamedStyle -- Time elapsed: 0.491 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest.checkTestConsistency -- Time elapsed: 0.495 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest.testDestroyFeatureColumn -- Time elapsed: 1.531 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest.testDestroyStereotypePropertyColumn -- Time elapsed: 1.526 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests.testExpand_1_by_1 -- Time elapsed: 0.264 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests.testExpandAll -- Time elapsed: 0.238 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testCollapseAll -- Time elapsed: 0.561 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testInitialDisplayedContent -- Time elapsed: 0.486 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testExpandAll -- Time elapsed: 0.451 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest.testResizeColumnHeader -- Time elapsed: 0.682 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest.testResizeRowsHeader -- Time elapsed: 0.630 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest.testResizeColumnHeader -- Time elapsed: 0.605 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest.testResizeRowsHeader -- Time elapsed: 0.612 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest.testResizeColumnHeader -- Time elapsed: 0.599 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest.testResizeRowsHeader -- Time elapsed: 0.610 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest.testResizeColumnHeader -- Time elapsed: 0.592 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest.testResizeRowsHeader -- Time elapsed: 0.606 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC -- Time elapsed: 0.868 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC_NAME_DESC -- Time elapsed: 0.858 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC_NAME_ASC -- Time elapsed: 0.867 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC -- Time elapsed: 0.883 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC -- Time elapsed: 0.768 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC_NAME_ASC -- Time elapsed: 0.807 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC_NAME_DESC -- Time elapsed: 0.873 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC_TYPE_DESC -- Time elapsed: 0.853 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC -- Time elapsed: 0.773 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC_TYPE_ASC -- Time elapsed: 0.846 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC_TYPE_ASC -- Time elapsed: 0.807 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC_TYPE_DESC -- Time elapsed: 0.914 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.checkTestConsistency -- Time elapsed: 0.571 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC -- Time elapsed: 0.786 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC_NAME_DESC -- Time elapsed: 0.852 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC_NAME_ASC -- Time elapsed: 0.807 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC -- Time elapsed: 0.859 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC -- Time elapsed: 0.766 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC_NAME_ASC -- Time elapsed: 0.828 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC_NAME_DESC -- Time elapsed: 0.869 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC_TYPE_DESC -- Time elapsed: 0.800 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC -- Time elapsed: 0.750 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC_TYPE_ASC -- Time elapsed: 0.798 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC_TYPE_ASC -- Time elapsed: 0.814 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC_TYPE_DESC -- Time elapsed: 0.826 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.checkTestConsistency -- Time elapsed: 0.572 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_Test.openTable -- Time elapsed: 0.600 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_ASC_Test.openTable -- Time elapsed: 0.579 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_DESC_.openTable -- Time elapsed: 0.585 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_Test.openTable -- Time elapsed: 0.593 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_ASC_Test.openTable -- Time elapsed: 0.607 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_DESC_Test.openTable -- Time elapsed: 0.615 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_ASC_Test.openTable -- Time elapsed: 0.580 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_DESC.openTable -- Time elapsed: 0.617 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_Test.openTable -- Time elapsed: 0.555 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_ASC_Test.openTable -- Time elapsed: 0.580 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_DESC_Test.openTable -- Time elapsed: 0.611 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_Test.openTable -- Time elapsed: 0.584 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_Test.openTable -- Time elapsed: 0.583 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_ASC_Test.openTable -- Time elapsed: 0.624 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_DESC.openTable -- Time elapsed: 0.605 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_Test.openTable -- Time elapsed: 0.595 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_ASC_Test.openTable -- Time elapsed: 0.595 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_DESC_Test.openTable -- Time elapsed: 0.603 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_ASC_Test.openTable -- Time elapsed: 0.589 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_DESC.openTable -- Time elapsed: 0.575 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_Test.openTable -- Time elapsed: 0.554 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_ASC_Test.openTable -- Time elapsed: 0.580 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_DESC_Test.openTable -- Time elapsed: 0.591 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_Test.openTable -- Time elapsed: 0.578 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.525 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.469 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.checkTestConsistency -- Time elapsed: 0.477 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.500 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.456 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.checkTestConsistency -- Time elapsed: 0.463 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetSingleIntValue -- Time elapsed: 0.913 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetClassVisibility -- Time elapsed: 0.711 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetOwnedAttributes -- Time elapsed: 1.705 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetStereotypePropertyVisibility -- Time elapsed: 0.901 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetSingleString -- Time elapsed: 0.950 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.644 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test.testReset -- Time elapsed: 1.099 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.453 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test.createRootElement -- Time elapsed: 0.658 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.431 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test.createRootElement -- Time elapsed: 0.645 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.437 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test.createOperationElement -- Time elapsed: 0.874 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.429 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test.createOperationElement -- Time elapsed: 0.910 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.442 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test.createOperationElement -- Time elapsed: 0.607 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.446 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test.createOperationElement -- Time elapsed: 0.613 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.434 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test.createParameterElement -- Time elapsed: 0.689 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.435 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test.createParameterElement -- Time elapsed: 0.691 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.470 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test.createParameterElement -- Time elapsed: 0.604 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test.checkTestConsistency -- Time elapsed: 0.438 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test.createParameterElement -- Time elapsed: 0.647 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.459 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test.createParameterElement -- Time elapsed: 0.587 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.439 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test.createParameterElement -- Time elapsed: 0.608 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.472 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test.createParameterElement -- Time elapsed: 0.619 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test.checkTestConsistency -- Time elapsed: 0.446 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test.createParameterElement -- Time elapsed: 0.624 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.462 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1.test -- Time elapsed: 0.547 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1.checkTestConsitency -- Time elapsed: 0.387 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1.test -- Time elapsed: 0.471 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1.checkTestConsitency -- Time elapsed: 0.388 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1.test -- Time elapsed: 0.519 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1.checkTestConsitency -- Time elapsed: 0.411 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1.test -- Time elapsed: 0.485 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1.checkTestConsitency -- Time elapsed: 0.406 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1.test -- Time elapsed: 0.515 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1.checkTestConsitency -- Time elapsed: 0.452 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1.test -- Time elapsed: 0.502 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1.checkTestConsitency -- Time elapsed: 0.425 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1.test -- Time elapsed: 0.495 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1.checkTestConsitency -- Time elapsed: 0.404 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1.test -- Time elapsed: 0.509 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1.checkTestConsitency -- Time elapsed: 0.405 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1.test -- Time elapsed: 0.480 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1.checkTestConsitency -- Time elapsed: 0.405 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1.test -- Time elapsed: 0.511 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1.checkTestConsitency -- Time elapsed: 0.415 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1.test -- Time elapsed: 0.481 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1.checkTestConsitency -- Time elapsed: 0.402 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1.test -- Time elapsed: 0.474 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1.checkTestConsitency -- Time elapsed: 0.417 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.894 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testCopy -- Time elapsed: 0.914 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.889 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.914 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.865 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.689 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.628 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.655 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.648 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.677 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.654 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.484 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.641 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.638 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.645 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.657 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.640 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.481 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.637 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.640 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.648 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.624 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.621 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.474 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.673 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.647 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.668 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.654 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.644 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.489 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.733 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.753 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.743 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.735 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.748 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.602 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.748 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.750 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.745 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.730 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.720 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.630 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.727 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.754 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.731 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.726 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.702 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.621 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.750 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.800 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.710 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.736 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.760 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.614 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testDecrementUp -- Time elapsed: 0.602 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testCopy -- Time elapsed: 0.617 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testIncrementUp -- Time elapsed: 0.579 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.checkTestConsistency -- Time elapsed: 0.461 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testIncrementDown -- Time elapsed: 0.616 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testDecrementDown -- Time elapsed: 0.631 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testDecrementUp -- Time elapsed: 0.579 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testCopy -- Time elapsed: 0.602 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testIncrementUp -- Time elapsed: 0.602 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.checkTestConsistency -- Time elapsed: 0.477 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testIncrementDown -- Time elapsed: 0.628 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testDecrementDown -- Time elapsed: 0.583 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.769 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.703 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.740 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.726 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.756 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.610 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.714 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.730 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.693 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.733 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.724 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.654 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.479 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.045 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.220 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.940 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.260 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.223 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.518 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.161 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.540 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.160 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.268 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.218 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.064 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.239 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.947 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.240 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.940 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.253 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.511 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.150 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.492 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.173 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.693 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.225 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.816 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.227 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.586 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.155 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.568 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.150 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.975 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.158 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.576 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.158 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.883 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.215 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.827 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.215 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.902 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.215 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.819 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.225 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.681 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.238 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.693 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.217 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.415 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.154 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.476 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.151 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.434 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.153 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.424 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.156 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.723 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.558 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.230 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.323 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.215 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.543 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.236 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.934 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.232 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.119 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.223 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.543 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.169 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.566 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.980 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.154 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.577 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.977 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.796 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.217 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.872 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.216 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.863 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.260 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.698 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.233 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.693 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.232 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.405 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.477 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.149 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.427 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.171 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.581 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.150 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.562 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.152 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.464 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.152 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 1.334 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.130 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.154 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 1.207 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.152 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.667 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.153 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.831 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.153 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.705 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.168 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.578 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.169 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.627 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.153 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.608 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.158 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.461 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.169 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.442 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.151 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testNattableTooltipProvider -- Time elapsed: 3.150 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testTopLabelProvider -- Time elapsed: 1.936 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testDiagnostic -- Time elapsed: 1.755 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest.testUnsupportedColumnCellText -- Time elapsed: 0.375 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest.checkTestConsistency -- Time elapsed: 0.376 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_one_column_selection_hide_all_categories__create_new_element_1 -- Time elapsed: 0.568 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__hide_all_categories__create_new_element -- Time elapsed: 0.521 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest skipped org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__create_new_column -- Time elapsed: 0.483 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__hide_all_categories -- Time elapsed: 0.430 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.one_row_selection -- Time elapsed: 0.428 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection -- Time elapsed: 0.473 s org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__create_new_element -- Time elapsed: 0.534 s org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedInterfaceTable -- Time elapsed: 16.40 s org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedPortTable -- Time elapsed: 1.843 s org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedAssociationTable -- Time elapsed: 1.755 s org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedClassAndInterfaceTable -- Time elapsed: 2.329 s org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedTimeObservationTable -- Time elapsed: 1.725 s org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedClassTable -- Time elapsed: 1.977 s Results: Tests run: 635, Failures: 0, Errors: 0, Skipped: 120 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.valuespecification.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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/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/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 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 311 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.suite.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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: 4.849 s -- in org.eclipse.papyrus.uml.textedit.suite.tests.AllTests org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testDefaultValues -- Time elapsed: 2.234 s org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testInitialText -- Time elapsed: 0.052 s org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testMultiplicity -- Time elapsed: 0.062 s org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testParser -- Time elapsed: 0.056 s org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testDefaultValues -- Time elapsed: 0.218 s org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testInitialText -- Time elapsed: 0.027 s org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testMultiplicity -- Time elapsed: 0.070 s org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testParser -- Time elapsed: 0.032 s org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testDefaultValues -- Time elapsed: 0.270 s org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testInitialText -- Time elapsed: 0.028 s org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testParser -- Time elapsed: 0.088 s org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testDefaultValues -- Time elapsed: 0.462 s org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testInitialText -- Time elapsed: 0.126 s org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testParser -- Time elapsed: 0.287 s org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityLowerValueSpecificationGrammarTests.testParser -- Time elapsed: 0.112 s org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityUpperValueSpecificationGrammarTests.testParser -- Time elapsed: 0.107 s Results: Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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.validation.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT [163/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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 [164/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.staticprofile [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/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 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 99 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [165/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.genvalidation [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 201 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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 [166/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 305 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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.architecture.tests >-- [INFO] Building org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT [167/175] [INFO] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.architecture.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/test-classes using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.architecture.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 71 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.architecture.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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.suite.tests [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1105 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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:7137): Gtk-CRITICAL **: 05:05:21.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:21.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:21.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:21.654: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:21.661: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:21.667: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:21.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:21.995: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:22.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:22.006: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:48.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:48.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:48.233: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:49.389: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:49.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:50.295: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:50.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:51.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:51.052: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:51.854: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:51.871: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:52.570: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:05:52.592: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 684, Failures: 0, Errors: 0, Skipped: 49, Time elapsed: 215.3 s -- in org.eclipse.papyrus.uml.suite.tests.AllTests org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest.testUML -- Time elapsed: 0.076 s org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest.test -- Time elapsed: 0.203 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest.testDeleteOneAddVariableValueAction -- Time elapsed: 0.086 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest.testDeleteOneCentralBufferNode -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:command -- Time elapsed: 1.133 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:elements -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:stereotypes -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:undo -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:redo -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteInitialState -- Time elapsed: 0.300 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteS1 -- Time elapsed: 0.145 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteS2 -- Time elapsed: 0.106 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteFinalState -- Time elapsed: 0.099 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest.deleteFromContainmentSubset -- Time elapsed: 0.103 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest.deleteFromTwoContainmentSupersetsAtOnce -- Time elapsed: 0.091 s org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationWritable -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationReadOnly_usecase -- Time elapsed: 0.052 s org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationReadOnly -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createConnectorTargetReadOnly -- Time elapsed: 0.049 s org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createConnectorSourceReadOnly -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteAssociationPropertyTypeTest.testDeletion -- Time elapsed: 0.042 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInCompositeDiagram -- Time elapsed: 4.916 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest skipped org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInClassDiagram -- Time elapsed: 1.431 s org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInComponentDiagram -- Time elapsed: 1.151 s org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationTest.testCreation -- Time elapsed: 0.009 s org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationDirectedTest.testCreation -- Time elapsed: 0.007 s org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeTest.testCreation -- Time elapsed: 0.046 s org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeDirectedTest.testCreation -- Time elapsed: 0.005 s org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedTest.testCreation -- Time elapsed: 0.005 s org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedDirectedTest.testCreation -- Time elapsed: 0.005 s org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteractionFragmentInOperand -- Time elapsed: 0.639 s org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteAllOperandsOfCombinedFragment -- Time elapsed: 0.628 s org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragment -- Time elapsed: 0.597 s org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragmentNested -- Time elapsed: 0.521 s org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteOperandsOfCombinedFragment -- Time elapsed: 0.549 s org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragmentDeeplyNested -- Time elapsed: 0.478 s org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteractionWithNesting -- Time elapsed: 0.479 s org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteraction -- Time elapsed: 0.497 s org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.stereotypeNotApplicableByProfileURI -- Time elapsed: 0.917 s org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.matchExistingElement -- Time elapsed: 0.107 s org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.stereotypeNotApplicableByQualifiedName -- Time elapsed: 0.741 s org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.createNewElement -- Time elapsed: 0.335 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateClassInModel -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateCentralBufferNodeInActivity -- Time elapsed: 0.007 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateCentralBufferNodeInActivityWithNode -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCannotCreateOperationRedefinableTemplateSignature_bug468071 -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateOperationTemplateSignature_bug468071 -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateModelInClass -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenNodeAndArtifactInNode -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageMergeBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.007 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassAndNullInPackage -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDependencyBetweenClassesInPackage -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateProtocolConformanceBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInformationfloweBetweenClasses2InPackage -- Time elapsed: 0.006 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateUsageBetweenClassAndNullInPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenPackageAndClassesInModel -- Time elapsed: 0.007 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenClassAndComponentInComponent -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassesInPackage -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateUsageBetweenClassesInPackage -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageImportBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenComponentAndClassInComponent -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateElementImportBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenNodeAndArtifactInArtifact -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassesInPackage -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassAndNullInClass -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenArtifactAndNodeInArtifact -- Time elapsed: 0.007 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtendBetweenClasses2InPackage -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateProtocolConformanceBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInformationfloweBetweenUseCases2InUseCase -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassesInPackage -- Time elapsed: 0.172 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenClassAndComponentInClass -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRealizationBetweenClassAndNullInPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtensionBetweenClassAndNullInNull -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtendBetweenUseCases2InUseCase -- Time elapsed: 0.009 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateElementImportBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAssociationBetweenClassesInPackage -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassesInClass -- Time elapsed: 0.008 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateManifestationBetweenArtifactAndPackage2InArtifact -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateSubstitutionBetweenClassesInPackage -- Time elapsed: 0.005 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndNullInPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndClassInClass -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageMergeBetweenPackageAndPackageInPackage -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRealizationBetweenClassesInPackage -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAssociationBetweenClassAndNullInPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassAndNullInPackage -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenArtifactAndNodeInNode -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateIncludeBetweenUseCases2InUseCase -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassesInClass -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtensionBetweenClassAndNullInClass -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDependencyBetweenClassAndNullInPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageImportBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenComponentAndClass -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateSubstitutionBetweenClassAndNullInPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInterfaceRealizationBetweenClassAndInterfaceInClass -- Time elapsed: 0.005 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassesInPackage -- Time elapsed: 0.005 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndPackageInModel -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassesInClass -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateManifestationBetweenClassAndPackage2InArtifact -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInterfaceRealizationBetweenUseCases2InUseCase -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateIncludeBetweenClasses2InPackage -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateProfileRelationshipTest.testCreateExtensionBetweenStereotypeAndMetaClassInPackage -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testMoveTemplateSignatureToOperation_bug468071 -- Time elapsed: 0.353 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testMoveRedefinableTemplateSignatureToClass_bug468071 -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testCannotMoveRedefinableTemplateSignatureToOperation_bug468071 -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testSetTemplateSignatureOfOperation_bug468071 -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testSetRedefinableTemplateSignatureOfClass_bug468071 -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testCannotSetRedefinableTemplateSignatureOfOperation_bug468071 -- Time elapsed: 0 s org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest.deleteAssociation -- Time elapsed: 0.191 s org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest.deleteAssociationTarget -- Time elapsed: 0.193 s org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteReadOnlyElement -- Time elapsed: 0.665 s org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteClassInTheModel -- Time elapsed: 0.842 s org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteRootOfTheModel -- Time elapsed: 0.248 s org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest skipped org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest skipped org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectRootTest -- Time elapsed: 0.681 s org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectChildrenTest -- Time elapsed: 0.616 s org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectImportedPackage -- Time elapsed: 0.684 s org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectImportedPackageList -- Time elapsed: 0.696 s org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectChildrenTestList -- Time elapsed: 0.632 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutReadOnlyElement -- Time elapsed: 0.276 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutClassTest -- Time elapsed: 0.731 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutRootOfTheModel -- Time elapsed: 0.210 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.copyPasteofClass1Test -- Time elapsed: 0.344 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.pasteOnReadOnlyElement -- Time elapsed: 0.313 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.copyPasteofClass1And2Test -- Time elapsed: 0.314 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.DiagramCopyPasteModelExplorerTest.copyPasteDiagramTest -- Time elapsed: 0.340 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.TableCopyPasteModelExplorerTest.copyPasteTableTest -- Time elapsed: 0.333 s org.eclipse.papyrus.uml.modelexplorer.tests.paste.StereotypeCopyPasteModelExplorerTest.copyPasteofClass1Test -- Time elapsed: 1.011 s org.eclipse.papyrus.uml.modelexplorer.tests.AdvancedModeTest.advancedModeDoesNotCollapseItself -- Time elapsed: 1.256 s org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropInterface -- Time elapsed: 0.105 s org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClass -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.testPropertyContentProvider -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClassAndInterface -- Time elapsed: 0.033 s org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClassAndSuperclass -- Time elapsed: 0.057 s org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.singleValuePropertyGraphicalTest -- Time elapsed: 0.064 s org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.singleValuePropertyTest -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest skipped org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.enumPropertyTest -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithBaseClassPropertyWithoutInheritedProperties -- Time elapsed: 0.255 s org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithoutBaseClassPropertyWithoutInheritedProperties -- Time elapsed: 0.229 s org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithBaseClassPropertyWithInheritedProperties -- Time elapsed: 0.216 s org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithoutBaseClassPropertyWithInheritedProperties -- Time elapsed: 0.202 s org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithStereotypes -- Time elapsed: 1.612 s org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchFromRegistererdToLocal -- Time elapsed: 1.802 s org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithStereotypeProperties -- Time elapsed: 1.511 s org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithMissingDefinitions -- Time elapsed: 1.400 s org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchFromLocalToRegistered -- Time elapsed: 1.472 s org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSimpleSwitch -- Time elapsed: 1.530 s org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesStereotypeIdentities -- Time elapsed: 1.364 s org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithRequiredStereotypes -- Time elapsed: 1.225 s org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testOverloadDoesNotClash -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testNameClash -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testElementOfDifferentKindDoesNotClash -- Time elapsed: 0.034 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest skipped org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoUnapplyProfile -- Time elapsed: 0.328 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotype -- Time elapsed: 0.342 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testStereotypeUnsetAttributeChange -- Time elapsed: 0.311 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotype -- Time elapsed: 0.299 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotypes -- Time elapsed: 0.367 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRemoveStereotype -- Time elapsed: 0.307 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddSysMLStereotype -- Time elapsed: 0.319 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testModifiedStereotype -- Time elapsed: 0.333 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotypeOnSeveralElements -- Time elapsed: 0.265 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotypes -- Time elapsed: 0.380 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testFakeBasedProperty -- Time elapsed: 0.313 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testRemoveStereotype -- Time elapsed: 0.292 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testRemoveSysMLStereotype -- Time elapsed: 0.309 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddSysMLStereotype -- Time elapsed: 0.336 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoModifiedStereotype -- Time elapsed: 0.275 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotypeOnSeveralElements -- Time elapsed: 0.278 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRedoAddStereotypeTiming -- Time elapsed: 0.313 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUnapplyProfile -- Time elapsed: 0.268 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRemoveSysMLStereotype -- Time elapsed: 0.262 s org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest skipped org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testStereotypeListAttributeChange -- Time elapsed: 0.295 s org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.twoProfilesUnapplied -- Time elapsed: 0.079 s org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.moveProfileApplication -- Time elapsed: 0.086 s org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.applyProfileThenMoveApplication -- Time elapsed: 0.078 s org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.twoProfilesApplied -- Time elapsed: 0.084 s org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.profileReplacedInAnApplication -- Time elapsed: 0.079 s org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.simpleNewProfileApplication -- Time elapsed: 0.072 s org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.simpleProfileUnapplication -- Time elapsed: 0.087 s org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.profileAppliedThenReplacedInSameApplication -- Time elapsed: 0.085 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testEditToDisplaySingleString_1 -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testList -- Time elapsed: 0.039 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testNull -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testDisplayToEditString_1 -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testEmptyString -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testClass2 -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testClass3 -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testMatchingElementstSingleValue1 -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testMatchingElementstSingleValue2 -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_1 -- Time elapsed: 0.030 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_3 -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_4 -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_5 -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_6 -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_7 -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_8 -- Time elapsed: 0.031 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testSplitString_1 -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testSplitString_2 -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindConstraint_1 -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindConstraint_2 -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionMultiValueConverterEmptyString -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindPackage_1 -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindPackage_2 -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionSingleValueConverterEmptyString -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest.profileLanguage -- Time elapsed: 0 s org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest.umlLanguage -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass1Test -- Time elapsed: 0.705 s org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass2Test -- Time elapsed: 0.675 s org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass3Test -- Time elapsed: 0.614 s org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass4Test -- Time elapsed: 0.624 s org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass1Test -- Time elapsed: 0.626 s org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass2Test -- Time elapsed: 0.620 s org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass3Test -- Time elapsed: 0.633 s org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass4Test -- Time elapsed: 0.633 s org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest.returnedTextTest -- Time elapsed: 0.672 s org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest.returnedStyledTextTest -- Time elapsed: 0.632 s org.eclipse.papyrus.uml.tools.tests.tests.DelegatingItemLabelProviderTest.notifyChange -- Time elapsed: 0.038 s org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTest.copyingInterfaceRealizationDoesNotCorruptTheModel -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTestME.copyingInterfaceRealizationDoesNotCorruptTheModel -- Time elapsed: 0.474 s org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithMultivaluedDataTypeContainmentFeatureTest -- Time elapsed: 1.079 s org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithMultivaluedContainmentFeatureTest -- Time elapsed: 0.897 s org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithSingleContainmentFeatureTest -- Time elapsed: 0.807 s org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.reorderMultipleStereotypes -- Time elapsed: 0.192 s org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfTooFewStereotypes -- Time elapsed: 0.169 s org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfTooManyStereotypes -- Time elapsed: 0.151 s org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.reorderSingleStereotype -- Time elapsed: 0.165 s org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfStereotypesAcrossResources -- Time elapsed: 0.151 s org.eclipse.papyrus.uml.tools.utils.tests.tests.NameResolutionHelperTest.recursiveImportPackage -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testIsAutoNamed -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testGetDefaultNameWithIncrement -- Time elapsed: 0 s org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testAutoNameIncrement -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testExistingElementHavingNameNotRenamed -- Time elapsed: 0 s org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSuperstereotype -- Time elapsed: 0.045 s org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_notStrict_notApplicable -- Time elapsed: 0.224 s org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_notStrict_applicable -- Time elapsed: 0.204 s org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_strict_applicable -- Time elapsed: 0.204 s org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSubstereotype_notApplied -- Time elapsed: 0.044 s org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_strict_notApplicable -- Time elapsed: 0.191 s org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSubstereotype_applied -- Time elapsed: 0.067 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestBadUnapplyProfile2ClosedDiagComment.testUnApplyStereotypeApplication -- Time elapsed: 1.348 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestDropStereotypedClass.testStereotypeApplicationOnClass -- Time elapsed: 0.661 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestProfileApplication.testProfileApplicationOnModel -- Time elapsed: 0.427 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestDisplayAsBrace.testBrace -- Time elapsed: 0.727 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestReopenAsBrace.testReopenStereotypeAsComment -- Time elapsed: 1.897 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestDisplayAsComment.testStereotypeApplicationOnClass -- Time elapsed: 0.563 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestReopenAsComment.testReopenStereotypeAsComment -- Time elapsed: 1.899 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestDisplayAsCompartment.testStereotypeApplicationOnClass -- Time elapsed: 0.910 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestReopenAsCompartment.testReopenStereotypeAsComment -- Time elapsed: 1.885 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.Test2StereotypeApplications.test2StereotypeApplicationsOnClass -- Time elapsed: 0.474 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication.testStereotypeApplicationOnPackage -- Time elapsed: 0.641 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication.testStereotypeApplicationOnClass -- Time elapsed: 0.092 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplicationQualifiedName.testQNStereotypeApplicationOnClass -- Time elapsed: 0.447 s org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype skipped org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype skipped org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance skipped org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance skipped org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testDiagramFileExtentionLabel -- Time elapsed: 0.243 s org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testDiagramFileExtenstionForUML -- Time elapsed: 0.068 s org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testOrderOfPages -- Time elapsed: 0.064 s org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testDiagramFileExtentionLabel -- Time elapsed: 0.067 s org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testDiagramFileExtenstionForUML -- Time elapsed: 0.070 s org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testOrderOfPages -- Time elapsed: 0.071 s org.eclipse.papyrus.uml.diagram.wizards.TestNewProjectWizard.testOrderOfPages -- Time elapsed: 0.092 s org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testForSimpleModel -- Time elapsed: 0.072 s org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testOrderOfPages -- Time elapsed: 0.062 s org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testForModelWithDot -- Time elapsed: 0.067 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.missingSchema -- Time elapsed: 0.230 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.noCorruptionControlCase -- Time elapsed: 0.057 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.wrongProfileVersion -- Time elapsed: 0.215 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.missingProfileApplication -- Time elapsed: 0.186 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.deleteStereotypes -- Time elapsed: 0.037 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfileApplicationsMissingNamespace_bug434302 -- Time elapsed: 0.251 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.orphansOfWrongProfileVersion_bug436666 -- Time elapsed: 0.038 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.badSchemaLocationInNonPackageFragment_bug459488 -- Time elapsed: 0.732 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfilesAndNestedApplicationsWellFormed_bug434302 -- Time elapsed: 0.266 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.registeredDynamicProfie_bug455329 -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedPackageSchemaMissing_bug436666 -- Time elapsed: 0.346 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.incorrectZombieGroupingWithoutProfileNamespaceURIPattern_bug496307 -- Time elapsed: 0.057 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nonStereotypeApplicationsAreOK_bug436666 -- Time elapsed: 0.048 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfileApplications2Pkgs1Profile_bug434302 -- Time elapsed: 0.281 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.crossReferencedPackageUnitWithoutOwnProfileApplication_bug458736 -- Time elapsed: 0.666 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.correctZombieGroupingWithProfileNamespaceURIPattern_bug496307 -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.orphansOfValidSchema_bug436666 -- Time elapsed: 0.040 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.packageUnitWithoutOwnProfileApplication_bug455248 -- Time elapsed: 0.226 s org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedPackageInProfileIsOK_bug436666 -- Time elapsed: 0.294 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionSameURISameVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionDifferentURIDifferentVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionDifferentURISameVersion -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionDifferentURISameVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonConstantBehavior -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareNoVersionSameURI -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionDifferentURIDifferentVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchCorrectNoMatchConstantBehavior -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchSingleVersionCorrectURIGivenVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchNoVersionCorrectURIDefaultVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchMultipleVersionCorrectURIGivenVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchMultipleVersionCorrectURIDefaultVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongLHS -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongRHS -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryExtensionPointCorrectMatch -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionSameURIDifferentVersion -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionSameURISameVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionSameURIDifferentVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryCorrectUnregisterAndRegister -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryExtensionPointRegistered -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongPattern -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchNoVersionCorrectURIGivenVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareNoVersionDifferentURI -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchSingleVersionCorrectURIDefaultVersion -- Time elapsed: 0 s org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchCorrectNoMatchBehavior -- Time elapsed: 0 s org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest.interactionOperand_contentProvider -- Time elapsed: 0.094 s org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest.combinedFragment_contentProvider -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.properties.databinding.tests.MultiplicityObservableValueTest.testObservableValue -- Time elapsed: 0.634 s org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionEndMultiplicityObservableValueTest.testObservableValue -- Time elapsed: 0.534 s org.eclipse.papyrus.uml.properties.databinding.tests.NavigationObservableValueTest.testObservableValue -- Time elapsed: 0.542 s org.eclipse.papyrus.uml.properties.databinding.tests.OwnerObservableValueTest.testObservableValue -- Time elapsed: 0.551 s org.eclipse.papyrus.uml.properties.databinding.tests.KeywordObservableValueTest.testObservableValue -- Time elapsed: 0.491 s org.eclipse.papyrus.uml.properties.databinding.tests.UMLLabelObservableValueTest.testObservableValue -- Time elapsed: 0.475 s org.eclipse.papyrus.uml.properties.databinding.tests.ImageExpressionObservableValueTest.testObservableValue -- Time elapsed: 0.490 s org.eclipse.papyrus.uml.properties.databinding.tests.ImageKindObservableValueTest.testObservableValue -- Time elapsed: 0.446 s org.eclipse.papyrus.uml.properties.databinding.tests.ImageNameObservableValueTest.testObservableValue -- Time elapsed: 0.493 s org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationElementIconObservableValueTest.testObservableValue -- Time elapsed: 0.801 s org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationQualifiedNameObservableValueTest.testObservableValue -- Time elapsed: 0.764 s org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationShadowObservableValueTest.testObservableValue -- Time elapsed: 0.792 s org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionRequiredObservableValueTest.testObservableValue -- Time elapsed: 0.836 s org.eclipse.papyrus.uml.properties.databinding.tests.ImportedPackageLocationObservableValueTest.testObservableValue -- Time elapsed: 0.521 s org.eclipse.papyrus.uml.properties.databinding.tests.UnsettableStringObservableValueTest.testObservableValue -- Time elapsed: 0.464 s org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableValueTest.testObservableValue -- Time elapsed: 0.478 s org.eclipse.papyrus.uml.properties.databinding.tests.AnnotationObservableValueTest.testObservableValue -- Time elapsed: 0.522 s org.eclipse.papyrus.uml.properties.databinding.tests.MaskValueObservableListTest.testObservableList -- Time elapsed: 0.770 s org.eclipse.papyrus.uml.properties.databinding.tests.AppliedCommentsObservableListTest.testObservableList -- Time elapsed: 0.850 s org.eclipse.papyrus.uml.properties.databinding.tests.OwnedCommentsObservableListTest.testObservableList -- Time elapsed: 0.858 s org.eclipse.papyrus.uml.properties.databinding.tests.ProvidedInterfaceObservableListTest.testObservableList -- Time elapsed: 0.481 s org.eclipse.papyrus.uml.properties.databinding.tests.RequiredInterfaceObservableListTest.testObservableList -- Time elapsed: 0.474 s org.eclipse.papyrus.uml.properties.databinding.tests.ProfileApplicationObservableListTest.testObservableList -- Time elapsed: 0.467 s org.eclipse.papyrus.uml.properties.databinding.tests.StereotypeApplicationObservableListTest.testObservableList -- Time elapsed: 0.483 s org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableListTest.testObservableList -- Time elapsed: 0.471 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CanonicalObservableValueTest.testObservableValue -- Time elapsed: 0.741 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.ConnectionDecorationStyleObservableValueTest.testObservableValue -- Time elapsed: 0.999 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomStringStyleCompartmentObservableValueTest.testObservableValue -- Time elapsed: 0.790 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleCompartmentObservableValueTest.testObservableValue -- Time elapsed: 0.794 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.DiagramLabelObservableValueTest.testObservableValue -- Time elapsed: 0.440 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomBooleanStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.451 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomDoubleStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.424 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.420 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.RulersUnitStyleObservableValueTest.testObservableValue -- Time elapsed: 0.543 s org.eclipse.papyrus.uml.diagram.properties.databinding.tests.SwitchOrientationObservableValueTest.testObservableValue -- Time elapsed: 1.061 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_papyrus -- Time elapsed: 0.769 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_papyrus -- Time elapsed: 0.627 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_dynamic -- Time elapsed: 0.772 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_uml2 -- Time elapsed: 0.681 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_papyrus -- Time elapsed: 1.017 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_dynamic -- Time elapsed: 0.551 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_uml2 -- Time elapsed: 0.939 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_uml2 -- Time elapsed: 0.613 s org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_dynamic -- Time elapsed: 0.442 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.loadDecoratorAsMainModel -- Time elapsed: 0.417 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication -- Time elapsed: 0.352 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.unloadApplication -- Time elapsed: 0.355 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_undo -- Time elapsed: 0.398 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.unloadedApplicationNotAvailable -- Time elapsed: 0.386 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.loadApplication -- Time elapsed: 0.380 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_undo_redo -- Time elapsed: 0.452 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.nestedPackageApplicationOfSameProfile_bug459613 -- Time elapsed: 0.356 s org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_forNestedPackage -- Time elapsed: 0.420 s org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication_undo -- Time elapsed: 0.411 s org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication_undo_redo -- Time elapsed: 0.347 s org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication -- Time elapsed: 0.405 s org.eclipse.papyrus.uml.decoratormodel.tests.ProfileMigrationTest.migrateProfile -- Time elapsed: 0.410 s org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.missingSchema -- Time elapsed: 0.517 s org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.wrongProfileVersion -- Time elapsed: 0.436 s org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.missingProfileApplication -- Time elapsed: 0.361 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackageAsync -- Time elapsed: 0.524 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage_none -- Time elapsed: 0.582 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.removeResource -- Time elapsed: 0.697 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsAsync_uri -- Time elapsed: 0.574 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelName -- Time elapsed: 0.625 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.baseline -- Time elapsed: 0.625 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage -- Time elapsed: 0.459 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNameAsync -- Time elapsed: 0.625 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.appliedProfilesByResourceIndex -- Time elapsed: 0.478 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModels -- Time elapsed: 0.466 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsAsync -- Time elapsed: 0.521 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.allAppliedProfiles -- Time elapsed: 0.521 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNames -- Time elapsed: 0.532 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModels_uri -- Time elapsed: 0.580 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNamesAsync -- Time elapsed: 0.570 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.listener -- Time elapsed: 0.724 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.allAppliedProfilesAsync -- Time elapsed: 0.583 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.addNewResource -- Time elapsed: 0.882 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackageAsync_none -- Time elapsed: 0.654 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest.copy_subsetOfProfiles -- Time elapsed: 0.672 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest.copy_allProfiles -- Time elapsed: 0.708 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasUnloadedDecoratorModelsAsync_recursive -- Time elapsed: 0.698 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelFor -- Time elapsed: 0.406 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelURI -- Time elapsed: 0.449 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testInternalizeProfileApplications -- Time elapsed: 0.412 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasUnloadedDecoratorModelsAsync -- Time elapsed: 0.530 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testExternalizeProfileApplication -- Time elapsed: 0.574 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorPackages -- Time elapsed: 0.408 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorModelAppliedProfiles -- Time elapsed: 0.391 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncResource -- Time elapsed: 0.501 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetExternalizationProfile -- Time elapsed: 0.377 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelResource -- Time elapsed: 0.383 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorModelProfileApplications -- Time elapsed: 0.361 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncPackage -- Time elapsed: 0.614 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetLoadedDecoratorModels -- Time elapsed: 0.412 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetLoadedSubUnitPackages -- Time elapsed: 0.398 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModels -- Time elapsed: 0.545 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasExternalizationProfile -- Time elapsed: 0.426 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncIterableOfResource -- Time elapsed: 0.852 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUserModelResources -- Time elapsed: 0.391 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorProfileApplications -- Time elapsed: 0.356 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.stereotypeApplication_inNestedPackage -- Time elapsed: 0.181 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.stereotypeApplication_inNonPackageSubmodelUnit_bug459613 -- Time elapsed: 0.176 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.applyStereotype_resourceSet -- Time elapsed: 0.196 s org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.applyStereotype_freeFloating -- Time elapsed: 0.168 s org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_decoratorModelUML -- Time elapsed: 0.308 s org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_decoratorModelNotation -- Time elapsed: 0.271 s org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_userModelUML -- Time elapsed: 0.276 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.decoratorIndexing -- Time elapsed: 0.393 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.userModelIndexing -- Time elapsed: 0 s org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.decoratorAsUserModelIndexing -- Time elapsed: 0 s org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest.migrateProfileExtendingDynamic_bug481302 -- Time elapsed: 0.291 s org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest skipped org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest.migrateProfileExtendingStatic_bug481302 -- Time elapsed: 0.278 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_allDecoratorsLoaded -- Time elapsed: 0.716 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_allDecoratorsUnloaded -- Time elapsed: 2.415 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_someDecoratorsLoaded -- Time elapsed: 0.946 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_someDecoratorsLoaded -- Time elapsed: 1.269 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_allDecoratorsUnloaded -- Time elapsed: 1.558 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_someDecoratorsLoaded -- Time elapsed: 1.744 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_allDecoratorsLoaded -- Time elapsed: 0.599 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_allDecoratorsUnloaded -- Time elapsed: 2.143 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_allDecoratorsUnloaded -- Time elapsed: 1.236 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_someDecoratorsLoaded -- Time elapsed: 2.211 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_allDecoratorsLoaded -- Time elapsed: 0.466 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_allDecoratorsLoaded -- Time elapsed: 0.522 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.nonBaseElementStereotypeCrossReferences -- Time elapsed: 1.002 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.classUnitExternalizeParentUnitProfileApplication_bug459613 -- Time elapsed: 0.381 s org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.nestedPackagesInheritingExternalProfileApplications -- Time elapsed: 1.104 s org.eclipse.papyrus.uml.validation.tests.rules.TestOCLConstraintOnInstanceSpec skipped org.eclipse.papyrus.uml.validation.tests.rules.TestOCLValidationRuleFromFile skipped org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile skipped org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile skipped org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules skipped org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules skipped org.eclipse.papyrus.uml.validation.tests.rules.TestStereotypeValidation skipped org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest.testResolveProfile__Object -- Time elapsed: 0.026 s org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest.testMatches__Object -- Time elapsed: 0.009 s org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterResourceURI_bug480221 -- Time elapsed: 0.024 s org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterDoesNotLoadProfiles_miss_bug480221 -- Time elapsed: 0.023 s org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterDoesNotLoadProfiles_hit_bug480221 -- Time elapsed: 0.021 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.popupsGenerated -- Time elapsed: 0.009 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionTargetFilters -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.popupFilters -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionSourceFilters -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionsGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.popupsGenerated -- Time elapsed: 0.025 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionTargetFilters -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.distinctConnectionHintsGenerated -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.popupFilters -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionSourceFilters -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.distinctPopupHintsGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionsGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.popupsGenerated -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionTargetFilters -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.popupFilters -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionSourceFilters -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionsGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<> Generalization] -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<> GeneralizationSet] -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<> ControlFlow] -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<> ObjectFlow] -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<> Transition] -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<> Message] -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<> Connector] -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.iconGenerated -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.typeSetAttributes -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0.008 s org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.multipleElementTypesForOneStereotypeGenerated -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.stereotypeAdviceGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.elementTypesGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.stereotypeMatcherGenerated -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.stereotypeAdviceNotGenerated -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.distinctHintsGenerated -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.stereotypeMatcherNotGenerated -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.iconGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.elementTypesGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.iconGenerated -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.stereotypeAdviceGenerated -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.elementTypesGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.stereotypeMatcherGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.elementTypeSpecializedTypes -- Time elapsed: 0.022 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.stereotypeAdviceGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.stereotypeMatcherGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.iconGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.typeSetAttributes -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.multipleElementTypesForOneStereotypeGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.stereotypeAdviceGenerated -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.elementTypesGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.stereotypeMatcherGenerated -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRemovedStereotypes -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRenamedStereotypes -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testAddedExtensions -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testAddedStereotypes -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRemovedExtension -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypeNames -- Time elapsed: 0.040 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypes -- Time elapsed: 0.029 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest skipped org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfileNames -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testProfileCatalog -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testLookupStereotype -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testLookupStereotypeInAppliedProfile -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testProfileCopy -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfiles -- Time elapsed: 0.017 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetNamedElement -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testIsModelsExist -- Time elapsed: 0.018 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypeQualifiedNames -- Time elapsed: 0.019 s org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfileQualifiedNames -- Time elapsed: 0.020 s org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testCopyResources -- Time elapsed: 0.549 s org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testCopyResource -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testGetProject -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testEclipseProject -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetUmlModelWithIFile -- Time elapsed: 0.035 s org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerString -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerURI -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetNamedElementByNameString -- Time elapsed: 0.004 s org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetUmlModel -- Time elapsed: 0.012 s org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerStringModels -- Time elapsed: 0.003 s org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetNamedElementByNameWithSterotype -- Time elapsed: 0.064 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreation -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateClass -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateModel -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreatePackage -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCd -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorResourceFailing -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorStringString -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorResource -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateDatatype -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testCompoundTypeProvider -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testGetTypes -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testAddITypeProvider -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testIterator -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest.testSimpleModelVisitor -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetStereotypeName -- Time elapsed: 0.006 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetProfileName -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testAddPropertyChangeListenerPropertyChangeListener -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetQualifiedNameComplex -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testClear -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURLString -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testToString -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetStereotypeName -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testAddPropertyChangeListenerStringPropertyChangeListener -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURL -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testRemovePropertyChangeListenerPropertyChangeListener -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetQualifiedNameSimple -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetProfileName -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testRemovePropertyChangeListenerStringPropertyChangeListener -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testComputeQualifiedName -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetQualifiedName -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURLStringString -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testGetTypes -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testTypeProvider -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testIterator -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testGetTypes -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testAddType -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testAddTypeFromConstructor -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testTypeProvider -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testTypeProviderTypeArray -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testIterator -- Time elapsed: 0 s org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest.testUMLPrimitiveTypesModel -- Time elapsed: 0.013 s org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest.testGetLibraryPackage -- Time elapsed: 0.011 s org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangePreferencesTest.testUseInternationalizationModification -- Time elapsed: 0.513 s org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangeLanguageTest.testLanguageModification -- Time elapsed: 0.425 s org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest.rebuildAdapters -- Time elapsed: 0.480 s org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest.normalAdapters -- Time elapsed: 0.427 s org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationAdapterTest.testLabelProviderAdapter -- Time elapsed: 0.001 s org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped org.eclipse.papyrus.uml.alf.tests.SingleTest skipped org.eclipse.papyrus.uml.alf.tests.SingleTest skipped org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped 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 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test10 -- Time elapsed: 0.674 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test11 -- Time elapsed: 0.615 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test12 -- Time elapsed: 0.596 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test13 -- Time elapsed: 0.615 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test1 -- Time elapsed: 0.658 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test2 -- Time elapsed: 0.599 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test3 -- Time elapsed: 0.599 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test4 -- Time elapsed: 0.627 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test5 -- Time elapsed: 0.616 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test6 -- Time elapsed: 0.651 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test7 -- Time elapsed: 0.642 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test8 -- Time elapsed: 0.629 s org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test9 -- Time elapsed: 0.645 s org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test1 -- Time elapsed: 0.600 s org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test2 -- Time elapsed: 0.608 s org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test3 -- Time elapsed: 0.651 s org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test4 -- Time elapsed: 0.630 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndNoContext -- Time elapsed: 0.006 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.noMetaclassAndNoContextTest -- Time elapsed: 0 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndValidContext_1 -- Time elapsed: 0 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndValidContext_2 -- Time elapsed: 0 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndInvalidContext -- Time elapsed: 0 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndNoContext -- Time elapsed: 0.002 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.noMetaclassAndNoContextTest -- Time elapsed: 0 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndValidContext_2 -- Time elapsed: 0 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndInValidContext_1 -- Time elapsed: 0 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test10 -- Time elapsed: 0.638 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test11 -- Time elapsed: 0.631 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test12 -- Time elapsed: 0.649 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test13 -- Time elapsed: 0.612 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test14 -- Time elapsed: 0.620 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test1 -- Time elapsed: 0.560 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test2 -- Time elapsed: 0.564 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test3 -- Time elapsed: 0.569 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test4 -- Time elapsed: 0.585 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test5 -- Time elapsed: 0.612 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test6 -- Time elapsed: 0.568 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test7 -- Time elapsed: 0.601 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test8 -- Time elapsed: 0.558 s org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test9 -- Time elapsed: 0.594 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test1 -- Time elapsed: 0.632 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test2 -- Time elapsed: 0.564 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test3 -- Time elapsed: 0.599 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test4 -- Time elapsed: 0.586 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test5 -- Time elapsed: 0.585 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test6 -- Time elapsed: 0.599 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test7 -- Time elapsed: 0.606 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test8 -- Time elapsed: 0.607 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test9 -- Time elapsed: 0.611 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test10 -- Time elapsed: 0.627 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test11 -- Time elapsed: 0.593 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test12 -- Time elapsed: 0.612 s org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test13 -- Time elapsed: 0.584 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test10 -- Time elapsed: 0.602 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test11 -- Time elapsed: 0.626 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test12 -- Time elapsed: 0.581 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test13 -- Time elapsed: 0.602 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test1 -- Time elapsed: 0.577 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test2 -- Time elapsed: 0.569 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test3 -- Time elapsed: 0.576 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test4 -- Time elapsed: 0.604 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test5 -- Time elapsed: 0.563 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test6 -- Time elapsed: 0.610 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test7 -- Time elapsed: 0.577 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test8 -- Time elapsed: 0.575 s org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test9 -- Time elapsed: 0.591 s org.eclipse.papyrus.uml.architecture.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.145 s org.eclipse.papyrus.uml.types.core.matchers.stereotype.tests.StereotypeMatcherEditHelperAdviceTest.nestedPackageInProfileContext -- Time elapsed: 0.020 s Results: Tests run: 684, Failures: 0, Errors: 0, Skipped: 49 (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.364: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.366: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.369: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.370: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.373: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.375: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.378: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.380: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.383: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.385: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.388: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.389: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.392: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.395: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.428: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.430: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.434: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.437: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:7137): Gtk-CRITICAL **: 05:07:26.439: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)' [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/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Resolving class path of org.eclipse.papyrus.uml.alf.backend.tests [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.backend.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202404140318/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404140318.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202404140318/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404140318.jar [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] The project's OSGi version is 2.0.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Resolving class path of org.eclipse.papyrus.views.properties.toolsmiths.tests [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202404140318/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404140318.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202404140318/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404140318.jar [INFO] [INFO] --- jacoco:0.8.10: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/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 309 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.10: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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [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/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/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202404140318/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404140318.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202404140318/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404140318.jar [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202404140428 [INFO] [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Resolving class path of org.eclipse.papyrus.views.suite.tests [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202404140318/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404140318.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202404140318/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404140318.jar [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020 [INFO] [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.suite.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.suite.tests --- [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1102 were skipped [INFO] [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests/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:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/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/repo-tst/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.600.v20231106-1826/org.eclipse.equinox.launcher-1.6.600.v20231106-1826.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests/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/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace. The Eclipse E4 Platform will remove support for those javax-annotations in a future release. To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true 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:300) at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:293) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1272) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1030) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1000) at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1299) at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614) 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:1282) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1030) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1000) at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1299) at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614) at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297) at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1769) 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:5039) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519) 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:5959) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42) 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:5039) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) 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:648) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/configuration/org.eclipse.osgi/20/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/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/configuration/org.eclipse.osgi/20/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:300) at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:293) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1272) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1030) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1000) at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1299) at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614) at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297) at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1769) 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:5039) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519) 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:5959) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42) 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:5039) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) 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:648) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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: 32.96 s -- in org.eclipse.papyrus.views.suite.tests.AllTests org.eclipse.papyrus.views.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_rootTest -- Time elapsed: 13.33 s org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteDiagramTest -- Time elapsed: 1.893 s org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteTableTest -- Time elapsed: 1.421 s org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteLinkItemTest -- Time elapsed: 0.853 s org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteRootOfTheModel -- Time elapsed: 0.736 s org.eclipse.papyrus.views.modelexplorer.tests.OpendiagramTest.testOpendiagramTest -- Time elapsed: 0.361 s org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.documentationViewTests -- Time elapsed: 11.52 s org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.handleXWTFileFromResourceSet -- Time elapsed: 1.424 s org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.handleXWTFileFromResource -- Time elapsed: 0.198 s org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.generateEcoreContext -- Time elapsed: 0.154 s org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.generateProfileContext -- Time elapsed: 0.525 s Results: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests/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] from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from main-tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.tests.releng --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/releng/tests/main-tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco:0.8.10: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] from main-tests/targetPlatform/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.tests.targetplatform --- [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.targetplatform --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests/source/releng/tests/main-tests/targetPlatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging:4.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.main.tests.targetplatform --- [INFO] [INFO] --- jacoco:0.8.10: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 [ 1.269 s] [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.019 s] [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SUCCESS [ 30.420 s] [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SUCCESS [ 2.404 s] [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SUCCESS [ 5.663 s] [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SUCCESS [ 2.517 s] [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SUCCESS [ 1.903 s] [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SUCCESS [ 0.532 s] [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 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 [ 3.991 s] [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SUCCESS [ 2.792 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SUCCESS [ 3.301 s] [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.534 s] [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SUCCESS [ 3.075 s] [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SUCCESS [ 2.659 s] [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SUCCESS [ 3.243 s] [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SUCCESS [ 2.494 s] [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SUCCESS [ 2.566 s] [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 2.482 s] [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT SUCCESS [ 2.781 s] [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT SUCCESS [ 2.269 s] [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SUCCESS [ 2.649 s] [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SUCCESS [ 2.540 s] [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT SUCCESS [ 0.628 s] [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SUCCESS [ 12.462 s] [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SUCCESS [ 0.328 s] [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SUCCESS [ 3.522 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 2.386 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SUCCESS [ 2.505 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SUCCESS [ 2.350 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 2.048 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SUCCESS [ 2.381 s] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SUCCESS [ 2.021 s] [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SUCCESS [ 0.542 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SUCCESS [ 2.212 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SUCCESS [ 2.021 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 1.971 s] [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SUCCESS [ 0.352 s] [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SUCCESS [ 2.200 s] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SUCCESS [ 2.270 s] [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SUCCESS [ 0.366 s] [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SUCCESS [ 2.340 s] [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SUCCESS [ 1.731 s] [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SUCCESS [ 2.020 s] [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SUCCESS [ 1.939 s] [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SUCCESS [ 0.384 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 [ 1.995 s] [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SUCCESS [ 1.764 s] [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SUCCESS [ 0.333 s] [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SUCCESS [ 0.673 s] [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SUCCESS [ 2.720 s] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SUCCESS [ 3.001 s] [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SUCCESS [ 2.497 s] [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SUCCESS [ 2.091 s] [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT SUCCESS [ 1.779 s] [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SUCCESS [ 1.697 s] [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SUCCESS [ 0.435 s] [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 1.883 s] [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SUCCESS [ 1.803 s] [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SUCCESS [ 1.789 s] [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SUCCESS [ 1.657 s] [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SUCCESS [ 1.686 s] [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SUCCESS [ 0.348 s] [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [ 1.714 s] [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SUCCESS [ 2.019 s] [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SUCCESS [ 0.378 s] [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 1.809 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 [ 1.699 s] [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SUCCESS [ 2.119 s] [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SUCCESS [ 2.118 s] [INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SUCCESS [ 1.939 s] [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SUCCESS [ 1.867 s] [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT SUCCESS [ 2.154 s] [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SUCCESS [ 2.301 s] [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SUCCESS [ 1.773 s] [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SUCCESS [ 0.453 s] [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SUCCESS [ 0.697 s] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SUCCESS [ 0.739 s] [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SUCCESS [ 0.336 s] [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SUCCESS [ 1.791 s] [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SUCCESS [ 0.417 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SUCCESS [ 2.011 s] [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SUCCESS [ 2.306 s] [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SUCCESS [ 2.005 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SUCCESS [ 2.157 s] [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SUCCESS [ 2.094 s] [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SUCCESS [ 1.750 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SUCCESS [ 1.944 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 [ 1.910 s] [INFO] org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT SUCCESS [ 2.401 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 [ 1.922 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SUCCESS [ 2.019 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SUCCESS [ 2.253 s] [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SUCCESS [ 2.032 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SUCCESS [ 2.303 s] [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SUCCESS [ 2.229 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SUCCESS [ 2.523 s] [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SUCCESS [ 0.884 s] [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SUCCESS [ 0.589 s] [INFO] org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT . SUCCESS [ 1.699 s] [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SUCCESS [ 0.630 s] [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [ 0.195 s] [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [ 2.100 s] [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [ 0.351 s] [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SUCCESS [ 1.965 s] [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [ 0.307 s] [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [ 1.805 s] [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 1.976 s] [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [ 0.317 s] [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT . SUCCESS [ 10.447 s] [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SUCCESS [ 0.421 s] [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SUCCESS [ 51.034 s] [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SUCCESS [ 0.005 s] [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SUCCESS [ 2.371 s] [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SUCCESS [01:41 min] [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 55.984 s] [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 54.120 s] [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SUCCESS [ 1.194 s] [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 2.181 s] [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 2.134 s] [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SUCCESS [04:23 min] [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SUCCESS [ 1.094 s] [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SUCCESS [05:39 min] [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SUCCESS [ 2.444 s] [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SUCCESS [ 2.600 s] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT SUCCESS [ 2.774 s] [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SUCCESS [08:41 min] [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SUCCESS [ 2.519 s] [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SUCCESS [ 2.219 s] [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SUCCESS [ 2.297 s] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SUCCESS [ 1.930 s] [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [06:15 min] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SUCCESS [ 1.877 s] [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 24.289 s] [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SUCCESS [ 0.487 s] [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SUCCESS [ 1.054 s] [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SUCCESS [ 1.997 s] [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 0.901 s] [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SUCCESS [03:56 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 [ 2.246 s] [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SUCCESS [ 1.851 s] [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 52.286 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: 39:36 min [INFO] Finished at: 2024-04-14T05:08:24Z [INFO] ------------------------------------------------------------------------ [Papyrus-Master-Tests] $ /bin/bash /tmp/jenkins9422711748668082276.sh /home/jenkins/agent/workspace/Papyrus-Master-Tests checking for surefire-reports via find source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/surefire-reports total 236 -rw-r--r--. 1 jenkins 1000800000 1712 Apr 14 04:34 org.eclipse.papyrus.developer.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 236559 Apr 14 04:34 TEST-org.eclipse.papyrus.developer.suite.tests.AllTests.xml source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/surefire-reports total 284 -rw-r--r--. 1 jenkins 1000800000 22936 Apr 14 04:35 org.eclipse.papyrus.editors.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 263837 Apr 14 04:35 TEST-org.eclipse.papyrus.editors.suite.tests.AllTests.xml source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/surefire-reports total 1764 -rw-r--r--. 1 jenkins 1000800000 627 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 627 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.txt -rw-r--r--. 1 jenkins 1000800000 627 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.txt -rw-r--r--. 1 jenkins 1000800000 603 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 607 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 639 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 639 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.txt -rw-r--r--. 1 jenkins 1000800000 639 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.txt -rw-r--r--. 1 jenkins 1000800000 639 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.txt -rw-r--r--. 1 jenkins 1000800000 599 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 599 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.txt -rw-r--r--. 1 jenkins 1000800000 571 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 599 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 599 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.txt -rw-r--r--. 1 jenkins 1000800000 619 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 599 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 599 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.txt -rw-r--r--. 1 jenkins 1000800000 603 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 603 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.txt -rw-r--r--. 1 jenkins 1000800000 615 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.txt -rw-r--r--. 1 jenkins 1000800000 615 Apr 14 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.txt -rw-r--r--. 1 jenkins 1000800000 80972 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80972 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.xml -rw-r--r--. 1 jenkins 1000800000 80972 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.xml -rw-r--r--. 1 jenkins 1000800000 80954 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80957 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80981 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80981 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.xml -rw-r--r--. 1 jenkins 1000800000 80981 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.xml -rw-r--r--. 1 jenkins 1000800000 80981 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.xml -rw-r--r--. 1 jenkins 1000800000 80951 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80951 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.xml -rw-r--r--. 1 jenkins 1000800000 80930 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80950 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80951 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.xml -rw-r--r--. 1 jenkins 1000800000 80966 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80951 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80951 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.xml -rw-r--r--. 1 jenkins 1000800000 80954 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80954 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.xml -rw-r--r--. 1 jenkins 1000800000 80961 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.xml -rw-r--r--. 1 jenkins 1000800000 80963 Apr 14 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.xml source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/surefire-reports total 300 -rw-r--r--. 1 jenkins 1000800000 25024 Apr 14 04:36 org.eclipse.papyrus.infra.core.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 274617 Apr 14 04:36 TEST-org.eclipse.papyrus.infra.core.suite.tests.AllTests.xml source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/surefire-reports total 248 -rw-r--r--. 1 jenkins 1000800000 7083 Apr 14 04:37 org.eclipse.papyrus.infra.nattable.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 244213 Apr 14 04:37 TEST-org.eclipse.papyrus.infra.nattable.suite.tests.AllTests.xml source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/surefire-reports total 556 -rw-r--r--. 1 jenkins 1000800000 144756 Apr 14 04:42 org.eclipse.papyrus.infra.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 418339 Apr 14 04:42 TEST-org.eclipse.papyrus.infra.suite.tests.AllTests.xml source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/surefire-reports total 288 -rw-r--r--. 1 jenkins 1000800000 24494 Apr 14 04:47 org.eclipse.papyrus.toolsmiths.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 267074 Apr 14 04:47 TEST-org.eclipse.papyrus.toolsmiths.suite.tests.AllTests.xml source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/surefire-reports total 660 -rw-r--r--. 1 jenkins 1000800000 196231 Apr 14 04:56 org.eclipse.papyrus.uml.diagram.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 478330 Apr 14 04:56 TEST-org.eclipse.papyrus.uml.diagram.suite.tests.AllTests.xml source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/surefire-reports total 440 -rw-r--r--. 1 jenkins 1000800000 90001 Apr 14 05:02 org.eclipse.papyrus.uml.nattable.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 358070 Apr 14 05:02 TEST-org.eclipse.papyrus.uml.nattable.suite.tests.AllTests.xml source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/surefire-reports total 432 -rw-r--r--. 1 jenkins 1000800000 90023 Apr 14 05:07 org.eclipse.papyrus.uml.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 350400 Apr 14 05:07 TEST-org.eclipse.papyrus.uml.suite.tests.AllTests.xml source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/surefire-reports total 240 -rw-r--r--. 1 jenkins 1000800000 2317 Apr 14 05:03 org.eclipse.papyrus.uml.textedit.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 238162 Apr 14 05:03 TEST-org.eclipse.papyrus.uml.textedit.suite.tests.AllTests.xml source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/surefire-reports total 260 -rw-r--r--. 1 jenkins 1000800000 1637 Apr 14 05:08 org.eclipse.papyrus.views.suite.tests.AllTests.txt -rw-r--r--. 1 jenkins 1000800000 260786 Apr 14 05:08 TEST-org.eclipse.papyrus.views.suite.tests.AllTests.xml Taking screenshot. [Papyrus-Master-Tests] $ echo $XAUTHORITY /home/jenkins/agent/workspace/Papyrus-Master-Tests/.Xauthority-17189715899662470679 [Papyrus-Master-Tests] $ ls -l $XAUTHORITY -rw-r--r--. 1 jenkins 1000800000 0 Apr 14 04:28 /home/jenkins/agent/workspace/Papyrus-Master-Tests/.Xauthority-17189715899662470679 [Papyrus-Master-Tests] $ import -window root -display :14 screenshot.jpg Terminating xvnc. Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE Finished: UNSTABLE