Skip to content

Console Output

12:24:08 Started by timer
12:24:08 Running as SYSTEM
12:24:08 Agent centos-7-agent-6gb-zj0f5 is provisioned from template centos-7-agent-6gb
12:24:08 ---
12:24:08 apiVersion: "v1"
12:24:08 kind: "Pod"
12:24:08 metadata:
12:24:08   labels:
12:24:08     jenkins: "slave"
12:24:08     jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33"
12:24:08     jenkins/label: "centos-7-6gb"
12:24:08   name: "centos-7-agent-6gb-zj0f5"
12:24:08   namespace: "papyrus"
12:24:08 spec:
12:24:08   containers:
12:24:08   - env:
12:24:08     - name: "JENKINS_SECRET"
12:24:08       value: "********"
12:24:08     - name: "JENKINS_TUNNEL"
12:24:08       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
12:24:08     - name: "JENKINS_AGENT_NAME"
12:24:08       value: "centos-7-agent-6gb-zj0f5"
12:24:08     - name: "JENKINS_REMOTING_JAVA_OPTS"
12:24:08       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
12:24:08         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
12:24:08     - name: "JAVA_TOOL_OPTIONS"
12:24:08       value: ""
12:24:08     - name: "_JAVA_OPTIONS"
12:24:08       value: ""
12:24:08     - name: "OPENJ9_JAVA_OPTIONS"
12:24:08       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
12:24:08     - name: "JENKINS_NAME"
12:24:08       value: "centos-7-agent-6gb-zj0f5"
12:24:08     - name: "JENKINS_AGENT_WORKDIR"
12:24:08       value: "/home/jenkins/agent"
12:24:08     - name: "JENKINS_URL"
12:24:08       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
12:24:08     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
12:24:08     imagePullPolicy: "Always"
12:24:08     name: "jnlp"
12:24:08     resources:
12:24:08       limits:
12:24:08         cpu: "2000m"
12:24:08         memory: "6144Mi"
12:24:08       requests:
12:24:08         cpu: "1000m"
12:24:08         memory: "6144Mi"
12:24:08     tty: true
12:24:08     volumeMounts:
12:24:08     - mountPath: "/home/jenkins/.m2/toolchains.xml"
12:24:08       name: "m2-dir"
12:24:08       readOnly: true
12:24:08       subPath: "toolchains.xml"
12:24:08     - mountPath: "/home/jenkins/.mavenrc"
12:24:08       name: "m2-dir"
12:24:08       readOnly: true
12:24:08       subPath: ".mavenrc"
12:24:08     - mountPath: "/opt/tools"
12:24:08       name: "volume-0"
12:24:08       readOnly: false
12:24:08     - mountPath: "/home/jenkins"
12:24:08       name: "volume-2"
12:24:08       readOnly: false
12:24:08     - mountPath: "/home/jenkins/.m2/repository"
12:24:08       name: "volume-3"
12:24:08       readOnly: false
12:24:08     - mountPath: "/home/jenkins/.m2/settings-security.xml"
12:24:08       name: "m2-secret-dir"
12:24:08       readOnly: true
12:24:08       subPath: "settings-security.xml"
12:24:08     - mountPath: "/home/jenkins/.m2/wrapper"
12:24:08       name: "volume-4"
12:24:08       readOnly: false
12:24:08     - mountPath: "/home/jenkins/.m2/settings.xml"
12:24:08       name: "m2-secret-dir"
12:24:08       readOnly: true
12:24:08       subPath: "settings.xml"
12:24:08     - mountPath: "/home/jenkins/.ssh"
12:24:08       name: "volume-1"
12:24:08       readOnly: false
12:24:08       subPath: ""
12:24:08     - mountPath: "/home/jenkins/agent"
12:24:08       name: "workspace-volume"
12:24:08       readOnly: false
12:24:08     workingDir: "/home/jenkins/agent"
12:24:08   nodeSelector:
12:24:08     kubernetes.io/os: "linux"
12:24:08   restartPolicy: "Never"
12:24:08   volumes:
12:24:08   - name: "volume-0"
12:24:08     persistentVolumeClaim:
12:24:08       claimName: "tools-claim-jiro-papyrus"
12:24:08       readOnly: true
12:24:08   - name: "m2-secret-dir"
12:24:08     secret:
12:24:08       secretName: "m2-secret-dir"
12:24:08   - emptyDir:
12:24:08       medium: ""
12:24:08     name: "volume-2"
12:24:08   - configMap:
12:24:08       name: "m2-dir"
12:24:08     name: "m2-dir"
12:24:08   - configMap:
12:24:08       name: "known-hosts"
12:24:08     name: "volume-1"
12:24:08   - emptyDir:
12:24:08       medium: ""
12:24:08     name: "workspace-volume"
12:24:08   - emptyDir:
12:24:08       medium: ""
12:24:08     name: "volume-4"
12:24:08   - emptyDir:
12:24:08       medium: ""
12:24:08     name: "volume-3"
12:24:08 
12:24:08 Building remotely on centos-7-agent-6gb-zj0f5 (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Tests
12:24:08 The recommended git tool is: NONE
12:24:10 No credentials specified
12:24:10 Cloning the remote Git repository
12:24:10 Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
12:24:10  > git init /home/jenkins/agent/workspace/Papyrus-Master-Tests/source # timeout=10
12:24:10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
12:24:10  > git --version # timeout=10
12:24:10  > git --version # 'git version 2.36.6'
12:24:10  > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:27:17  > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10
12:27:17  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
12:27:18 Avoid second fetch
12:27:18  > git rev-parse origin/master^{commit} # timeout=10
12:27:18 Checking out Revision 4631b32356daa599ee8908c4ae6218a5aa2d4260 (origin/master)
12:27:18  > git config core.sparsecheckout # timeout=10
12:27:18  > git checkout -f 4631b32356daa599ee8908c4ae6218a5aa2d4260 # timeout=10
12:27:24 Commit message: "Bug 582075 - [Releng] Update version for 2023-12 RCP"
12:27:24  > git rev-list --no-walk 4631b32356daa599ee8908c4ae6218a5aa2d4260 # timeout=10
12:27:24 Cleaning workspace
12:27:24  > git rev-parse --verify HEAD # timeout=10
12:27:24 Resetting working tree
12:27:24  > git reset --hard # timeout=10
12:27:24  > git clean -fdx # timeout=10
12:27:25 $ pkill Xvnc
12:27:25 $ pkill Xrealvnc
12:27:25 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
12:27:28 [Papyrus-Master-Tests] $ Xvnc -help
12:27:28 Starting xvnc
12:27:28 [Papyrus-Master-Tests] $ Xvnc :84 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
12:27:28 
12:27:28 Xvnc TigerVNC 1.8.0 - built Feb  5 2024 15:30:47
12:27:28 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
12:27:28 See http://www.tigervnc.org for information on TigerVNC.
12:27:28 Underlying X server release 12004000, The X.Org Foundation
12:27:28 
12:27:28 
12:27:28 Wed Apr 24 16:27:28 2024
12:27:28  vncext:      VNC extension running!
12:27:28  vncext:      Listening for VNC connections on all interface(s), port 5984
12:27:28  vncext:      created VNC server for screen 0
12:27:28 [Papyrus-Master-Tests] $ /bin/sh -xe /tmp/jenkins14505237420847294928.sh
12:27:28 + export _JAVA_OPTIONS=-Xmx2048m
12:27:28 + _JAVA_OPTIONS=-Xmx2048m
12:27:28 [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
12:27:28 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
12:27:28 Maven home: /opt/tools/apache-maven/latest
12:27:28 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
12:27:28 Default locale: en_US, platform encoding: UTF-8
12:27:28 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
12:27:30 [INFO] Scanning for projects...
12:27:44 [INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
12:27:44 [INFO] Tycho Mode:     project
12:27:44 [INFO] Tycho Builder:  maven
12:28:02 [INFO] ------------------------------------------------------------------------
12:28:02 [INFO] Reactor Build Order:
12:28:02 [INFO] 
12:28:02 [INFO] org.eclipse.papyrus.tests.releng                                   [pom]
12:28:02 [INFO] org.eclipse.papyrus.plugins.tests.releng                           [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.tests.releng                             [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.core.tests.releng                        [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.nattable.main.test                       [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.nattable.tests           [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.editor.tests.releng                            [pom]
12:28:02 [INFO] org.eclipse.papyrus.editor.integration.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.nattable.views.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.nattable.common.tests    [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature       [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.uml.tests.releng                               [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng                       [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.tests              [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.component.tests    [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng                     [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests  [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.common.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests    [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests   [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests        [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature          [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.emf.facet.tests                                [pom]
12:28:02 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests   [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.emf.facet.feature            [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng                        [pom]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature           [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests        [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng                [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature   [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng                    [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature       [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng                      [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.textedit.property.tests    [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.textedit.tests             [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests   [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.textedit.port.tests        [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature         [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.uml.tools.tests.releng                         [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.tools.tests                [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.tools.utils.tests          [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.uml.tools.feature            [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.infra.nattable.model.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.nattable.main.test                         [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests           [eclipse-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.core.tests               [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.nattable.tests             [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature         [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.infra.services.tests.releng                    [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.services.edit.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.services.semantic.tests  [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests   [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.infra.services.feature       [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.views.tests.releng                             [pom]
12:28:02 [INFO] org.eclipse.papyrus.views.modelexplorer.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.views.documentation.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.views.feature                [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.uml.profile.tests.releng                       [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.profile.tests              [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng                 [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests        [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.service.types.tests        [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.properties.tests           [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.types.core.tests           [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.modelrepair.tests          [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.filters.tests                   [eclipse-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.uml.feature                  [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests    [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.infra.core.feature           [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.infra.emf.tests.releng                         [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.ui.emf.tests             [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.filters.tests                 [eclipse-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.ui.tests                 [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests  [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.types.tests.releng                       [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.types.tests              [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.properties.tests.releng                  [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.properties.ui.tests      [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng                  [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests  [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.tools.tests              [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.editor.tests.releng                      [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests    [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests   [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.emf.tests                [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng           [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests       [eclipse-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.types.ui.tests           [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests            [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.infra.feature                [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.tests.feature                      [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests               [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests    [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.infra.internationalization.main.test           [pom]
12:28:02 [INFO] org.eclipse.papyrus.infra.internationalization.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng                   [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.expressions.tests          [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature      [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.uml.internationalization.main.test             [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.internationalization.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature [eclipse-feature]
12:28:02 [INFO] org.eclipse.papyrus.uml.alf.tests                  [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.alf.tests.feature              [eclipse-feature]
12:28:02 [INFO] Papyrus Tests Features                                             [pom]
12:28:02 [INFO] org.eclipse.papyrus.developer.suite.tests          [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.bundles.tests                                  [pom]
12:28:02 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests  [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.editors.suite.tests            [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.core.suite.tests         [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests     [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.architecture.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests    [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.suite.tests              [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.infra.newchild.tests                [eclipse-plugin]
12:28:02 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests         [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests        [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests          [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests   [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests       [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.validation.tests.releng                    [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.validation.tests           [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.architecture.tests              [eclipse-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.suite.tests                [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.uml.alf.tests.releng                           [pom]
12:28:02 [INFO] org.eclipse.papyrus.uml.alf.backend.tests          [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.views.suite.tests              [eclipse-test-plugin]
12:28:02 [INFO] org.eclipse.papyrus.views.documentation.tests.releng               [pom]
12:28:02 [INFO] org.eclipse.papyrus.main.tests.releng                              [pom]
12:28:02 [INFO] org.eclipse.papyrus.main.tests.targetplatform [eclipse-target-definition]
12:28:02 [INFO] 
12:28:02 [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.tests.releng >--------
12:28:02 [INFO] Building org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT         [1/175]
12:28:02 [INFO]   from pom.xml
12:28:02 [INFO] --------------------------------[ pom ]---------------------------------
12:28:02 [INFO] 
12:28:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.releng ---
12:28:02 [INFO] 
12:28:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.releng ---
12:28:05 [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
12:28:05 [INFO] 
12:28:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.releng ---
12:28:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:05 [INFO] 
12:28:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.plugins.tests.releng >--
12:28:05 [INFO] Building org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT [2/175]
12:28:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/pom.xml
12:28:05 [INFO] --------------------------------[ pom ]---------------------------------
12:28:05 [INFO] 
12:28:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins.tests.releng ---
12:28:05 [INFO] 
12:28:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.plugins.tests.releng ---
12:28:05 [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
12:28:05 [INFO] 
12:28:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.plugins.tests.releng ---
12:28:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:05 [INFO] 
12:28:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tests.releng >--
12:28:05 [INFO] Building org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT   [3/175]
12:28:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/pom.xml
12:28:05 [INFO] --------------------------------[ pom ]---------------------------------
12:28:05 [INFO] 
12:28:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tests.releng ---
12:28:05 [INFO] 
12:28:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tests.releng ---
12:28:05 [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
12:28:05 [INFO] 
12:28:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.tests.releng ---
12:28:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:05 [INFO] 
12:28:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests.releng >--
12:28:05 [INFO] Building org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT [4/175]
12:28:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/pom.xml
12:28:05 [INFO] --------------------------------[ pom ]---------------------------------
12:28:05 [INFO] 
12:28:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests.releng ---
12:28:05 [INFO] 
12:28:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests.releng ---
12:28:05 [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
12:28:05 [INFO] 
12:28:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.tests.releng ---
12:28:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:05 [INFO] 
12:28:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests >--
12:28:05 [INFO] Building org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT [5/175]
12:28:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml
12:28:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:28:08 [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@6c8e0773
12:28:08 [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
12:28:08 [INFO]     Cache location:         /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/.cache/tycho
12:28:08 [INFO]     Transport mode:         online
12:28:08 [INFO]     Http Transport type:    Java11Client
12:28:08 [INFO]     Update mode:            cache first
12:28:08 [INFO]     Minimum cache duration: 60 minutes
12:28:08 [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
12:28:13 [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).]
12:28:14 [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).]
12:28:15 [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).]
12:28:15 [INFO] Adding repository https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository
12:28:15 [INFO] Adding repository https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository
12:28:15 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
12:28:16 [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
12:28:23 [WARNING] [b525cc42-2f47-4461-ac09-69270ff90edc][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.
12:28:29 [WARNING] [b525cc42-2f47-4461-ac09-69270ff90edc][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.
12:28:35 [WARNING] [b525cc42-2f47-4461-ac09-69270ff90edc][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.
12:28:43 [INFO] 
12:28:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:43 [INFO] 
12:28:43 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:43 [INFO] The project's OSGi version is 2.0.0.202404241627
12:28:43 [INFO] 
12:28:43 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:43 [INFO] 
12:28:43 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:43 [INFO] 
12:28:43 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:43 [INFO] 
12:28:43 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:43 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.clipboard.tests
12:28:46 [INFO] 
12:28:46 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:46 [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
12:28:46 [INFO] 
12:28:46 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:46 [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
12:28:46 [INFO] 
12:28:46 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:47 [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
12:28:49 [INFO] 
12:28:49 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:49 [INFO] 
12:28:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:49 [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
12:28:49 [INFO] 
12:28:49 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:49 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:28:49 [INFO] 
12:28:49 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:49 [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
12:28:49 [INFO] 
12:28:49 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:50 [INFO] 
12:28:50 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:50 [INFO] Skipping tests
12:28:50 [INFO] 
12:28:50 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
12:28:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:50 [INFO] 
12:28:50 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.main.test >--
12:28:50 [INFO] Building org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT [6/175]
12:28:50 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/pom.xml
12:28:50 [INFO] --------------------------------[ pom ]---------------------------------
12:28:50 [INFO] 
12:28:50 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.main.test ---
12:28:50 [INFO] 
12:28:50 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.main.test ---
12:28:50 [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
12:28:50 [INFO] 
12:28:50 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.main.test ---
12:28:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:50 [INFO] 
12:28:50 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests >--
12:28:50 [INFO] Building org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT [7/175]
12:28:50 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml
12:28:50 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:28:50 [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
12:28:50 [INFO] 
12:28:50 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:50 [INFO] 
12:28:50 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:50 [INFO] The project's OSGi version is 2.0.0.202404241627
12:28:50 [INFO] 
12:28:50 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:50 [INFO] 
12:28:50 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:50 [INFO] 
12:28:50 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:50 [INFO] 
12:28:50 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:50 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.tests
12:28:52 [INFO] 
12:28:52 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:52 [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
12:28:52 [INFO] 
12:28:52 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:52 [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
12:28:52 [INFO] 
12:28:52 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:52 [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
12:28:53 [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] 
12:28:53 	assertThat(fixture.getText(table), is("classes"));
12:28:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:28:53 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:28:53 [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] 
12:28:53 	assertThat(fixture.getText(table), is("(Test Table of <Package> foo)"));
12:28:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:28:53 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:28:53 [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] 
12:28:53 	assertThat(fixture.getText(table), is("(Test Table of <Package> bar)"));
12:28:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:28:53 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:28:53 [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] 
12:28:53 	assertThat("Label provider did not notify", gotEvent[0], is(true));
12:28:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:28:53 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:28:53 [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] 
12:28:53 	assertThat("Label provider did not notify", gotEvent[0], is(true));
12:28:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:28:53 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:28:53 [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] 
12:28:53 	assertThat(fixture.getText(selection), is("classes, classes"));
12:28:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:28:53 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:28:53 6 problems (6 warnings)
12:28:53 [INFO] 
12:28:53 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:53 [INFO] 
12:28:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:53 [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
12:28:53 [INFO] 
12:28:53 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:53 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:28:53 [INFO] 
12:28:53 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:53 [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
12:28:54 [INFO] 
12:28:54 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:54 [INFO] 
12:28:54 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:54 [INFO] Skipping tests
12:28:54 [INFO] 
12:28:54 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.tests ---
12:28:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:54 [INFO] 
12:28:54 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.tests.releng >--
12:28:54 [INFO] Building org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT  [8/175]
12:28:54 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/pom.xml
12:28:54 [INFO] --------------------------------[ pom ]---------------------------------
12:28:54 [INFO] 
12:28:54 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.tests.releng ---
12:28:54 [INFO] 
12:28:54 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.tests.releng ---
12:28:54 [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
12:28:54 [INFO] 
12:28:54 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editor.tests.releng ---
12:28:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:28:54 [INFO] 
12:28:54 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests >--
12:28:54 [INFO] Building org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT [9/175]
12:28:54 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
12:28:54 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:28:54 [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
12:28:58 [INFO] 
12:28:58 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.integration.tests ---
12:28:58 [INFO] 
12:28:58 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editor.integration.tests ---
12:28:58 [INFO] The project's OSGi version is 2.1.0.202404241627
12:28:58 [INFO] 
12:28:58 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editor.integration.tests ---
12:28:58 [INFO] 
12:28:58 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editor.integration.tests ---
12:28:58 [INFO] 
12:28:58 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editor.integration.tests ---
12:28:58 [INFO] 
12:28:58 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editor.integration.tests ---
12:28:58 [INFO] Resolving class path of org.eclipse.papyrus.editor.integration.tests
12:29:00 [INFO] 
12:29:00 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:00 [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
12:29:00 [INFO] 
12:29:00 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:00 [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
12:29:00 [INFO] 
12:29:00 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:00 [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
12:29:01 [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] 
12:29:01 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
12:29:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 The type AdapterUtils is deprecated
12:29:01 [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] 
12:29:01 	return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null);
12:29:01 	       ^^^^^^^^^^^^
12:29:01 The type AdapterUtils is deprecated
12:29:01 [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] 
12:29:01 	return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null);
12:29:01 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 The method adapt(Object, Class<DiagramEditor>, DiagramEditor) from the type AdapterUtils is deprecated
12:29:01 [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] 
12:29:01 	return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null);
12:29:01 	       ^^^^^^^^^^^^
12:29:01 The type AdapterUtils is deprecated
12:29:01 [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] 
12:29:01 	return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null);
12:29:01 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 The method adapt(Object, Class<DiagramEditPart>, DiagramEditPart) from the type AdapterUtils is deprecated
12:29:01 [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] 
12:29:01 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
12:29:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 The type DiResourceSet is deprecated
12:29:01 [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] 
12:29:01 	final ModelSet modelSet = new DiResourceSet();
12:29:01 	                              ^^^^^^^^^^^^^
12:29:01 The type DiResourceSet is deprecated
12:29:01 [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] 
12:29:01 	final ModelSet modelSet = new DiResourceSet();
12:29:01 	                              ^^^^^^^^^^^^^^^
12:29:01 The constructor DiResourceSet() is deprecated
12:29:01 [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] 
12:29:01 	modelSet.createsModels(emptyModelDi);
12:29:01 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 The method createsModels(IFile) from the type ModelSet is deprecated
12:29:01 [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] 
12:29:01 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
12:29:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 The type DiResourceSet is deprecated
12:29:01 [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] 
12:29:01 	import org.eclipse.papyrus.uml.diagram.timing.custom.UmlTimingDiagramForMultiEditor;
12:29:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:29:01 [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] 
12:29:01 	final ModelSet modelSet = new DiResourceSet();
12:29:01 	                              ^^^^^^^^^^^^^
12:29:01 The type DiResourceSet is deprecated
12:29:01 [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] 
12:29:01 	final ModelSet modelSet = new DiResourceSet();
12:29:01 	                              ^^^^^^^^^^^^^^^
12:29:01 The constructor DiResourceSet() is deprecated
12:29:01 [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] 
12:29:01 	modelSet.createsModels(emptyModelDi);
12:29:01 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 The method createsModels(IFile) from the type ModelSet is deprecated
12:29:01 [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] 
12:29:01 	final ModelSet modelSet = new DiResourceSet();
12:29:01 	                              ^^^^^^^^^^^^^
12:29:01 The type DiResourceSet is deprecated
12:29:01 [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] 
12:29:01 	final ModelSet modelSet = new DiResourceSet();
12:29:01 	                              ^^^^^^^^^^^^^^^
12:29:01 The constructor DiResourceSet() is deprecated
12:29:01 [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] 
12:29:01 	modelSet.createsModels(emptyModelDi);
12:29:01 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 The method createsModels(IFile) from the type ModelSet is deprecated
12:29:01 [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] 
12:29:01 	Assert.assertTrue(editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor);
12:29:01 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:29:01 [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] 
12:29:01 	IPage selectedPage = container.getActiveSashWindowsPage();
12:29:01 	      ^^^^^^^^^^^^
12:29:01 The value of the local variable selectedPage is not used
12:29:01 [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] 
12:29:01 	Assert.assertTrue("Couldn't change the page selection", editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor);
12:29:01 	                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:01 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:29:01 [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] 
12:29:01 	TransactionalEditingDomain editingDomain = modelSet.getTransactionalEditingDomain();
12:29:01 	                           ^^^^^^^^^^^^^
12:29:01 The value of the local variable editingDomain is not used
12:29:01 [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] 
12:29:01 	final EObject tableContext = UmlUtils.getUmlModel(modelSet).getResource().getContents().get(0);
12:29:01 	              ^^^^^^^^^^^^
12:29:01 The value of the local variable tableContext is not used
12:29:01 22 problems (22 warnings)
12:29:01 [INFO] 
12:29:01 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:01 [INFO] 
12:29:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:01 [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
12:29:01 [INFO] 
12:29:01 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:01 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 344 were skipped
12:29:01 [INFO] 
12:29:01 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:02 [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
12:29:02 [INFO] 
12:29:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:02 [INFO] 
12:29:02 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:02 [INFO] Skipping tests
12:29:02 [INFO] 
12:29:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editor.integration.tests ---
12:29:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:02 [INFO] 
12:29:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests >--
12:29:02 [INFO] Building org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT [10/175]
12:29:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml
12:29:02 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:02 [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
12:29:03 [INFO] 
12:29:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:03 [INFO] 
12:29:03 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:03 [INFO] The project's OSGi version is 2.0.100.202404241627
12:29:03 [INFO] 
12:29:03 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:03 [INFO] 
12:29:03 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:03 [INFO] 
12:29:03 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:03 [INFO] 
12:29:03 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:03 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.views.tests
12:29:05 [INFO] 
12:29:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:05 [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
12:29:05 [INFO] 
12:29:05 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:05 [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
12:29:05 [INFO] 
12:29:05 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:05 [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
12:29:06 [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] 
12:29:06 	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
12:29:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:06 The type PageList is deprecated
12:29:06 [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] 
12:29:06 	PageList pageList = getPageList(rootModel);
12:29:06 	^^^^^^^^
12:29:06 The type PageList is deprecated
12:29:06 [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] 
12:29:06 	for (final PageRef pageRef : pageList.getAvailablePage()) {
12:29:06 	                                      ^^^^^^^^^^^^^^^^^^
12:29:06 The method getAvailablePage() from the type PageList is deprecated
12:29:06 [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] 
12:29:06 	private static final PageList getPageList(final EObject object) {
12:29:06 	                     ^^^^^^^^
12:29:06 The type PageList is deprecated
12:29:06 [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] 
12:29:06 	final PageList pageList = windowMngr.getPageList();
12:29:06 	      ^^^^^^^^
12:29:06 The type PageList is deprecated
12:29:06 [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] 
12:29:06 	final PageList pageList = windowMngr.getPageList();
12:29:06 	                                     ^^^^^^^^^^^^^
12:29:06 The method getPageList() from the type SashWindowsMngr is deprecated
12:29:06 [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] 
12:29:06 	final List rowSelectedPositionsAsList = Arrays.asList(rowSelectedPositions[0], rowSelectedPositions[1]);
12:29:06 	      ^^^^
12:29:06 List is a raw type. References to generic type List<E> should be parameterized
12:29:06 [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] 
12:29:06 	final List columnSelectedPositionsAsList = Arrays.asList(columnSelectedPositions[0], columnSelectedPositions[1]);
12:29:06 	      ^^^^
12:29:06 List is a raw type. References to generic type List<E> should be parameterized
12:29:06 8 problems (8 warnings)
12:29:06 [INFO] 
12:29:06 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:06 [INFO] 
12:29:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:06 [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
12:29:06 [INFO] 
12:29:06 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:06 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 344 were skipped
12:29:06 [INFO] 
12:29:06 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:06 [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
12:29:06 [INFO] 
12:29:06 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:06 [INFO] 
12:29:06 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:06 [INFO] Skipping tests
12:29:06 [INFO] 
12:29:06 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.views.tests ---
12:29:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:06 [INFO] 
12:29:06 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests >--
12:29:06 [INFO] Building org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT [11/175]
12:29:06 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml
12:29:06 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:06 [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
12:29:07 [INFO] 
12:29:07 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:07 [INFO] 
12:29:07 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:07 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:07 [INFO] 
12:29:07 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:07 [INFO] 
12:29:07 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:07 [INFO] 
12:29:07 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:07 [INFO] 
12:29:07 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:07 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.common.tests
12:29:08 [INFO] 
12:29:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:08 [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
12:29:08 [INFO] 
12:29:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:08 [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
12:29:08 [INFO] 
12:29:08 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:08 [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
12:29:09 [INFO] 
12:29:09 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:09 [INFO] 
12:29:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:09 [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
12:29:09 [INFO] 
12:29:09 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:09 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:29:09 [INFO] 
12:29:09 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:09 [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
12:29:09 [INFO] 
12:29:09 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:09 [INFO] 
12:29:09 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:09 [INFO] Skipping tests
12:29:09 [INFO] 
12:29:09 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.common.tests ---
12:29:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:09 [INFO] 
12:29:09 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature >--
12:29:09 [INFO] Building org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT [12/175]
12:29:09 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml
12:29:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:29:09 [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
12:29:10 [INFO] 
12:29:10 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [INFO] 
12:29:10 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [INFO] The project's OSGi version is 1.4.0.202404241627
12:29:10 [INFO] 
12:29:10 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [INFO] 
12:29:10 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [INFO] 
12:29:10 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [INFO] 
12:29:10 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [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
12:29:10 [INFO] 
12:29:10 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [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
12:29:10 [INFO] 
12:29:10 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 342 were skipped
12:29:10 [INFO] 
12:29:10 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [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
12:29:10 [INFO] 
12:29:10 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [INFO] 
12:29:10 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [INFO] 
12:29:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
12:29:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:10 [INFO] 
12:29:10 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tests.releng >---
12:29:10 [INFO] Building org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT    [13/175]
12:29:10 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/pom.xml
12:29:10 [INFO] --------------------------------[ pom ]---------------------------------
12:29:10 [INFO] 
12:29:10 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tests.releng ---
12:29:10 [INFO] 
12:29:10 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tests.releng ---
12:29:10 [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
12:29:10 [INFO] 
12:29:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tests.releng ---
12:29:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:10 [INFO] 
12:29:10 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests.releng >--
12:29:10 [INFO] Building org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT [14/175]
12:29:10 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/pom.xml
12:29:10 [INFO] --------------------------------[ pom ]---------------------------------
12:29:10 [INFO] 
12:29:10 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
12:29:10 [INFO] 
12:29:10 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
12:29:10 [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
12:29:10 [INFO] 
12:29:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
12:29:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:10 [INFO] 
12:29:10 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests >---
12:29:10 [INFO] Building org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT   [15/175]
12:29:10 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml
12:29:10 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:10 [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
12:29:12 [INFO] 
12:29:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:12 [INFO] 
12:29:12 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:12 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:12 [INFO] 
12:29:12 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:12 [INFO] 
12:29:12 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:12 [INFO] 
12:29:12 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:12 [INFO] 
12:29:12 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:12 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.tests
12:29:15 [INFO] 
12:29:15 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:15 [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
12:29:15 [INFO] 
12:29:15 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:15 [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
12:29:15 [INFO] 
12:29:15 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:15 [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
12:29:16 [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] 
12:29:16 	Iterator<EObject> roots = NavigatorUtils.getNotationRoots(rootSemanticModel);
12:29:16 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The method getNotationRoots(EObject) from the type NavigatorUtils is deprecated
12:29:16 [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] 
12:29:16 	import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx;
12:29:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 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')
12:29:16 [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] 
12:29:16 	Assert.assertEquals("the editor of this editpart must be multiline editor", MultiLineCellEditor.class, manager.getTextCellEditorClass(editableEditPart));
12:29:16 	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way
12:29:16 [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] 
12:29:16 	Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart));
12:29:16 	                                                                         ^^^^^^^^^^^^^^^^
12:29:16 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')
12:29:16 [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] 
12:29:16 	Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart));
12:29:16 	                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way
12:29:16 [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] 
12:29:16 	Assert.assertTrue(ddCommand != null || true == ddCommand.canExecute());
12:29:16 	                                               ^^^^^^^^^
12:29:16 Null pointer access: The variable ddCommand can only be null at this location
12:29:16 [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] 
12:29:16 	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
12:29:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The type FloatingLabelEditPart is deprecated
12:29:16 [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] 
12:29:16 	if (child instanceof FloatingLabelEditPart) {
12:29:16 	                     ^^^^^^^^^^^^^^^^^^^^^
12:29:16 The type FloatingLabelEditPart is deprecated
12:29:16 [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] 
12:29:16 	Assert.assertTrue("FloatingLabelEditPart must use specific locator RoundedRectangleLabelPositionLocator", ((FloatingLabelEditPart) child).getBorderItemLocator() instanceof RoundedRectangleLabelPositionLocator);
12:29:16 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^
12:29:16 The type FloatingLabelEditPart is deprecated
12:29:16 [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] 
12:29:16 	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
12:29:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The type ServiceUtilsForActionHandlers is deprecated
12:29:16 [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] 
12:29:16 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:16 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The type ServiceUtilsForActionHandlers is deprecated
12:29:16 [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] 
12:29:16 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:16 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The type ServiceUtilsForActionHandlers is deprecated
12:29:16 [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] 
12:29:16 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:16 	                                                                           ^^^^^^^^^^^^^
12:29:16 The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
12:29:16 [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] 
12:29:16 	editingDomain = serviceUtils.getTransactionalEditingDomain();
12:29:16 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
12:29:16 [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] 
12:29:16 	for (Iterator iteratorChildren = linkEditPart.getChildren().iterator(); iteratorChildren.hasNext();) {
12:29:16 	     ^^^^^^^^
12:29:16 Iterator is a raw type. References to generic type Iterator<E> should be parameterized
12:29:16 [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] 
12:29:16 	import org.eclipse.papyrus.uml.service.types.internal.ui.advice.InstanceSpecificationLinkEditHelperAdvice;
12:29:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 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.202404240259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404240259.jar')
12:29:16 [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] 
12:29:16 	Set<Association> associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement());
12:29:16 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 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.202404240259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404240259.jar')
12:29:16 [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] 
12:29:16 	Set<Association> associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement());
12:29:16 	                                                                          ^^^^^^^^^^^^^^^^^^^^
12:29:16 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.202404240259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404240259.jar')
12:29:16 [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] 
12:29:16 	InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association);
12:29:16 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 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.202404240259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404240259.jar')
12:29:16 [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] 
12:29:16 	InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association);
12:29:16 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 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.202404240259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202404240259.jar')
12:29:16 [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] 
12:29:16 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
12:29:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The type DiResourceSet is deprecated
12:29:16 [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] 
12:29:16 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
12:29:16 	                                                  ^^^^^^^^^^^^^
12:29:16 The type DiResourceSet is deprecated
12:29:16 [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] 
12:29:16 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
12:29:16 	                                                  ^^^^^^^^^^^^^^^
12:29:16 The constructor DiResourceSet() is deprecated
12:29:16 [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] 
12:29:16 	diResourceSet.createsModels(file);
12:29:16 	              ^^^^^^^^^^^^^^^^^^^
12:29:16 The method createsModels(IFile) from the type ModelSet is deprecated
12:29:16 [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] 
12:29:16 	houseKeeper.setField("project", houseKeeper.createProject(testCase.getProjectName())); //$NON-NLS-1$
12:29:16 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The method setField(String, IProject) from the type AbstractHouseKeeperRule is deprecated
12:29:16 [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] 
12:29:16 	houseKeeper.setField("file", project.getFile(testCase.getFileName())); //$NON-NLS-1$
12:29:16 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The method setField(String, IFile) from the type AbstractHouseKeeperRule is deprecated
12:29:16 [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] 
12:29:16 	houseKeeper.setField("preserve", preserve.build());
12:29:16 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The method setField(String, ImmutableList<EObject>) from the type AbstractHouseKeeperRule is deprecated
12:29:16 [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] 
12:29:16 	houseKeeper.setField("adapterFactory", new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE));
12:29:16 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 The method setField(String, ComposedAdapterFactory) from the type AbstractHouseKeeperRule is deprecated
12:29:16 [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] 
12:29:16 	boolean foundCompartment = false;
12:29:16 	        ^^^^^^^^^^^^^^^^
12:29:16 The value of the local variable foundCompartment is not used
12:29:16 [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] 
12:29:16 	Element root = (Element) getContainerEditPart().resolveSemanticElement();
12:29:16 	        ^^^^
12:29:16 The value of the local variable root is not used
12:29:16 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)
12:29:16 	assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, command.equals(UnexecutableCommand.INSTANCE));
12:29:16 	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command
12:29:16 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)
12:29:16 	assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, (!command.equals(UnexecutableCommand.INSTANCE)));
12:29:16 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:16 Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command
12:29:16 32 problems (0 errors, 30 warnings, 2 infos)
12:29:16 [INFO] 
12:29:16 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:16 [INFO] 
12:29:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:16 [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
12:29:16 [INFO] 
12:29:16 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:16 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:29:16 [INFO] 
12:29:16 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:17 [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
12:29:17 [INFO] 
12:29:17 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:17 [INFO] 
12:29:17 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:17 [INFO] Skipping tests
12:29:17 [INFO] 
12:29:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests ---
12:29:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:17 [INFO] 
12:29:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests >--
12:29:17 [INFO] Building org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT [16/175]
12:29:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml
12:29:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:17 [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
12:29:17 [INFO] 
12:29:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:17 [INFO] 
12:29:17 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:17 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:17 [INFO] 
12:29:17 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:17 [INFO] 
12:29:17 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:17 [INFO] 
12:29:17 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:17 [INFO] 
12:29:17 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:17 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.component.tests
12:29:20 [INFO] 
12:29:20 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:20 [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
12:29:20 [INFO] 
12:29:20 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:20 [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
12:29:20 [INFO] 
12:29:20 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:20 [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
12:29:20 [INFO] 
12:29:20 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:20 [INFO] 
12:29:20 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:20 [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
12:29:20 [INFO] 
12:29:20 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:20 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:29:20 [INFO] 
12:29:20 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:21 [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
12:29:21 [INFO] 
12:29:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:21 [INFO] 
12:29:21 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:21 [INFO] Skipping tests
12:29:21 [INFO] 
12:29:21 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.component.tests ---
12:29:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:21 [INFO] 
12:29:21 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.tests.releng >--
12:29:21 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT [17/175]
12:29:21 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/pom.xml
12:29:21 [INFO] --------------------------------[ pom ]---------------------------------
12:29:21 [INFO] 
12:29:21 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
12:29:21 [INFO] 
12:29:21 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
12:29:21 [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
12:29:21 [INFO] 
12:29:21 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
12:29:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:21 [INFO] 
12:29:21 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests >--
12:29:21 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT [18/175]
12:29:21 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml
12:29:21 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:21 [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
12:29:22 [INFO] 
12:29:22 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:22 [INFO] 
12:29:22 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:22 [INFO] The project's OSGi version is 2.1.100.202404241627
12:29:22 [INFO] 
12:29:22 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:22 [INFO] 
12:29:22 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:22 [INFO] 
12:29:22 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:22 [INFO] 
12:29:22 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:22 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.canonical.tests
12:29:24 [INFO] 
12:29:24 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:24 [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
12:29:24 [INFO] 
12:29:24 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:24 [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
12:29:24 [INFO] 
12:29:24 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:25 [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
12:29:26 [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] 
12:29:26 	@SuppressWarnings("unchecked")
12:29:26 	                  ^^^^^^^^^^^
12:29:26 Unnecessary @SuppressWarnings("unchecked")
12:29:26 1 problem (1 warning)
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:26 [INFO] 
12:29:26 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:26 [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
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:26 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 340 were skipped
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:26 [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
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:26 [INFO] Skipping tests
12:29:26 [INFO] 
12:29:26 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
12:29:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:26 [INFO] 
12:29:26 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests >--
12:29:26 [INFO] Building org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT [19/175]
12:29:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml
12:29:26 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:26 [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
12:29:26 [INFO] 
12:29:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [INFO] 
12:29:26 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [INFO] Resolving class path of org.eclipse.papyrus.uml.dynamic.profile.tests
12:29:26 [INFO] 
12:29:26 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [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
12:29:26 [INFO] 
12:29:26 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [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
12:29:26 [INFO] 
12:29:26 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:26 [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
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:27 [INFO] 
12:29:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:27 [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
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:27 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 95 were skipped
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:27 [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
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:27 [INFO] Skipping tests
12:29:27 [INFO] 
12:29:27 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
12:29:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:27 [INFO] 
12:29:27 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests >--
12:29:27 [INFO] Building org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT [20/175]
12:29:27 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml
12:29:27 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:27 [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
12:29:27 [INFO] 
12:29:27 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:27 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:27 [INFO] 
12:29:27 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:27 [INFO] 
12:29:27 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:27 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.common.tests
12:29:29 [INFO] 
12:29:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:29 [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
12:29:29 [INFO] 
12:29:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:29 [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
12:29:29 [INFO] 
12:29:29 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:30 [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
12:29:31 [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] 
12:29:31 	assertThat(modelTarget, instanceOf(NodeImpl.class));
12:29:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:29:31 [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] 
12:29:31 	return MultiplicityElementUtil.getMultiplicityAsString(element);
12:29:31 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:31 The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
12:29:31 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)
12:29:31 	@SuppressWarnings("nls")
12:29:31 	                  ^^^^^
12:29:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:29:31 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)
12:29:31 	@SuppressWarnings("nls")
12:29:31 	                  ^^^^^
12:29:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:29:31 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)
12:29:31 	@SuppressWarnings("nls")
12:29:31 	                  ^^^^^
12:29:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:29:31 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)
12:29:31 	@SuppressWarnings("nls")
12:29:31 	                  ^^^^^
12:29:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:29:31 7 problems (0 errors, 2 warnings, 5 infos)
12:29:31 [INFO] 
12:29:31 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:31 [INFO] 
12:29:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:31 [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
12:29:31 [INFO] 
12:29:31 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:31 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 378 were skipped
12:29:31 [INFO] 
12:29:31 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:31 [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
12:29:31 [INFO] 
12:29:31 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:31 [INFO] 
12:29:31 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:31 [INFO] Skipping tests
12:29:31 [INFO] 
12:29:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.common.tests ---
12:29:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:31 [INFO] 
12:29:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests >--
12:29:31 [INFO] Building org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT [21/175]
12:29:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml
12:29:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:31 [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
12:29:32 [INFO] 
12:29:32 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:32 [INFO] 
12:29:32 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:32 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:32 [INFO] 
12:29:32 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:32 [INFO] 
12:29:32 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:32 [INFO] 
12:29:32 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:32 [INFO] 
12:29:32 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:32 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.composite.tests
12:29:34 [INFO] 
12:29:34 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:34 [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
12:29:34 [INFO] 
12:29:34 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:34 [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
12:29:34 [INFO] 
12:29:34 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:34 [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
12:29:35 [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] 
12:29:35 	List arrayList = (List) defaultVariable;
12:29:35 	^^^^
12:29:35 List is a raw type. References to generic type List<E> should be parameterized
12:29:35 [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] 
12:29:35 	List arrayList = (List) defaultVariable;
12:29:35 	                  ^^^^
12:29:35 List is a raw type. References to generic type List<E> should be parameterized
12:29:35 3 problems (0 errors, 2 warnings, 1 info)
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:35 [INFO] 
12:29:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:35 [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
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:35 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:35 [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
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:35 [INFO] Skipping tests
12:29:35 [INFO] 
12:29:35 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
12:29:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:35 [INFO] 
12:29:35 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests >--
12:29:35 [INFO] Building org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT [22/175]
12:29:35 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml
12:29:35 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:35 [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
12:29:35 [INFO] 
12:29:35 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:35 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:35 [INFO] 
12:29:35 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:35 [INFO] 
12:29:35 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:35 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.sequence.tests
12:29:37 [INFO] 
12:29:37 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:37 [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
12:29:37 [INFO] 
12:29:37 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:37 [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
12:29:37 [INFO] 
12:29:37 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:38 [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
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type DiResourceSet is deprecated
12:29:39 [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] 
12:29:39 	RectangleFigure fig = lifeline1.getPrimaryShape().getFigureLifelineNameContainerFigure();
12:29:39 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
12:29:39 [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] 
12:29:39 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
12:29:39 	                                                  ^^^^^^^^^^^^^
12:29:39 The type DiResourceSet is deprecated
12:29:39 [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] 
12:29:39 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
12:29:39 	                                                  ^^^^^^^^^^^^^^^
12:29:39 The constructor DiResourceSet() is deprecated
12:29:39 [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] 
12:29:39 	diResourceSet.createsModels(file);
12:29:39 	              ^^^^^^^^^^^^^^^^^^^
12:29:39 The method createsModels(IFile) from the type ModelSet is deprecated
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type DiResourceSet is deprecated
12:29:39 [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] 
12:29:39 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
12:29:39 	                                                  ^^^^^^^^^^^^^
12:29:39 The type DiResourceSet is deprecated
12:29:39 [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] 
12:29:39 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
12:29:39 	                                                  ^^^^^^^^^^^^^^^
12:29:39 The constructor DiResourceSet() is deprecated
12:29:39 [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] 
12:29:39 	diResourceSet.createsModels(file);
12:29:39 	              ^^^^^^^^^^^^^^^^^^^
12:29:39 The method createsModels(IFile) from the type ModelSet is deprecated
12:29:39 [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] 
12:29:39 	ArrayList list = new ArrayList();
12:29:39 	^^^^^^^^^
12:29:39 ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
12:29:39 [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] 
12:29:39 	ArrayList list = new ArrayList();
12:29:39 	                     ^^^^^^^^^
12:29:39 ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
12:29:39 [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] 
12:29:39 	list.add(obj);
12:29:39 	^^^^^^^^^^^^^
12:29:39 Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
12:29:39 	                              ^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
12:29:39 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
12:29:39 	                              ^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
12:29:39 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(link.getFigure(), IsInstanceOf.instanceOf(connectionFigure));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(IFigure, Matcher<? super IFigure>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(actual, IsEqual.equalTo(expected));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(int[], Matcher<? super int[]>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat("Invalid source anchor for " + connectionName, connection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(sourceAnchor));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(String, ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat("Invalid target anchor for " + connectionName, connection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(targetAnchor));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(String, ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	List children = getParentEditPart().getChildren();
12:29:39 	^^^^
12:29:39 List is a raw type. References to generic type List<E> should be parameterized
12:29:39 [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] 
12:29:39 	List children = getParentEditPart().getChildren();
12:29:39 	^^^^
12:29:39 List is a raw type. References to generic type List<E> should be parameterized
12:29:39 [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] 
12:29:39 	Command cmd = source.getCommand(connectionRequest);
12:29:39 	        ^^^
12:29:39 The value of the local variable cmd is not used
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
12:29:39 	                              ^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
12:29:39 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
12:29:39 [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] 
12:29:39 	List<OccurrenceSpecification> events = Collections.emptyList();
12:29:39 	                              ^^^^^^
12:29:39 The value of the local variable events is not used
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
12:29:39 	                              ^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
12:29:39 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
12:29:39 	                              ^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
12:29:39 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
12:29:39 	                              ^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
12:29:39 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The field SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2 is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
12:29:39 	                              ^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
12:29:39 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2 is deprecated
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	@SuppressWarnings({ "unchecked", "rawtypes" })
12:29:39 	                                 ^^^^^^^^^^
12:29:39 Unnecessary @SuppressWarnings("rawtypes")
12:29:39 [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] 
12:29:39 	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
12:29:39 	                                ^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type SequenceRequestConstant is deprecated
12:29:39 [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] 
12:29:39 	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
12:29:39 	                                                        ^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:39 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:39 	                                                                           ^^^^^^^^^^^^^
12:29:39 The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	editingDomain = serviceUtils.getTransactionalEditingDomain();
12:29:39 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	List list = parent.getChildren();
12:29:39 	^^^^
12:29:39 List is a raw type. References to generic type List<E> should be parameterized
12:29:39 [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] 
12:29:39 	Command cmd = source.getCommand(connectionRequest);
12:29:39 	        ^^^
12:29:39 The value of the local variable cmd is not used
12:29:39 [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] 
12:29:39 	Command cmd = targetPlayer.getCommand(reconnectRequest);
12:29:39 	        ^^^
12:29:39 The value of the local variable cmd is not used
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type DiResourceSet is deprecated
12:29:39 [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] 
12:29:39 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
12:29:39 	                                                  ^^^^^^^^^^^^^
12:29:39 The type DiResourceSet is deprecated
12:29:39 [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] 
12:29:39 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
12:29:39 	                                                  ^^^^^^^^^^^^^^^
12:29:39 The constructor DiResourceSet() is deprecated
12:29:39 [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] 
12:29:39 	diResourceSet.createsModels(file);
12:29:39 	              ^^^^^^^^^^^^^^^^^^^
12:29:39 The method createsModels(IFile) from the type ModelSet is deprecated
12:29:39 [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] 
12:29:39 	Command cmd = source.getCommand(connectionRequest);
12:29:39 	        ^^^
12:29:39 The value of the local variable cmd is not used
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	request.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.uml.diagram.sequence.edit.policies.OLDLifelineXYLayoutEditPolicy;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
12:29:39 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
12:29:39 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
12:29:39 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
12:29:39 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
12:29:39 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
12:29:39 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure));
12:29:39 	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure));
12:29:39 	                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure));
12:29:39 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure));
12:29:39 	                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds);
12:29:39 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds);
12:29:39 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method getRealMoveDelta(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure);
12:29:39 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure);
12:29:39 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method getRelativeBounds(IFigure) from the type OLDLifelineXYLayoutEditPolicy is deprecated
12:29:39 [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] 
12:29:39 	Command cmd = source.getCommand(connectionRequest);
12:29:39 	        ^^^
12:29:39 The value of the local variable cmd is not used
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	Assert.assertThat(messageEnd, IsInstanceOf.instanceOf(MessageOccurrenceSpecification.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(MessageEnd, Matcher<? super MessageEnd>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	Assert.assertThat(result, instanceOf(Collection.class));
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:29:39 [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] 
12:29:39 	EList children = getParentEditPart().getNotationView().getChildren();
12:29:39 	^^^^^
12:29:39 EList is a raw type. References to generic type EList<E> should be parameterized
12:29:39 [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] 
12:29:39 	private static final String COMBINED_FRAGMENT_KEY = "ELEMENT_PapyrusUMLSequenceDiagram_CombinedFragment_CombinedFragmentCompartment.compartment_name.visibility";
12:29:39 	                            ^^^^^^^^^^^^^^^^^^^^^
12:29:39 The value of the field TestCombinedFragmentName_382951.COMBINED_FRAGMENT_KEY is not used
12:29:39 [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] 
12:29:39 	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
12:29:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:39 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:29:39 	                                                                           ^^^^^^^^^^^^^
12:29:39 The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	editingDomain = serviceUtils.getTransactionalEditingDomain();
12:29:39 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
12:29:39 [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] 
12:29:39 	Command cmd = source.getCommand(connectionRequest);
12:29:39 	        ^^^
12:29:39 The value of the local variable cmd is not used
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	Command cmd = source.getCommand(connectionRequest);
12:29:39 	        ^^^
12:29:39 The value of the local variable cmd is not used
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	int xPos = linkedPartBounds.x + delta.width + (int) Math.round(anchorOwningFigure.getBounds().width * pp.preciseX);
12:29:39 	                                                                                                         ^^^^^^^^
12:29:39 The field PrecisionPoint.preciseX is deprecated
12:29:39 [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] 
12:29:39 	int yPos = linkedPartBounds.y + delta.height + (int) Math.round(anchorOwningFigure.getBounds().height * pp.preciseY);
12:29:39 	                                                                                                           ^^^^^^^^
12:29:39 The field PrecisionPoint.preciseY is deprecated
12:29:39 [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] 
12:29:39 	Command cmd = source.getCommand(connectionRequest);
12:29:39 	        ^^^
12:29:39 The value of the local variable cmd is not used
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
12:29:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12:29:39 [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] 
12:29:39 	@SuppressWarnings({ "unchecked", "rawtypes" })
12:29:39 	                                 ^^^^^^^^^^
12:29:39 Unnecessary @SuppressWarnings("rawtypes")
12:29:39 [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] 
12:29:39 	private void resizeSouth(IGraphicalEditPart op, Dimension deltaSize) {
12:29:39 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method resizeSouth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally
12:29:39 [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] 
12:29:39 	private void resizeNorth(IGraphicalEditPart op, Dimension deltaSize) {
12:29:39 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:39 The method resizeNorth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally
12:29:39 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)
12:29:39 	@SuppressWarnings("nls")
12:29:39 	                  ^^^^^
12:29:39 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:29:39 126 problems (0 errors, 125 warnings, 1 info)
12:29:39 [INFO] 
12:29:39 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:39 [INFO] 
12:29:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:39 [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
12:29:39 [INFO] 
12:29:39 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:39 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:29:39 [INFO] 
12:29:39 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:40 [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
12:29:40 [INFO] 
12:29:40 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:40 [INFO] 
12:29:40 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:40 [INFO] Skipping tests
12:29:40 [INFO] 
12:29:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
12:29:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:40 [INFO] 
12:29:40 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests >--
12:29:40 [INFO] Building org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT [23/175]
12:29:40 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml
12:29:40 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:40 [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
12:29:40 [INFO] 
12:29:40 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:40 [INFO] 
12:29:40 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:40 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:40 [INFO] 
12:29:40 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:40 [INFO] 
12:29:40 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:40 [INFO] 
12:29:40 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:40 [INFO] 
12:29:40 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:40 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.deployment.tests
12:29:42 [INFO] 
12:29:42 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:42 [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
12:29:42 [INFO] 
12:29:42 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:42 [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
12:29:42 [INFO] 
12:29:42 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:42 [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
12:29:43 [INFO] 
12:29:43 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:43 [INFO] 
12:29:43 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:43 [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
12:29:43 [INFO] 
12:29:43 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:43 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:29:43 [INFO] 
12:29:43 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:43 [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
12:29:43 [INFO] 
12:29:43 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:43 [INFO] 
12:29:43 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:43 [INFO] Skipping tests
12:29:43 [INFO] 
12:29:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
12:29:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:43 [INFO] 
12:29:43 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests >--
12:29:43 [INFO] Building org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT [24/175]
12:29:43 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml
12:29:43 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:43 [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
12:29:44 [INFO] 
12:29:44 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:44 [INFO] 
12:29:44 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:44 [INFO] The project's OSGi version is 2.1.0.202404241627
12:29:44 [INFO] 
12:29:44 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:44 [INFO] 
12:29:44 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:44 [INFO] 
12:29:44 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:44 [INFO] 
12:29:44 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:44 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.wizards.tests
12:29:46 [INFO] 
12:29:46 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:46 [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
12:29:46 [INFO] 
12:29:46 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:46 [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
12:29:46 [INFO] 
12:29:46 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:46 [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
12:29:47 [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] 
12:29:47 	return Activator.getDefault().getWorkbench();
12:29:47 	                              ^^^^^^^^^^^^^^
12:29:47 The method getWorkbench() from the type AbstractUIPlugin is deprecated
12:29:47 [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] 
12:29:47 	private boolean isInitFromExistingDomainModel;
12:29:47 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:47 The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
12:29:47 [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] 
12:29:47 	private SelectRootElementPage selectRootElementPage;
12:29:47 	                              ^^^^^^^^^^^^^^^^^^^^^
12:29:47 The value of the field new InitModelWizard(){}.selectRootElementPage is not used
12:29:47 [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] 
12:29:47 	private boolean isInitFromExistingDomainModel;
12:29:47 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:47 The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
12:29:47 [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] 
12:29:47 	private boolean isInitFromExistingDomainModel;
12:29:47 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:29:47 The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
12:29:47 [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] 
12:29:47 	private SelectRootElementPage selectRootElementPage;
12:29:47 	                              ^^^^^^^^^^^^^^^^^^^^^
12:29:47 The value of the field new InitModelWizard(){}.selectRootElementPage is not used
12:29:47 6 problems (6 warnings)
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:47 [INFO] 
12:29:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:47 [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
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:47 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:47 [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
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:47 [INFO] Skipping tests
12:29:47 [INFO] 
12:29:47 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
12:29:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:47 [INFO] 
12:29:47 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests >--
12:29:47 [INFO] Building org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT [25/175]
12:29:47 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml
12:29:47 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:47 [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
12:29:47 [INFO] 
12:29:47 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:47 [INFO] The project's OSGi version is 2.0.0.202404241627
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:47 [INFO] 
12:29:47 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:47 [INFO] 
12:29:47 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:47 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.profile.tests
12:29:50 [INFO] 
12:29:50 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:50 [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
12:29:50 [INFO] 
12:29:50 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:50 [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
12:29:50 [INFO] 
12:29:50 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:50 [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
12:29:50 [INFO] 
12:29:50 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:50 [INFO] 
12:29:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:50 [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
12:29:50 [INFO] 
12:29:50 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:50 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:29:50 [INFO] 
12:29:50 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:50 [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
12:29:50 [INFO] 
12:29:50 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:51 [INFO] 
12:29:51 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:51 [INFO] Skipping tests
12:29:51 [INFO] 
12:29:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
12:29:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:51 [INFO] 
12:29:51 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests >--
12:29:51 [INFO] Building org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT [26/175]
12:29:51 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml
12:29:51 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:51 [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
12:29:51 [INFO] 
12:29:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:51 [INFO] 
12:29:51 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:51 [INFO] The project's OSGi version is 2.0.100.202404241627
12:29:51 [INFO] 
12:29:51 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:51 [INFO] 
12:29:51 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:51 [INFO] 
12:29:51 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:51 [INFO] 
12:29:51 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:51 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.activity.tests
12:29:54 [INFO] 
12:29:54 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:54 [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
12:29:54 [INFO] 
12:29:54 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:54 [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
12:29:54 [INFO] 
12:29:54 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:54 [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
12:29:55 [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] 
12:29:55 	private final static Logger log = Logger.getAnonymousLogger();
12:29:55 	                            ^^^
12:29:55 The value of the field TestActivityMargin.log is not used
12:29:55 [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] 
12:29:55 	int expectedSemanticChildren = 0;
12:29:55 	    ^^^^^^^^^^^^^^^^^^^^^^^^
12:29:55 The value of the local variable expectedSemanticChildren is not used
12:29:55 [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] 
12:29:55 	int addedSemanticChildren = 1;
12:29:55 	    ^^^^^^^^^^^^^^^^^^^^^
12:29:55 The value of the local variable addedSemanticChildren is not used
12:29:55 3 problems (3 warnings)
12:29:55 [INFO] 
12:29:55 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:55 [INFO] 
12:29:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:55 [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
12:29:55 [INFO] 
12:29:55 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:55 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:29:55 [INFO] 
12:29:55 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:55 [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
12:29:55 [INFO] 
12:29:55 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:55 [INFO] 
12:29:55 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:55 [INFO] Skipping tests
12:29:55 [INFO] 
12:29:55 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
12:29:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:55 [INFO] 
12:29:55 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests >--
12:29:55 [INFO] Building org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT [27/175]
12:29:55 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml
12:29:55 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:55 [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
12:29:56 [INFO] 
12:29:56 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:56 [INFO] 
12:29:56 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:56 [INFO] The project's OSGi version is 2.0.100.202404241627
12:29:56 [INFO] 
12:29:56 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:56 [INFO] 
12:29:56 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:56 [INFO] 
12:29:56 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:56 [INFO] 
12:29:56 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:56 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.timing.tests
12:29:58 [INFO] 
12:29:58 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [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
12:29:58 [INFO] 
12:29:58 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [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
12:29:58 [INFO] 
12:29:58 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [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
12:29:58 [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] 
12:29:58 	@SuppressWarnings("unchecked")
12:29:58 	                  ^^^^^^^^^^^
12:29:58 Unnecessary @SuppressWarnings("unchecked")
12:29:58 [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] 
12:29:58 	@SuppressWarnings("unchecked")
12:29:58 	                  ^^^^^^^^^^^
12:29:58 Unnecessary @SuppressWarnings("unchecked")
12:29:58 [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] 
12:29:58 	@SuppressWarnings("unchecked")
12:29:58 	                  ^^^^^^^^^^^
12:29:58 Unnecessary @SuppressWarnings("unchecked")
12:29:58 3 problems (3 warnings)
12:29:58 [INFO] 
12:29:58 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [INFO] 
12:29:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [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
12:29:58 [INFO] 
12:29:58 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 320 were skipped
12:29:58 [INFO] 
12:29:58 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [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
12:29:58 [INFO] 
12:29:58 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [INFO] 
12:29:58 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [INFO] Skipping tests
12:29:58 [INFO] 
12:29:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
12:29:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:29:58 [INFO] 
12:29:58 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests >--
12:29:58 [INFO] Building org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT [28/175]
12:29:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml
12:29:58 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:29:58 [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
12:29:59 [INFO] 
12:29:59 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:29:59 [INFO] 
12:29:59 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:29:59 [INFO] The project's OSGi version is 2.1.0.202404241627
12:29:59 [INFO] 
12:29:59 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:29:59 [INFO] 
12:29:59 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:29:59 [INFO] 
12:29:59 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:29:59 [INFO] 
12:29:59 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:29:59 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.clazz.tests
12:30:01 [INFO] 
12:30:01 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:01 [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
12:30:01 [INFO] 
12:30:01 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:01 [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
12:30:01 [INFO] 
12:30:01 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:01 [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
12:30:02 [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] 
12:30:02 	assertThat(modelTarget, instanceOf(NodeImpl.class));
12:30:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:02 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:30:02 [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] 
12:30:02 	List arrayList = (List) defaultVariable;
12:30:02 	^^^^
12:30:02 List is a raw type. References to generic type List<E> should be parameterized
12:30:02 [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] 
12:30:02 	List arrayList = (List) defaultVariable;
12:30:02 	                  ^^^^
12:30:02 List is a raw type. References to generic type List<E> should be parameterized
12:30:02 [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] 
12:30:02 	assertThat(modelToMove, instanceOf(NodeImpl.class));
12:30:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:02 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:30:02 [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] 
12:30:02 	assertThat(firstModelToMove, instanceOf(NodeImpl.class));
12:30:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:02 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:30:02 [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] 
12:30:02 	assertThat(secondModelToMove, instanceOf(NodeImpl.class));
12:30:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:02 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:30:02 [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] 
12:30:02 	assertThat(modelTarget, instanceOf(NodeImpl.class));
12:30:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:02 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:30:02 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)
12:30:02 	@SuppressWarnings("nls")
12:30:02 	                  ^^^^^
12:30:02 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:30:02 9 problems (0 errors, 7 warnings, 2 infos)
12:30:02 [INFO] 
12:30:02 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:02 [INFO] 
12:30:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:02 [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
12:30:02 [INFO] 
12:30:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:30:02 [INFO] 
12:30:02 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:02 [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
12:30:02 [INFO] 
12:30:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:02 [INFO] 
12:30:02 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:02 [INFO] Skipping tests
12:30:02 [INFO] 
12:30:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
12:30:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:02 [INFO] 
12:30:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests >--
12:30:02 [INFO] Building org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT [29/175]
12:30:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml
12:30:02 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:02 [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
12:30:03 [INFO] 
12:30:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:03 [INFO] 
12:30:03 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:03 [INFO] The project's OSGi version is 5.0.0.202404241627
12:30:03 [INFO] 
12:30:03 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:03 [INFO] 
12:30:03 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:03 [INFO] 
12:30:03 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:03 [INFO] 
12:30:03 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:03 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.usecase.tests
12:30:05 [INFO] 
12:30:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:05 [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
12:30:05 [INFO] 
12:30:05 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:05 [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
12:30:05 [INFO] 
12:30:05 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:05 [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
12:30:06 [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] 
12:30:06 	import org.eclipse.papyrus.uml.diagram.usecase.dnd.strategy.UsecaseToSubjectinUsecaseDiagramDropStrategy;
12:30:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:06 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.202404240259/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202404240259.jar')
12:30:06 [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] 
12:30:06 	return new UsecaseToSubjectinUsecaseDiagramDropStrategy() {
12:30:06 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:06 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.202404240259/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202404240259.jar')
12:30:06 [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] 
12:30:06 	return new UsecaseToSubjectinUsecaseDiagramDropStrategy() {
12:30:06 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:06 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.202404240259/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202404240259.jar')
12:30:06 [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] 
12:30:06 	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
12:30:06 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:06 The type ServiceUtilsForActionHandlers is deprecated
12:30:06 [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] 
12:30:06 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:30:06 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:06 The type ServiceUtilsForActionHandlers is deprecated
12:30:06 [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] 
12:30:06 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:30:06 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:06 The type ServiceUtilsForActionHandlers is deprecated
12:30:06 [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] 
12:30:06 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
12:30:06 	                                                                           ^^^^^^^^^^^^^
12:30:06 The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
12:30:06 [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] 
12:30:06 	editingDomain = serviceUtils.getTransactionalEditingDomain();
12:30:06 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:06 The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
12:30:06 8 problems (8 warnings)
12:30:06 [INFO] 
12:30:06 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:06 [INFO] 
12:30:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:06 [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
12:30:06 [INFO] 
12:30:06 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:06 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:30:06 [INFO] 
12:30:06 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:06 [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
12:30:06 [INFO] 
12:30:06 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:06 [INFO] 
12:30:06 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:06 [INFO] Skipping tests
12:30:06 [INFO] 
12:30:06 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
12:30:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:06 [INFO] 
12:30:06 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature >--
12:30:06 [INFO] Building org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT [30/175]
12:30:06 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml
12:30:06 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:30:06 [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
12:30:07 [INFO] 
12:30:07 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [INFO] The project's OSGi version is 1.2.100.202404241627
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [INFO] 
12:30:07 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [INFO] 
12:30:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [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
12:30:07 [INFO] 
12:30:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [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
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 382 were skipped
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [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
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [INFO] 
12:30:07 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
12:30:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:07 [INFO] 
12:30:07 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.tests >----
12:30:07 [INFO] Building org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT     [31/175]
12:30:07 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/pom.xml
12:30:07 [INFO] --------------------------------[ pom ]---------------------------------
12:30:07 [INFO] 
12:30:07 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.tests ---
12:30:07 [INFO] 
12:30:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.tests ---
12:30:07 [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
12:30:07 [INFO] 
12:30:07 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.emf.facet.tests ---
12:30:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:07 [INFO] 
12:30:07 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests >--
12:30:07 [INFO] Building org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT [32/175]
12:30:07 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml
12:30:07 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:07 [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
12:30:07 [INFO] 
12:30:07 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:07 [INFO] The project's OSGi version is 1.0.0.202404241627
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:07 [INFO] 
12:30:07 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:07 [INFO] 
12:30:07 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:07 [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.architecture.tests
12:30:08 [INFO] 
12:30:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:08 [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
12:30:08 [INFO] 
12:30:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:08 [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
12:30:08 [INFO] 
12:30:08 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:08 [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
12:30:09 [INFO] 
12:30:09 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:09 [INFO] 
12:30:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:09 [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
12:30:09 [INFO] 
12:30:09 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:09 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:30:09 [INFO] 
12:30:09 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:09 [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
12:30:09 [INFO] 
12:30:09 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:09 [INFO] 
12:30:09 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:10 [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
12:30:10 [INFO] Command line:
12:30:10 	[/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]
12:30:20 Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test
12:30:21 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.840 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.test -- Time elapsed: 0.725 s
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.checkTestDefinition -- Time elapsed: 0.056 s
12:30:21 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test
12:30:21 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.test -- Time elapsed: 0.057 s
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.checkTestDefinition -- Time elapsed: 0.076 s
12:30:21 Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test
12:30:21 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.test -- Time elapsed: 0.064 s
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.checkTestDefinition -- Time elapsed: 0.063 s
12:30:21 Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test
12:30:21 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.test -- Time elapsed: 0.070 s
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.checkTestDefinition -- Time elapsed: 0.058 s
12:30:21 Running org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test
12:30:21 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.test -- Time elapsed: 0.099 s
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.checkTestDefinition -- Time elapsed: 0.066 s
12:30:21 Running org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test
12:30:21 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.test -- Time elapsed: 0.047 s
12:30:21 org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.070 s
12:30:21 Running org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test
12:30:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.test -- Time elapsed: 0.075 s
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.042 s
12:30:22 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test
12:30:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.test -- Time elapsed: 0.044 s
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.checkTestDefinition -- Time elapsed: 0.061 s
12:30:22 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test
12:30:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.test -- Time elapsed: 0.043 s
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.checkTestDefinition -- Time elapsed: 0.066 s
12:30:22 Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test
12:30:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.test -- Time elapsed: 0.062 s
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.checkTestDefinition -- Time elapsed: 0.036 s
12:30:22 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test
12:30:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.test -- Time elapsed: 0.050 s
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.checkTestDefinition -- Time elapsed: 0.042 s
12:30:22 Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test
12:30:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.test -- Time elapsed: 0.096 s
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.checkTestDefinition -- Time elapsed: 0.069 s
12:30:22 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test
12:30:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.test -- Time elapsed: 0.068 s
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.checkTestDefinition -- Time elapsed: 0.041 s
12:30:22 Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test
12:30:22 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.test -- Time elapsed: 0.041 s
12:30:22 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.checkTestDefinition -- Time elapsed: 0.039 s
12:30:22 Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test
12:30:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.test -- Time elapsed: 0.036 s
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.checkTestDefinition -- Time elapsed: 0.056 s
12:30:23 Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test
12:30:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.test -- Time elapsed: 0.040 s
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.checkTestDefinition -- Time elapsed: 0.054 s
12:30:23 Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test
12:30:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.test -- Time elapsed: 0.035 s
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.checkTestDefinition -- Time elapsed: 0.050 s
12:30:23 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test
12:30:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.test -- Time elapsed: 0.041 s
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.checkTestDefinition -- Time elapsed: 0.049 s
12:30:23 Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test
12:30:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.test -- Time elapsed: 0.055 s
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.checkTestDefinition -- Time elapsed: 0.035 s
12:30:23 Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test
12:30:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.test -- Time elapsed: 0.043 s
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.checkTestDefinition -- Time elapsed: 0.033 s
12:30:23 Running org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test
12:30:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.test -- Time elapsed: 0.053 s
12:30:23 org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.037 s
12:30:23 
12:30:23 Results:
12:30:23 
12:30:23 Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
12:30:23 
12:30:25 [INFO] All tests passed
12:30:25 [INFO] 
12:30:25 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
12:30:25 [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
12:30:25 [INFO] Analyzed bundle 'org.eclipse.papyrus.emf.facet.architecture.tests' with 0 classes
12:30:25 [INFO] 
12:30:25 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature >---
12:30:25 [INFO] Building org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT [33/175]
12:30:25 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml
12:30:25 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:30:25 [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
12:30:25 [INFO] 
12:30:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [INFO] 
12:30:25 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [INFO] The project's OSGi version is 1.0.0.202404241627
12:30:25 [INFO] 
12:30:25 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [INFO] 
12:30:25 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [INFO] 
12:30:25 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [INFO] 
12:30:25 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [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
12:30:25 [INFO] 
12:30:25 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [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
12:30:25 [INFO] 
12:30:25 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 295 were skipped
12:30:25 [INFO] 
12:30:25 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [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
12:30:25 [INFO] 
12:30:25 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [INFO] 
12:30:25 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [INFO] 
12:30:25 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.emf.facet.feature ---
12:30:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:25 [INFO] 
12:30:25 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.tests.releng >--
12:30:25 [INFO] Building org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT [34/175]
12:30:25 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/pom.xml
12:30:25 [INFO] --------------------------------[ pom ]---------------------------------
12:30:25 [INFO] 
12:30:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
12:30:25 [INFO] 
12:30:25 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
12:30:25 [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
12:30:25 [INFO] 
12:30:25 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
12:30:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:25 [INFO] 
12:30:25 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests >--
12:30:25 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT [35/175]
12:30:25 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml
12:30:25 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:25 [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
12:30:28 [INFO] 
12:30:28 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:28 [INFO] 
12:30:28 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:28 [INFO] The project's OSGi version is 2.0.0.202404241627
12:30:28 [INFO] 
12:30:28 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:28 [INFO] 
12:30:28 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:28 [INFO] 
12:30:28 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:28 [INFO] 
12:30:28 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:28 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.common.tests
12:30:30 [INFO] 
12:30:30 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:30 [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
12:30:30 [INFO] 
12:30:30 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:30 [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
12:30:30 [INFO] 
12:30:30 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:30 [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
12:30:30 [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] 
12:30:30 	import org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.ProjectManagementUtils;
12:30:30 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	* Specific test cases for the {@link ProjectManagementUtils} class.
12:30:30 	                                     ^^^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true));
12:30:30 	                                 ^^^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true));
12:30:30 	                                                        ^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false));
12:30:30 	                               ^^^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false));
12:30:30 	                                                      ^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false));
12:30:30 	                             ^^^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false));
12:30:30 	                                                    ^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
12:30:30 	                          ^^^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
12:30:30 	                                                 ^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
12:30:30 	                          ^^^^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 [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] 
12:30:30 	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
12:30:30 	                                                 ^^^^^^^^^^^^^^^^^^^
12:30:30 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202404240313.jar')
12:30:30 12 problems (12 warnings)
12:30:30 [INFO] 
12:30:30 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:30 [INFO] 
12:30:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:30 [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
12:30:30 [INFO] 
12:30:30 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:30 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 343 were skipped
12:30:30 [INFO] 
12:30:30 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:30 [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
12:30:31 [INFO] 
12:30:31 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:31 [INFO] 
12:30:31 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:31 [INFO] Skipping tests
12:30:31 [INFO] 
12:30:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
12:30:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:31 [INFO] 
12:30:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests >--
12:30:31 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT [36/175]
12:30:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml
12:30:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:31 [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
12:30:31 [INFO] 
12:30:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:31 [INFO] 
12:30:31 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:31 [INFO] The project's OSGi version is 2.0.0.202404241627
12:30:31 [INFO] 
12:30:31 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:31 [INFO] 
12:30:31 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:31 [INFO] 
12:30:31 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:31 [INFO] 
12:30:31 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:31 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.architecture.tests
12:30:33 [INFO] 
12:30:33 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:33 [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
12:30:33 [INFO] 
12:30:33 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:33 [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
12:30:33 [INFO] 
12:30:33 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:33 [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
12:30:34 [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] 
12:30:34 	import org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.ArchitectureMarkerResolutionGenerator;
12:30:34 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:34 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0.202404240313.jar')
12:30:34 [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] 
12:30:34 	@QuickFixWith(ArchitectureMarkerResolutionGenerator.class)
12:30:34 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:34 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0.202404240313.jar')
12:30:34 2 problems (2 warnings)
12:30:34 [INFO] 
12:30:34 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:34 [INFO] 
12:30:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:34 [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
12:30:34 [INFO] 
12:30:34 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:34 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 368 were skipped
12:30:34 [INFO] 
12:30:34 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:34 [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
12:30:34 [INFO] 
12:30:34 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:34 [INFO] 
12:30:34 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:34 [INFO] Skipping tests
12:30:34 [INFO] 
12:30:34 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
12:30:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:34 [INFO] 
12:30:34 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.properties.tests >--
12:30:34 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT [37/175]
12:30:34 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/pom.xml
12:30:34 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:34 [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
12:30:35 [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.202404240313/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404240313.jar
12:30:35 [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.202404240313/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404240313.jar
12:30:35 [INFO] 
12:30:35 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:35 [INFO] 
12:30:35 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:35 [INFO] The project's OSGi version is 1.0.0.202404241627
12:30:35 [INFO] 
12:30:35 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:35 [INFO] 
12:30:35 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:35 [INFO] 
12:30:35 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:35 [INFO] 
12:30:35 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:35 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.properties.tests
12:30:37 [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.202404240313/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404240313.jar
12:30:37 [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.202404240313/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404240313.jar
12:30:37 [INFO] 
12:30:37 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:37 [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
12:30:37 [INFO] 
12:30:37 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:37 [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
12:30:37 [INFO] 
12:30:37 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:37 [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
12:30:38 [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] 
12:30:38 	import org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.PropertiesMarkerResolutionGenerator;
12:30:38 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:38 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0.202404240313.jar')
12:30:38 [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] 
12:30:38 	@QuickFixWith(PropertiesMarkerResolutionGenerator.class)
12:30:38 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:38 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0.202404240313.jar')
12:30:38 2 problems (2 warnings)
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:38 [INFO] 
12:30:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:38 [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
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:38 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 376 were skipped
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:38 [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
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:38 [INFO] Skipping tests
12:30:38 [INFO] 
12:30:38 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
12:30:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:38 [INFO] 
12:30:38 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests >--
12:30:38 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT [38/175]
12:30:38 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml
12:30:38 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:38 [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
12:30:38 [INFO] 
12:30:38 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:38 [INFO] The project's OSGi version is 2.0.0.202404241627
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:38 [INFO] 
12:30:38 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:38 [INFO] 
12:30:38 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:38 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests
12:30:40 [INFO] 
12:30:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:40 [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
12:30:40 [INFO] 
12:30:40 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:40 [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
12:30:40 [INFO] 
12:30:40 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:40 [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
12:30:41 [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] 
12:30:41 	ElementTypesPluginCheckerService.checkElementTypesPlugin(fixture.getProject(), new NullProgressMonitor());
12:30:41 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:41 The method checkElementTypesPlugin(IProject, IProgressMonitor) from the type ElementTypesPluginCheckerService is deprecated
12:30:41 1 problem (1 warning)
12:30:41 [INFO] 
12:30:41 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:41 [INFO] 
12:30:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:41 [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
12:30:41 [INFO] 
12:30:41 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:41 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 369 were skipped
12:30:41 [INFO] 
12:30:41 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:41 [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
12:30:41 [INFO] 
12:30:41 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:41 [INFO] 
12:30:41 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:41 [INFO] Skipping tests
12:30:41 [INFO] 
12:30:41 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
12:30:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:41 [INFO] 
12:30:41 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests >--
12:30:41 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT [39/175]
12:30:41 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml
12:30:41 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:41 [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
12:30:42 [INFO] 
12:30:42 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:42 [INFO] 
12:30:42 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:42 [INFO] The project's OSGi version is 2.0.0.202404241627
12:30:42 [INFO] 
12:30:42 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:42 [INFO] 
12:30:42 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:42 [INFO] 
12:30:42 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:42 [INFO] 
12:30:42 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:42 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.profile.tests
12:30:44 [INFO] 
12:30:44 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [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
12:30:44 [INFO] 
12:30:44 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [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
12:30:44 [INFO] 
12:30:44 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [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
12:30:44 [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] 
12:30:44 	ProfilePluginCheckerService.checkProfilePlugin(fixture.getProject(), null);
12:30:44 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:44 The method checkProfilePlugin(IProject, IProgressMonitor) from the type ProfilePluginCheckerService is deprecated
12:30:44 1 problem (1 warning)
12:30:44 [INFO] 
12:30:44 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [INFO] 
12:30:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [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
12:30:44 [INFO] 
12:30:44 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped
12:30:44 [INFO] 
12:30:44 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [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
12:30:44 [INFO] 
12:30:44 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [INFO] 
12:30:44 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [INFO] Skipping tests
12:30:44 [INFO] 
12:30:44 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
12:30:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:44 [INFO] 
12:30:44 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.newchild.tests >--
12:30:44 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT [40/175]
12:30:44 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml
12:30:44 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:44 [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
12:30:45 [INFO] 
12:30:45 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:45 [INFO] 
12:30:45 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:45 [INFO] The project's OSGi version is 2.0.0.202404241627
12:30:45 [INFO] 
12:30:45 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:45 [INFO] 
12:30:45 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:45 [INFO] 
12:30:45 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:45 [INFO] 
12:30:45 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:45 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.newchild.tests
12:30:47 [INFO] 
12:30:47 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:47 [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
12:30:47 [INFO] 
12:30:47 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:47 [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
12:30:47 [INFO] 
12:30:47 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:47 [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
12:30:48 [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] 
12:30:48 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
12:30:48 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:48 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404240313.jar')
12:30:48 [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] 
12:30:48 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
12:30:48 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:48 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404240313.jar')
12:30:48 [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] 
12:30:48 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
12:30:48 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:48 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404240313.jar')
12:30:48 [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] 
12:30:48 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
12:30:48 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:48 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404240313.jar')
12:30:48 [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] 
12:30:48 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
12:30:48 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:48 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.202404240313/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202404240313.jar')
12:30:48 5 problems (5 warnings)
12:30:48 [INFO] 
12:30:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:48 [INFO] 
12:30:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:48 [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
12:30:48 [INFO] 
12:30:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 369 were skipped
12:30:48 [INFO] 
12:30:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:48 [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
12:30:48 [INFO] 
12:30:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:48 [INFO] 
12:30:48 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:48 [INFO] Skipping tests
12:30:48 [INFO] 
12:30:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
12:30:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:48 [INFO] 
12:30:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests >--
12:30:48 [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT [41/175]
12:30:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml
12:30:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:48 [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
12:30:50 [INFO] 
12:30:50 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:50 [INFO] 
12:30:50 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:50 [INFO] The project's OSGi version is 1.0.0.202404241627
12:30:50 [INFO] 
12:30:50 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:50 [INFO] 
12:30:50 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:50 [INFO] 
12:30:50 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:50 [INFO] 
12:30:50 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:50 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration.tests
12:30:51 [INFO] 
12:30:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:51 [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
12:30:51 [INFO] 
12:30:51 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:51 [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
12:30:51 [INFO] 
12:30:51 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:51 [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
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:52 [INFO] 
12:30:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:52 [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
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:52 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 305 were skipped
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:52 [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
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:52 [INFO] Skipping tests
12:30:52 [INFO] 
12:30:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
12:30:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:52 [INFO] 
12:30:52 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature >--
12:30:52 [INFO] Building org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT [42/175]
12:30:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml
12:30:52 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:30:52 [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
12:30:52 [INFO] 
12:30:52 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [INFO] The project's OSGi version is 1.0.0.202404241627
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [INFO] 
12:30:52 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [INFO] 
12:30:52 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [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
12:30:52 [INFO] 
12:30:52 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [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
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 370 were skipped
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [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
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [INFO] 
12:30:52 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [INFO] 
12:30:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
12:30:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:52 [INFO] 
12:30:52 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests >--
12:30:52 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT [43/175]
12:30:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml
12:30:52 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:52 [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
12:30:53 [INFO] 
12:30:53 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:53 [INFO] 
12:30:53 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:53 [INFO] The project's OSGi version is 2.0.0.202404241627
12:30:53 [INFO] 
12:30:53 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:53 [INFO] 
12:30:53 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:53 [INFO] 
12:30:53 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:53 [INFO] 
12:30:53 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:53 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.tests
12:30:55 [INFO] 
12:30:55 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:55 [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
12:30:55 [INFO] 
12:30:55 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:55 [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
12:30:55 [INFO] 
12:30:55 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:55 [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
12:30:55 [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] 
12:30:55 	for(View childNode : (List<View>)class3.getChildren()) {
12:30:55 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:55 Type safety: Unchecked cast from EList to List<View>
12:30:55 [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] 
12:30:55 	for(View childNode : (List<View>)diagram.getChildren()) {
12:30:55 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:55 Type safety: Unchecked cast from EList to List<View>
12:30:55 [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] 
12:30:55 	for(View compartment : (List<View>)childNode.getChildren()) {
12:30:55 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:55 Type safety: Unchecked cast from EList to List<View>
12:30:55 [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] 
12:30:55 	stylesList.getStringListValue().add("showTitleForAllCompartments");
12:30:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:55 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
12:30:55 [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] 
12:30:55 	for(View childNode : (List<View>)diagram.getChildren()) {
12:30:55 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:55 Type safety: Unchecked cast from EList to List<View>
12:30:55 [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] 
12:30:55 	for(View compartment : (List<View>)childNode.getChildren()) {
12:30:55 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:55 Type safety: Unchecked cast from EList to List<View>
12:30:55 [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] 
12:30:55 	for(View childNode : (List<View>)element.getChildren()) {
12:30:55 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:55 Type safety: Unchecked cast from EList to List<View>
12:30:55 7 problems (7 warnings)
12:30:55 [INFO] 
12:30:55 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:55 [INFO] 
12:30:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:55 [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
12:30:55 [INFO] 
12:30:55 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:55 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 324 were skipped
12:30:55 [INFO] 
12:30:55 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:55 [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
12:30:56 [INFO] 
12:30:56 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:56 [INFO] 
12:30:56 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:56 [INFO] Skipping tests
12:30:56 [INFO] 
12:30:56 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
12:30:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:56 [INFO] 
12:30:56 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests.releng >--
12:30:56 [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT [44/175]
12:30:56 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/pom.xml
12:30:56 [INFO] --------------------------------[ pom ]---------------------------------
12:30:56 [INFO] 
12:30:56 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
12:30:56 [INFO] 
12:30:56 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
12:30:56 [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
12:30:56 [INFO] 
12:30:56 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
12:30:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:56 [INFO] 
12:30:56 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests >--
12:30:56 [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT [45/175]
12:30:56 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml
12:30:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:56 [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
12:30:56 [INFO] 
12:30:56 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:56 [INFO] 
12:30:56 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:56 [INFO] The project's OSGi version is 2.1.0.202404241627
12:30:56 [INFO] 
12:30:56 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:56 [INFO] 
12:30:56 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:56 [INFO] 
12:30:56 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:56 [INFO] 
12:30:56 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:56 [INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.tests
12:30:58 [INFO] 
12:30:58 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [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
12:30:58 [INFO] 
12:30:58 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [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
12:30:58 [INFO] 
12:30:58 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [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
12:30:58 [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] 
12:30:58 	protected <E> Set<E> set(E... elements) {
12:30:58 	                              ^^^^^^^^
12:30:58 Type safety: Potential heap pollution via varargs parameter elements
12:30:58 [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] 
12:30:58 	assertThat(profile, notNullValue());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(profile.eIsProxy(), is(false));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(profile.getURI(), is(ProfileExternalizationPackage.eNS_URI));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.getDecoratorPackages(getPackage2()), isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Iterable<Package>, Matcher<? super Iterable<Package>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(packages.size(), is(1));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(packages.get(0).isProfileApplied(getTestProfile()), is(true));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Iterable<ProfileApplication>, Matcher<? super Iterable<ProfileApplication>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(applications.size(), is(1));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(applications.get(0).getAppliedProfile(), is(getTestProfile()));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(applications.size(), is(1));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(applications.get(getPackage2()), is(getTestProfile()));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Iterable<ProfileApplication>, Matcher<? super Iterable<ProfileApplication>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(applied.size(), is(1));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(applied.get(0), is(getTestProfile()));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.hasExternalizationProfile(getTestProfile()), is(false));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.hasExternalizationProfile((Package) decoratorModel.getContents().get(0)), is(true));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.isDecoratorModel(modelResource), is(false));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel), is(true));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, getTestProfile().eResource()), is(false));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, modelResource), is(true));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(uris.size(), is(1));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(uris.get(0), is(modelResource.getURI()));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(URI, Matcher<? super URI>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(true));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel.getURI()), is(true));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(false));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), is(Collections.singleton(decoratorModel.getURI())));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), is(Collections.singleton(uri)));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(unloaded, true), is(Collections.singleton(uri)));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(unloaded, false), isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(unloaded, true), is(set(decorator2)));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(unloaded, false), is(set(decorator1, decorator2)));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(unloaded, true), is(set(uri)));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(unloaded, false), isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(hasUnloaded, true), is(Boolean.TRUE));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(hasUnloaded, false), is(Boolean.FALSE));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(hasUnloaded, true), is(Boolean.FALSE));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(hasUnloaded, false), is(Boolean.TRUE));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(get(hasUnloaded, false), is(Boolean.FALSE));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(subUnits, isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(subUnits, is(set(getPackage2())));
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	assertThat(subUnits, isEmpty());
12:30:58 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
12:30:58 [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] 
12:30:58 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
12:30:58 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The type AdapterUtils is deprecated
12:30:58 [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] 
12:30:58 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
12:30:58 	                    ^^^^^^^^^^^^
12:30:58 The type AdapterUtils is deprecated
12:30:58 [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] 
12:30:58 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
12:30:58 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
12:30:58 [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] 
12:30:58 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
12:30:58 	                    ^^^^^^^^^^^^
12:30:58 The type AdapterUtils is deprecated
12:30:58 [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] 
12:30:58 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
12:30:58 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
12:30:58 [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] 
12:30:58 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
12:30:58 	                    ^^^^^^^^^^^^
12:30:58 The type AdapterUtils is deprecated
12:30:58 [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] 
12:30:58 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
12:30:58 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
12:30:58 [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] 
12:30:58 	houseKeeper.setField("zombies", snippet.getZombieStereotypes(decoratorModelResource));
12:30:58 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method setField(String, ZombieStereotypesDescriptor) from the type AbstractHouseKeeperRule is deprecated
12:30:58 [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] 
12:30:58 	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
12:30:58 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
12:30:58 [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] 
12:30:58 	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
12:30:58 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
12:30:58 [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] 
12:30:58 	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
12:30:58 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
12:30:58 [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] 
12:30:58 	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
12:30:58 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:30:58 The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
12:30:58 56 problems (56 warnings)
12:30:58 [INFO] 
12:30:58 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [INFO] 
12:30:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [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
12:30:58 [INFO] 
12:30:58 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
12:30:58 [INFO] 
12:30:58 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [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
12:30:58 [INFO] 
12:30:58 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [INFO] 
12:30:58 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [INFO] Skipping tests
12:30:58 [INFO] 
12:30:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
12:30:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:30:58 [INFO] 
12:30:58 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests >--
12:30:58 [INFO] Building org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT [46/175]
12:30:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml
12:30:58 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:30:58 [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
12:30:59 [INFO] 
12:30:59 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:30:59 [INFO] 
12:30:59 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:30:59 [INFO] The project's OSGi version is 2.1.0.202404241627
12:30:59 [INFO] 
12:30:59 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:30:59 [INFO] 
12:30:59 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:30:59 [INFO] 
12:30:59 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:30:59 [INFO] 
12:30:59 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:30:59 [INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.controlmode.tests
12:31:00 [INFO] 
12:31:00 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:00 [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
12:31:00 [INFO] 
12:31:00 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:00 [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
12:31:00 [INFO] 
12:31:00 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:00 [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
12:31:01 [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] 
12:31:01 	protected <E> Set<E> set(E... elements) {
12:31:01 	                              ^^^^^^^^
12:31:01 Type safety: Potential heap pollution via varargs parameter elements
12:31:01 1 problem (1 warning)
12:31:01 [INFO] 
12:31:01 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:01 [INFO] 
12:31:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:01 [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
12:31:01 [INFO] 
12:31:01 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:01 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
12:31:01 [INFO] 
12:31:01 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:01 [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
12:31:01 [INFO] 
12:31:01 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:01 [INFO] 
12:31:01 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:01 [INFO] Skipping tests
12:31:01 [INFO] 
12:31:01 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
12:31:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:01 [INFO] 
12:31:01 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature >--
12:31:01 [INFO] Building org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT [47/175]
12:31:01 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml
12:31:01 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:31:01 [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
12:31:02 [INFO] 
12:31:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [INFO] The project's OSGi version is 1.2.0.202404241627
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [INFO] 
12:31:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [INFO] 
12:31:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [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
12:31:02 [INFO] 
12:31:02 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [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
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [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
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [INFO] 
12:31:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
12:31:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:02 [INFO] 
12:31:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.assistants.tests.releng >--
12:31:02 [INFO] Building org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT [48/175]
12:31:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/pom.xml
12:31:02 [INFO] --------------------------------[ pom ]---------------------------------
12:31:02 [INFO] 
12:31:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
12:31:02 [INFO] 
12:31:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
12:31:02 [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
12:31:02 [INFO] 
12:31:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
12:31:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:02 [INFO] 
12:31:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests >--
12:31:02 [INFO] Building org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT [49/175]
12:31:02 [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
12:31:02 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:02 [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
12:31:02 [INFO] 
12:31:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:02 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:02 [INFO] 
12:31:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:02 [INFO] 
12:31:02 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:02 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator.tests
12:31:04 [INFO] 
12:31:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:04 [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
12:31:04 [INFO] 
12:31:04 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:04 [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
12:31:04 [INFO] 
12:31:04 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:04 [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
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:05 [INFO] 
12:31:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:05 [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
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 328 were skipped
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:05 [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
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:05 [INFO] Skipping tests
12:31:05 [INFO] 
12:31:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
12:31:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:05 [INFO] 
12:31:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests >--
12:31:05 [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT [50/175]
12:31:05 [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
12:31:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:05 [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
12:31:05 [INFO] 
12:31:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:05 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:05 [INFO] 
12:31:05 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:05 [INFO] 
12:31:05 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:05 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator.tests
12:31:07 [INFO] 
12:31:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:07 [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
12:31:07 [INFO] 
12:31:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:07 [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
12:31:07 [INFO] 
12:31:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:07 [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
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 [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] 
12:31:08 	@SuppressWarnings("unchecked")
12:31:08 	                  ^^^^^^^^^^^
12:31:08 Unnecessary @SuppressWarnings("unchecked")
12:31:08 9 problems (9 warnings)
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:08 [INFO] 
12:31:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:08 [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
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 331 were skipped
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:08 [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
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:08 [INFO] Skipping tests
12:31:08 [INFO] 
12:31:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
12:31:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:08 [INFO] 
12:31:08 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature >--
12:31:08 [INFO] Building org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT [51/175]
12:31:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml
12:31:08 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:31:08 [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
12:31:08 [INFO] 
12:31:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [INFO] The project's OSGi version is 1.2.0.202404241627
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [INFO] 
12:31:08 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [INFO] 
12:31:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [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
12:31:08 [INFO] 
12:31:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [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
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 329 were skipped
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [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
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [INFO] 
12:31:08 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [INFO] 
12:31:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
12:31:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:08 [INFO] 
12:31:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests.releng >--
12:31:08 [INFO] Building org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT [52/175]
12:31:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/pom.xml
12:31:08 [INFO] --------------------------------[ pom ]---------------------------------
12:31:08 [INFO] 
12:31:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
12:31:08 [INFO] 
12:31:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
12:31:08 [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
12:31:08 [INFO] 
12:31:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
12:31:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:08 [INFO] 
12:31:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests >--
12:31:08 [INFO] Building org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT [53/175]
12:31:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml
12:31:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:08 [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
12:31:10 [INFO] 
12:31:10 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:10 [INFO] 
12:31:10 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:10 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:10 [INFO] 
12:31:10 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:10 [INFO] 
12:31:10 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:10 [INFO] 
12:31:10 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:10 [INFO] 
12:31:10 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:10 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.property.tests
12:31:11 [INFO] 
12:31:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:11 [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
12:31:11 [INFO] 
12:31:11 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:11 [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
12:31:11 [INFO] 
12:31:11 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:12 [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
12:31:12 [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] 
12:31:12 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
12:31:12 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:12 The type DefaultXtextDirectEditorConfiguration is deprecated
12:31:12 [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] 
12:31:12 	public DefaultXtextDirectEditorConfiguration getEditor() {
12:31:12 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:12 The type DefaultXtextDirectEditorConfiguration is deprecated
12:31:12 2 problems (2 warnings)
12:31:12 [INFO] 
12:31:12 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:12 [INFO] 
12:31:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:12 [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
12:31:12 [INFO] 
12:31:12 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:12 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 313 were skipped
12:31:12 [INFO] 
12:31:12 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:12 [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
12:31:12 [INFO] 
12:31:12 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:12 [INFO] 
12:31:12 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:12 [INFO] Skipping tests
12:31:12 [INFO] 
12:31:12 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.property.tests ---
12:31:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:12 [INFO] 
12:31:12 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests >--
12:31:12 [INFO] Building org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT  [54/175]
12:31:12 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml
12:31:12 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:12 [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
12:31:13 [INFO] 
12:31:13 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:13 [INFO] 
12:31:13 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:13 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:13 [INFO] 
12:31:13 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:13 [INFO] 
12:31:13 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:13 [INFO] 
12:31:13 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:13 [INFO] 
12:31:13 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:13 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.tests
12:31:14 [INFO] 
12:31:14 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:14 [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
12:31:14 [INFO] 
12:31:14 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:14 [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
12:31:14 [INFO] 
12:31:14 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:14 [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
12:31:15 [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] 
12:31:15 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
12:31:15 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:15 The type DefaultXtextDirectEditorConfiguration is deprecated
12:31:15 [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] 
12:31:15 	public class ConstraintWithCppPopupEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
12:31:15 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:15 The type DefaultXtextDirectEditorConfiguration is deprecated
12:31:15 [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] 
12:31:15 	super();
12:31:15 	^^^^^^^^
12:31:15 The constructor DefaultXtextDirectEditorConfiguration() is deprecated
12:31:15 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)
12:31:15 	@SuppressWarnings("nls")
12:31:15 	                  ^^^^^
12:31:15 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:31:15 4 problems (0 errors, 3 warnings, 1 info)
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:15 [INFO] 
12:31:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:15 [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
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:15 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:15 [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
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:15 [INFO] Skipping tests
12:31:15 [INFO] 
12:31:15 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests ---
12:31:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:15 [INFO] 
12:31:15 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests >--
12:31:15 [INFO] Building org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT [55/175]
12:31:15 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml
12:31:15 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:15 [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
12:31:15 [INFO] 
12:31:15 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:15 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:15 [INFO] 
12:31:15 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:15 [INFO] 
12:31:15 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:15 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.parameter.tests
12:31:17 [INFO] 
12:31:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:17 [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
12:31:17 [INFO] 
12:31:17 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:17 [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
12:31:17 [INFO] 
12:31:17 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:18 [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
12:31:18 [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] 
12:31:18 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
12:31:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:18 The type DefaultXtextDirectEditorConfiguration is deprecated
12:31:18 [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] 
12:31:18 	public DefaultXtextDirectEditorConfiguration getEditor() {
12:31:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:18 The type DefaultXtextDirectEditorConfiguration is deprecated
12:31:18 2 problems (2 warnings)
12:31:18 [INFO] 
12:31:18 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:18 [INFO] 
12:31:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:18 [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
12:31:18 [INFO] 
12:31:18 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:18 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 315 were skipped
12:31:18 [INFO] 
12:31:18 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:18 [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
12:31:18 [INFO] 
12:31:18 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:18 [INFO] 
12:31:18 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:18 [INFO] Skipping tests
12:31:18 [INFO] 
12:31:18 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
12:31:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:18 [INFO] 
12:31:18 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests >--
12:31:18 [INFO] Building org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT [56/175]
12:31:18 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml
12:31:18 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:18 [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
12:31:19 [INFO] 
12:31:19 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:19 [INFO] 
12:31:19 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:19 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:19 [INFO] 
12:31:19 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:19 [INFO] 
12:31:19 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:19 [INFO] 
12:31:19 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:19 [INFO] 
12:31:19 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:19 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.port.tests
12:31:21 [INFO] 
12:31:21 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:21 [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
12:31:21 [INFO] 
12:31:21 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:21 [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
12:31:21 [INFO] 
12:31:21 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:21 [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
12:31:21 [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] 
12:31:21 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
12:31:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:21 The type DefaultXtextDirectEditorConfiguration is deprecated
12:31:21 [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] 
12:31:21 	public DefaultXtextDirectEditorConfiguration getEditor() {
12:31:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:21 The type DefaultXtextDirectEditorConfiguration is deprecated
12:31:21 2 problems (2 warnings)
12:31:21 [INFO] 
12:31:21 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:21 [INFO] 
12:31:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:21 [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
12:31:21 [INFO] 
12:31:21 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:21 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 313 were skipped
12:31:21 [INFO] 
12:31:21 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:21 [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
12:31:21 [INFO] 
12:31:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:22 [INFO] 
12:31:22 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:22 [INFO] Skipping tests
12:31:22 [INFO] 
12:31:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.port.tests ---
12:31:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:22 [INFO] 
12:31:22 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature >--
12:31:22 [INFO] Building org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT [57/175]
12:31:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml
12:31:22 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:31:22 [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
12:31:22 [INFO] 
12:31:22 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [INFO] 
12:31:22 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [INFO] The project's OSGi version is 1.2.0.202404241627
12:31:22 [INFO] 
12:31:22 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [INFO] 
12:31:22 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [INFO] 
12:31:22 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [INFO] 
12:31:22 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [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
12:31:22 [INFO] 
12:31:22 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [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
12:31:22 [INFO] 
12:31:22 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 317 were skipped
12:31:22 [INFO] 
12:31:22 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [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
12:31:22 [INFO] 
12:31:22 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [INFO] 
12:31:22 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [INFO] 
12:31:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
12:31:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:22 [INFO] 
12:31:22 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests.releng >--
12:31:22 [INFO] Building org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT [58/175]
12:31:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/pom.xml
12:31:22 [INFO] --------------------------------[ pom ]---------------------------------
12:31:22 [INFO] 
12:31:22 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests.releng ---
12:31:22 [INFO] 
12:31:22 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests.releng ---
12:31:22 [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
12:31:22 [INFO] 
12:31:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.tests.releng ---
12:31:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:22 [INFO] 
12:31:22 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests >----
12:31:22 [INFO] Building org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT     [59/175]
12:31:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml
12:31:22 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:22 [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
12:31:23 [INFO] 
12:31:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:23 [INFO] 
12:31:23 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:23 [INFO] The project's OSGi version is 4.1.0.202404241627
12:31:23 [INFO] 
12:31:23 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:23 [INFO] 
12:31:23 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:23 [INFO] 
12:31:23 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:23 [INFO] 
12:31:23 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:23 [INFO] Resolving class path of org.eclipse.papyrus.uml.tools.tests
12:31:24 [INFO] 
12:31:24 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:24 [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
12:31:24 [INFO] 
12:31:24 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:24 [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
12:31:24 [INFO] 
12:31:24 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:24 [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
12:31:25 [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] 
12:31:25 	houseKeeper.setField("fixture", new NamedElementValidator(toBeNamed));
12:31:25 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:25 The method setField(String, NamedElementValidator) from the type AbstractHouseKeeperRule is deprecated
12:31:25 [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] 
12:31:25 	import org.eclipse.emf.ecore.util.EcoreUtil;
12:31:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:25 The import org.eclipse.emf.ecore.util.EcoreUtil is never used
12:31:25 [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] 
12:31:25 	private Class class1 = null;
12:31:25 	              ^^^^^^
12:31:25 The value of the field UMLReferenceConverterTest.class1 is not used
12:31:25 [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] 
12:31:25 	private Class class4 = null;
12:31:25 	              ^^^^^^
12:31:25 The value of the field UMLReferenceConverterTest.class4 is not used
12:31:25 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)
12:31:25 	@SuppressWarnings("nls")
12:31:25 	                  ^^^^^
12:31:25 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:31:25 [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] 
12:31:25 	private static final String PACKAGE1_NAME_TO_DISPLAY = "Package1"; //$NON-NLS-1$
12:31:25 	                            ^^^^^^^^^^^^^^^^^^^^^^^^
12:31:25 The value of the field UMLReferenceConverterCompletionTest.PACKAGE1_NAME_TO_DISPLAY is not used
12:31:25 [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] 
12:31:25 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
12:31:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:25 The type AdapterUtils is deprecated
12:31:25 [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] 
12:31:25 	JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null);
12:31:25 	                    ^^^^^^^^^^^^
12:31:25 The type AdapterUtils is deprecated
12:31:25 [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] 
12:31:25 	JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null);
12:31:25 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:25 The method adapt(Object, Class<UMLLanguageProvidersTest.JunkLanguage>, UMLLanguageProvidersTest.JunkLanguage) from the type AdapterUtils is deprecated
12:31:25 9 problems (0 errors, 8 warnings, 1 info)
12:31:25 [INFO] 
12:31:25 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:25 [INFO] 
12:31:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:25 [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
12:31:25 [INFO] 
12:31:25 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:25 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
12:31:25 [INFO] 
12:31:25 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:25 [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
12:31:25 [INFO] 
12:31:25 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:25 [INFO] 
12:31:25 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:25 [INFO] Skipping tests
12:31:25 [INFO] 
12:31:25 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.tests ---
12:31:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:25 [INFO] 
12:31:25 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests >--
12:31:25 [INFO] Building org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT [60/175]
12:31:25 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml
12:31:25 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:25 [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
12:31:26 [INFO] 
12:31:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:26 [INFO] 
12:31:26 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:26 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:26 [INFO] 
12:31:26 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:26 [INFO] 
12:31:26 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:26 [INFO] 
12:31:26 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:26 [INFO] 
12:31:26 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:26 [INFO] Resolving class path of org.eclipse.papyrus.uml.tools.utils.tests
12:31:27 [INFO] 
12:31:27 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:27 [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
12:31:27 [INFO] 
12:31:27 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:27 [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
12:31:27 [INFO] 
12:31:27 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:27 [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
12:31:28 [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] 
12:31:28 	List<NamedElement> namedElements = nameResolutionHelper.getNamedElements(PACKAGE1_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + PACKAGE2_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + CLASS1_NAME);
12:31:28 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:28 The method getNamedElements(String) from the type NameResolutionHelper is deprecated
12:31:28 1 problem (1 warning)
12:31:28 [INFO] 
12:31:28 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:28 [INFO] 
12:31:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:28 [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
12:31:28 [INFO] 
12:31:28 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:28 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:31:28 [INFO] 
12:31:28 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:28 [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
12:31:28 [INFO] 
12:31:28 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:28 [INFO] 
12:31:28 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:28 [INFO] Skipping tests
12:31:28 [INFO] 
12:31:28 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.utils.tests ---
12:31:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:28 [INFO] 
12:31:28 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature >---
12:31:28 [INFO] Building org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT [61/175]
12:31:28 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml
12:31:28 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:31:28 [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
12:31:29 [INFO] 
12:31:29 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [INFO] The project's OSGi version is 1.2.0.202404241627
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [INFO] 
12:31:29 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [INFO] 
12:31:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [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
12:31:29 [INFO] 
12:31:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [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
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [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
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [INFO] 
12:31:29 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.tools.feature ---
12:31:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:29 [INFO] 
12:31:29 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests >--
12:31:29 [INFO] Building org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT [62/175]
12:31:29 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml
12:31:29 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:29 [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
12:31:29 [INFO] 
12:31:29 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [INFO] 
12:31:29 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.tests
12:31:29 [INFO] 
12:31:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [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
12:31:29 [INFO] 
12:31:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [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
12:31:29 [INFO] 
12:31:29 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:29 [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
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:30 [INFO] 
12:31:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:30 [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
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:30 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 142 were skipped
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:30 [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
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:30 [INFO] Skipping tests
12:31:30 [INFO] 
12:31:30 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.model.tests ---
12:31:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:30 [INFO] 
12:31:30 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.main.test >--
12:31:30 [INFO] Building org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT [63/175]
12:31:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/pom.xml
12:31:30 [INFO] --------------------------------[ pom ]---------------------------------
12:31:30 [INFO] 
12:31:30 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.main.test ---
12:31:30 [INFO] 
12:31:30 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.main.test ---
12:31:30 [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
12:31:30 [INFO] 
12:31:30 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.main.test ---
12:31:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:30 [INFO] 
12:31:30 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests >--
12:31:30 [INFO] Building org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT [64/175]
12:31:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml
12:31:30 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:30 [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
12:31:30 [INFO] 
12:31:30 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:30 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:30 [INFO] 
12:31:30 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:30 [INFO] 
12:31:30 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:30 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.generic.tests
12:31:32 [INFO] 
12:31:32 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:32 [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
12:31:32 [INFO] 
12:31:32 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:32 [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
12:31:32 [INFO] 
12:31:32 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:32 [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
12:31:33 [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] 
12:31:33 	fillStyle.setName(NamedStyleConstants.FILL_COLUMNS_SIZE);
12:31:33 	                                      ^^^^^^^^^^^^^^^^^
12:31:33 The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
12:31:33 1 problem (1 warning)
12:31:33 [INFO] 
12:31:33 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:33 [INFO] 
12:31:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:33 [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
12:31:33 [INFO] 
12:31:33 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:33 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped
12:31:33 [INFO] 
12:31:33 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:33 [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
12:31:34 [INFO] 
12:31:34 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:34 [INFO] 
12:31:34 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:34 [INFO] Skipping tests
12:31:34 [INFO] 
12:31:34 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
12:31:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:34 [INFO] 
12:31:34 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests >--
12:31:34 [INFO] Building org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT [65/175]
12:31:34 [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
12:31:34 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:34 [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
12:31:34 [INFO] 
12:31:34 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:34 [INFO] 
12:31:34 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:34 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:34 [INFO] 
12:31:34 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:34 [INFO] 
12:31:34 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:34 [INFO] 
12:31:34 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:34 [INFO] 
12:31:34 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:34 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.clazz.config.tests
12:31:36 [INFO] 
12:31:36 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:36 [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
12:31:36 [INFO] 
12:31:36 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:36 [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
12:31:36 [INFO] 
12:31:36 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:36 [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
12:31:38 [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] 
12:31:38 	final INattableModelManager manager = this.editor.getAdapter(INattableModelManager.class);
12:31:38 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:38 Dead code
12:31:38 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)
12:31:38 	@SuppressWarnings("nls")
12:31:38 	                  ^^^^^
12:31:38 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:31:38 [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] 
12:31:38 	Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 1));
12:31:38 	                                 ^^^^^^^^^^^^^
12:31:38 The field ICellManager.NOT_AVALAIBLE is deprecated
12:31:38 [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] 
12:31:38 	Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 2));
12:31:38 	                                 ^^^^^^^^^^^^^
12:31:38 The field ICellManager.NOT_AVALAIBLE is deprecated
12:31:38 [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] 
12:31:38 	IPageManager pageManager = editor.getServicesRegistry().getService(IPageManager.class);
12:31:38 	             ^^^^^^^^^^^
12:31:38 The value of the local variable pageManager is not used
12:31:38 5 problems (0 errors, 4 warnings, 1 info)
12:31:38 [INFO] 
12:31:38 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:38 [INFO] 
12:31:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:38 [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
12:31:38 [INFO] 
12:31:38 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:38 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped
12:31:38 [INFO] 
12:31:38 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:38 [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
12:31:39 [INFO] 
12:31:39 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:39 [INFO] 
12:31:39 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:39 [INFO] Skipping tests
12:31:39 [INFO] 
12:31:39 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
12:31:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:39 [INFO] 
12:31:39 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests >--
12:31:39 [INFO] Building org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT [66/175]
12:31:39 [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
12:31:39 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:39 [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
12:31:39 [INFO] 
12:31:39 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:39 [INFO] 
12:31:39 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:39 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:39 [INFO] 
12:31:39 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:39 [INFO] 
12:31:39 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:39 [INFO] 
12:31:39 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:39 [INFO] 
12:31:39 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:39 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests
12:31:41 [INFO] 
12:31:41 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:41 [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
12:31:41 [INFO] 
12:31:41 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:41 [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
12:31:41 [INFO] 
12:31:41 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:41 [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
12:31:42 [INFO] 
12:31:42 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:42 [INFO] 
12:31:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:42 [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
12:31:42 [INFO] 
12:31:42 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:42 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 345 were skipped
12:31:42 [INFO] 
12:31:42 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:42 [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
12:31:43 [INFO] 
12:31:43 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:43 [INFO] 
12:31:43 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:43 [INFO] Skipping tests
12:31:43 [INFO] 
12:31:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
12:31:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:43 [INFO] 
12:31:43 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests >--
12:31:43 [INFO] Building org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT [67/175]
12:31:43 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml
12:31:43 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:31:43 [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
12:31:43 [INFO] 
12:31:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:43 [INFO] 
12:31:43 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:43 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:43 [INFO] 
12:31:43 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:43 [INFO] 
12:31:43 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:43 [INFO] 
12:31:43 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:43 [INFO] 
12:31:43 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:43 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.matrix.tests
12:31:45 [INFO] 
12:31:45 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:45 [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
12:31:45 [INFO] 
12:31:45 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:45 [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
12:31:45 [INFO] 
12:31:45 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:45 [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
12:31:46 [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] 
12:31:46 	matrixManager.addColumnSources(Arrays.asList(packagesToAdd));
12:31:46 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:46 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.
12:31:46 [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] 
12:31:46 	matrixManager.removeColumnSources(Arrays.asList(packagesToRemove));
12:31:46 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:46 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.
12:31:46 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)
12:31:46 	@SuppressWarnings("nls")
12:31:46 	                  ^^^^^
12:31:46 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:31:46 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)
12:31:46 	@SuppressWarnings("nls")
12:31:46 	                  ^^^^^
12:31:46 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:31:46 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)
12:31:46 	@SuppressWarnings("nls")
12:31:46 	                  ^^^^^
12:31:46 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:31:46 [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] 
12:31:46 	editorModel = TableHelper.createTable(tableConfiguration, tableContext, name, "");
12:31:46 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:46 The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
12:31:46 7 problems (0 errors, 3 warnings, 4 infos)
12:31:46 [INFO] 
12:31:46 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:46 [INFO] 
12:31:46 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:46 [INFO] 
12:31:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:46 [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
12:31:46 [INFO] 
12:31:46 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:46 [INFO] 
12:31:46 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:46 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 321 were skipped
12:31:46 [INFO] 
12:31:46 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:46 [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
12:31:46 [INFO] 
12:31:46 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:46 [INFO] 
12:31:46 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
12:31:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:46 [INFO] 
12:31:46 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests >---
12:31:46 [INFO] Building org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT    [68/175]
12:31:46 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml
12:31:46 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:46 [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
12:31:47 [INFO] 
12:31:47 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests ---
12:31:47 [INFO] 
12:31:47 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.tests ---
12:31:47 [INFO] The project's OSGi version is 4.1.0.202404241627
12:31:47 [INFO] 
12:31:47 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.tests ---
12:31:47 [INFO] 
12:31:47 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.tests ---
12:31:47 [INFO] 
12:31:47 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.tests ---
12:31:47 [INFO] 
12:31:47 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.tests ---
12:31:47 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.tests
12:31:48 [INFO] 
12:31:48 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests ---
12:31:48 [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
12:31:48 [INFO] 
12:31:48 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.tests ---
12:31:48 [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
12:31:48 [INFO] 
12:31:48 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.tests ---
12:31:48 [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
12:31:49 [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] 
12:31:49 	throw (Exception) exception.newInstance();
12:31:49 	                            ^^^^^^^^^^^^^
12:31:49 The method newInstance() from the type Class<capture#3-of ? extends Throwable> is deprecated since version 9
12:31:49 [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] 
12:31:49 	throw (Error) exception.newInstance();
12:31:49 	                        ^^^^^^^^^^^^^
12:31:49 The method newInstance() from the type Class<capture#5-of ? extends Throwable> is deprecated since version 9
12:31:49 [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] 
12:31:49 	import org.eclipse.papyrus.infra.core.internal.language.LanguageModelRegistry;
12:31:49 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 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.202404240259/org.eclipse.papyrus.infra.core-4.4.0.202404240259.jar')
12:31:49 [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] 
12:31:49 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 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.202404240259/org.eclipse.papyrus.infra.core-4.4.0.202404240259.jar')
12:31:49 [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] 
12:31:49 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
12:31:49 	                      ^^^^^^^^
12:31:49 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.202404240259/org.eclipse.papyrus.infra.core-4.4.0.202404240259.jar')
12:31:49 [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] 
12:31:49 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
12:31:49 	                               ^^^^
12:31:49 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.202404240259/org.eclipse.papyrus.infra.core-4.4.0.202404240259.jar')
12:31:49 [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] 
12:31:49 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 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.202404240259/org.eclipse.papyrus.infra.core-4.4.0.202404240259.jar')
12:31:49 [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] 
12:31:49 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
12:31:49 	                      ^^^^^^^^
12:31:49 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.202404240259/org.eclipse.papyrus.infra.core-4.4.0.202404240259.jar')
12:31:49 [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] 
12:31:49 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
12:31:49 	                               ^^^^
12:31:49 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.202404240259/org.eclipse.papyrus.infra.core-4.4.0.202404240259.jar')
12:31:49 [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] 
12:31:49 	modelSet.createsModels(model1File);
12:31:49 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	modelSet.createsModels(model1File);
12:31:49 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	modelSet.loadModels(model1File);
12:31:49 	         ^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method loadModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	modelSet.createsModels(model1File);
12:31:49 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	modelSet.createsModels(model1File);
12:31:49 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	modelSet.createsModels(model1File);
12:31:49 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	modelSet.createsModels(model1File);
12:31:49 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Optional<String>, Matcher<? super Optional<String>>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<String>) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Optional<String>, Matcher<? super Optional<String>>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<String>) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Optional<AdapterUtilsTest.EMFAdapter>, Matcher<? super Optional<AdapterUtilsTest.EMFAdapter>>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Optional<Integer>, Matcher<? super Optional<Integer>>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<Integer>) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Optional<Integer>, Matcher<? super Optional<Integer>>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<Integer>) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Optional<AdapterUtilsTest.EMFAdapter>, Matcher<? super Optional<AdapterUtilsTest.EMFAdapter>>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<String>, String) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<String>, String) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(AdapterUtilsTest.EMFAdapter, Matcher<? super AdapterUtilsTest.EMFAdapter>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>, AdapterUtilsTest.EMFAdapter) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<Integer>, Integer) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
12:31:49 	           ^^^^^^^^^^^^
12:31:49 The type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
12:31:49 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method adapt(Object, Class<Integer>, Integer) from the type AdapterUtils is deprecated
12:31:49 [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] 
12:31:49 	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
12:31:49 	       ^^^^^^
12:31:49 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
12:31:49 [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] 
12:31:49 	this.trace = trace;
12:31:49 	     ^^^^^
12:31:49 The static field FakeService.trace should be accessed in a static way
12:31:49 [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] 
12:31:49 	mngr.createsModels(model1File);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.loadModels(model1File);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method loadModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.createsModels(model1File);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	assertThat("workspace resource not created", modelFile.exists(), is(true));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat("EMF resource is null", model.getResource(), notNullValue());
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Resource, Matcher<? super Resource>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat("workspace resource not created", modelFile1.exists(), is(true));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat("workspace resource not created", modelFile2.exists(), is(true));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat("EMF resource is null", model.getResource(), notNullValue());
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Resource, Matcher<? super Resource>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat("EMF resource not created", res2.getContents().isEmpty(), is(false));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	mngr.createsModels(model1File);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.saveAs(newPath);
12:31:49 	     ^^^^^^^^^^^^^^^
12:31:49 The method saveAs(IPath) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.createsModels(model1File);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.createsModels(model1File);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.createsModels(model1File);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.loadModels(model1File);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method loadModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.createsModels(createdFile);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method createsModels(IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	mngr.importModels(new ModelIdentifiers(model1Key, model2Key), importFile);
12:31:49 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method importModels(ModelIdentifiers, IFile) from the type ModelSet is deprecated
12:31:49 [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] 
12:31:49 	assertThat(earlySnippet.active, is((Set<IModel>) ImmutableSet.<IModel> of(model1, model2)));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Set<IModel>, Matcher<? super Set<IModel>>) from the type Assert is deprecated
12:31:49 [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] 
12:31:49 	assertThat(lateSnippet.active, is((Set<IModel>) ImmutableSet.<IModel> of(model1, model2)));
12:31:49 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:49 The method assertThat(Set<IModel>, Matcher<? super Set<IModel>>) from the type Assert is deprecated
12:31:49 72 problems (72 warnings)
12:31:49 [INFO] 
12:31:49 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.tests ---
12:31:49 [INFO] 
12:31:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.tests ---
12:31:49 [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
12:31:49 [INFO] 
12:31:49 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.tests ---
12:31:49 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:31:49 [INFO] 
12:31:49 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.tests ---
12:31:49 [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
12:31:49 [INFO] 
12:31:49 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.tests ---
12:31:49 [INFO] 
12:31:49 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.tests ---
12:31:49 [INFO] Skipping tests
12:31:49 [INFO] 
12:31:49 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.tests ---
12:31:49 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:49 [INFO] 
12:31:49 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests >--
12:31:49 [INFO] Building org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT  [69/175]
12:31:49 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml
12:31:49 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:49 [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
12:31:50 [INFO] 
12:31:50 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:50 [INFO] 
12:31:50 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:50 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:50 [INFO] 
12:31:50 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:50 [INFO] 
12:31:50 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:50 [INFO] 
12:31:50 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:50 [INFO] 
12:31:50 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:50 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.tests
12:31:51 [INFO] 
12:31:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:51 [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
12:31:51 [INFO] 
12:31:51 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:51 [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
12:31:51 [INFO] 
12:31:51 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:51 [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
12:31:51 [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] 
12:31:51 	private Property basePropSte1;
12:31:51 	                 ^^^^^^^^^^^^
12:31:51 The value of the field UMLRestrictedContentProviderTestCustomProfile.basePropSte1 is not used
12:31:51 [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] 
12:31:51 	List<EObject> nodes = new ArrayList<EObject>((List<EObject>) activity.eGet(UMLPackage.eINSTANCE.getActivity_OwnedNode()));
12:31:51 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:51 Type safety: Unchecked cast from Object to List<EObject>
12:31:51 2 problems (2 warnings)
12:31:51 [INFO] 
12:31:51 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:51 [INFO] 
12:31:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:51 [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
12:31:51 [INFO] 
12:31:51 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:51 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:31:51 [INFO] 
12:31:51 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:51 [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
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:52 [INFO] Skipping tests
12:31:52 [INFO] 
12:31:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.tests ---
12:31:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:52 [INFO] 
12:31:52 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature >--
12:31:52 [INFO] Building org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT [70/175]
12:31:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml
12:31:52 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:31:52 [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
12:31:52 [INFO] 
12:31:52 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [INFO] The project's OSGi version is 1.3.0.202404241627
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [INFO] 
12:31:52 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [INFO] 
12:31:52 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [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
12:31:52 [INFO] 
12:31:52 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [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
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [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
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [INFO] 
12:31:52 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [INFO] 
12:31:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
12:31:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:52 [INFO] 
12:31:52 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.tests.releng >--
12:31:52 [INFO] Building org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT [71/175]
12:31:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/pom.xml
12:31:52 [INFO] --------------------------------[ pom ]---------------------------------
12:31:52 [INFO] 
12:31:52 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.tests.releng ---
12:31:52 [INFO] 
12:31:52 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.tests.releng ---
12:31:52 [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
12:31:52 [INFO] 
12:31:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.tests.releng ---
12:31:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:52 [INFO] 
12:31:52 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests >--
12:31:52 [INFO] Building org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT [72/175]
12:31:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml
12:31:52 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:52 [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
12:31:53 [INFO] 
12:31:53 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:53 [INFO] 
12:31:53 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:53 [INFO] The project's OSGi version is 2.1.0.202404241627
12:31:53 [INFO] 
12:31:53 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:53 [INFO] 
12:31:53 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:53 [INFO] 
12:31:53 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:53 [INFO] 
12:31:53 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:53 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.controlmode.tests
12:31:54 [INFO] 
12:31:54 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:54 [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
12:31:54 [INFO] 
12:31:54 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:54 [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
12:31:54 [INFO] 
12:31:54 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:54 [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
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:55 [INFO] 
12:31:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:55 [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
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:55 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:55 [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
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:55 [INFO] Skipping tests
12:31:55 [INFO] 
12:31:55 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
12:31:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:55 [INFO] 
12:31:55 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests >--
12:31:55 [INFO] Building org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT [73/175]
12:31:55 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml
12:31:55 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:55 [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
12:31:55 [INFO] 
12:31:55 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:55 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:55 [INFO] 
12:31:55 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:55 [INFO] 
12:31:55 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:55 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.resourceloading.tests
12:31:57 [INFO] 
12:31:57 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [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
12:31:57 [INFO] 
12:31:57 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [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
12:31:57 [INFO] 
12:31:57 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [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
12:31:57 [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] 
12:31:57 	import org.eclipse.papyrus.infra.services.resourceloading.impl.ProxyManager;
12:31:57 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:57 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.202404240259/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202404240259.jar')
12:31:57 [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] 
12:31:57 	chooser = ProxyManager.getStrategyChooser();
12:31:57 	          ^^^^^^^^^^^^
12:31:57 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.202404240259/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202404240259.jar')
12:31:57 [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] 
12:31:57 	chooser = ProxyManager.getStrategyChooser();
12:31:57 	                       ^^^^^^^^^^^^^^^^^^
12:31:57 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.202404240259/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202404240259.jar')
12:31:57 [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] 
12:31:57 	modelSet.loadModels(resourceLoaded);
12:31:57 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:57 The method loadModels(IFile) from the type ModelSet is deprecated
12:31:57 [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] 
12:31:57 	modelSet.loadModels(modelFile);
12:31:57 	         ^^^^^^^^^^^^^^^^^^^^^
12:31:57 The method loadModels(IFile) from the type ModelSet is deprecated
12:31:57 [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] 
12:31:57 	modelSet.loadModels(resourceLoaded);
12:31:57 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:31:57 The method loadModels(IFile) from the type ModelSet is deprecated
12:31:57 6 problems (6 warnings)
12:31:57 [INFO] 
12:31:57 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [INFO] 
12:31:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [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
12:31:57 [INFO] 
12:31:57 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
12:31:57 [INFO] 
12:31:57 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [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
12:31:57 [INFO] 
12:31:57 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [INFO] 
12:31:57 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [INFO] Skipping tests
12:31:57 [INFO] 
12:31:57 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
12:31:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:31:57 [INFO] 
12:31:57 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests >--
12:31:57 [INFO] Building org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT [74/175]
12:31:57 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml
12:31:57 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:31:57 [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
12:31:58 [INFO] 
12:31:58 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:58 [INFO] 
12:31:58 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:58 [INFO] The project's OSGi version is 2.0.0.202404241627
12:31:58 [INFO] 
12:31:58 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:58 [INFO] 
12:31:58 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:58 [INFO] 
12:31:58 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:58 [INFO] 
12:31:58 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:58 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.tests
12:31:59 [INFO] 
12:31:59 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:59 [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
12:31:59 [INFO] 
12:31:59 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:59 [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
12:31:59 [INFO] 
12:31:59 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:31:59 [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
12:32:00 [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] 
12:32:00 	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditService;
12:32:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	* JUnit tests for {@link ElementEditService} class.
12:32:00 	                         ^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProviderFactory;
12:32:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	* JUnit tests for {@link ElementEditServiceProviderFactory} class.
12:32:00 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
12:32:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
12:32:00 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
12:32:00 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	factory.init(registry);
12:32:00 	        ^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	service = factory.createServiceInstance();
12:32:00 	                  ^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProvider;
12:32:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 [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] 
12:32:00 	* JUnit tests for {@link ElementEditServiceProvider} class.
12:32:00 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:00 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.202404240259/org.eclipse.papyrus.infra.services.edit-4.1.0.202404240259.jar')
12:32:00 11 problems (11 warnings)
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:32:00 [INFO] 
12:32:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:32:00 [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
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:32:00 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:32:00 [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
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:32:00 [INFO] Skipping tests
12:32:00 [INFO] 
12:32:00 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.edit.tests ---
12:32:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:00 [INFO] 
12:32:00 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests >--
12:32:00 [INFO] Building org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT [75/175]
12:32:00 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml
12:32:00 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:00 [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
12:32:00 [INFO] 
12:32:00 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:00 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:00 [INFO] 
12:32:00 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:00 [INFO] 
12:32:00 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:00 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.semantic.tests
12:32:01 [INFO] 
12:32:01 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:01 [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
12:32:01 [INFO] 
12:32:01 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:01 [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
12:32:01 [INFO] 
12:32:01 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:01 [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
12:32:02 [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] 
12:32:02 	assertThat(roots, hasItem(instanceOf(Model.class)));
12:32:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:02 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
12:32:02 [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] 
12:32:02 	assertThat(roots, hasItem(instanceOf(Profile.class)));
12:32:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:02 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
12:32:02 [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] 
12:32:02 	assertThat(roots, not(hasItem(isStereotypeApplication())));
12:32:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:02 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
12:32:02 [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] 
12:32:02 	assertThat(roots, not(hasItem(instanceOf(Diagram.class))));
12:32:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:02 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
12:32:02 [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] 
12:32:02 	assertThat(roots, not(hasItem(instanceOf(Table.class))));
12:32:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:02 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
12:32:02 [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] 
12:32:02 	assertThat(modelIDs, hasItem(UmlModel.MODEL_ID));
12:32:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:02 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:32:02 [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] 
12:32:02 	assertThat(modelIDs, not(hasItem(NotationModel.MODEL_ID)));
12:32:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:02 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:32:02 7 problems (7 warnings)
12:32:02 [INFO] 
12:32:02 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:02 [INFO] 
12:32:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:02 [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
12:32:02 [INFO] 
12:32:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:32:02 [INFO] 
12:32:02 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:02 [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
12:32:02 [INFO] 
12:32:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:02 [INFO] 
12:32:02 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:02 [INFO] Skipping tests
12:32:02 [INFO] 
12:32:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.semantic.tests ---
12:32:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:02 [INFO] 
12:32:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests >--
12:32:02 [INFO] Building org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT [76/175]
12:32:02 [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
12:32:02 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:02 [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
12:32:03 [INFO] 
12:32:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:03 [INFO] 
12:32:03 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:03 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:03 [INFO] 
12:32:03 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:03 [INFO] 
12:32:03 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:03 [INFO] 
12:32:03 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:03 [INFO] 
12:32:03 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:03 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.ui.tests
12:32:04 [INFO] 
12:32:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:04 [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
12:32:04 [INFO] 
12:32:04 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:04 [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
12:32:04 [INFO] 
12:32:04 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:04 [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
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:05 [INFO] 
12:32:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:05 [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
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:05 [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
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:05 [INFO] Skipping tests
12:32:05 [INFO] 
12:32:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
12:32:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:05 [INFO] 
12:32:05 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature >--
12:32:05 [INFO] Building org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT [77/175]
12:32:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml
12:32:05 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:32:05 [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
12:32:05 [INFO] 
12:32:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [INFO] The project's OSGi version is 1.2.0.202404241627
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [INFO] 
12:32:05 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [INFO] 
12:32:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [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
12:32:05 [INFO] 
12:32:05 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [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
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [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
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [INFO] 
12:32:05 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [INFO] 
12:32:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.services.feature ---
12:32:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:05 [INFO] 
12:32:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.tests.releng >--
12:32:05 [INFO] Building org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT  [78/175]
12:32:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/pom.xml
12:32:05 [INFO] --------------------------------[ pom ]---------------------------------
12:32:05 [INFO] 
12:32:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.tests.releng ---
12:32:05 [INFO] 
12:32:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.tests.releng ---
12:32:05 [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
12:32:05 [INFO] 
12:32:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.tests.releng ---
12:32:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:05 [INFO] 
12:32:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests >--
12:32:05 [INFO] Building org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT [79/175]
12:32:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml
12:32:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:05 [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
12:32:06 [INFO] 
12:32:06 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:06 [INFO] 
12:32:06 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:06 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:06 [INFO] 
12:32:06 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:06 [INFO] 
12:32:06 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:06 [INFO] 
12:32:06 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:06 [INFO] 
12:32:06 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:06 [INFO] Resolving class path of org.eclipse.papyrus.views.modelexplorer.tests
12:32:07 [INFO] 
12:32:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:07 [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
12:32:07 [INFO] 
12:32:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:07 [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
12:32:07 [INFO] 
12:32:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:07 [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
12:32:08 [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] 
12:32:08 	import org.eclipse.ui.internal.handlers.HandlerProxy;
12:32:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:08 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')
12:32:08 [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] 
12:32:08 	if (currentHandler instanceof HandlerProxy) {
12:32:08 	                              ^^^^^^^^^^^^
12:32:08 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')
12:32:08 [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] 
12:32:08 	currentHandler = ((HandlerProxy) currentHandler).getHandler();
12:32:08 	                   ^^^^^^^^^^^^
12:32:08 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')
12:32:08 [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] 
12:32:08 	currentHandler = ((HandlerProxy) currentHandler).getHandler();
12:32:08 	                                                 ^^^^^^^^^^
12:32:08 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')
12:32:08 [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] 
12:32:08 	Assert.assertNotEquals("the label of diagram1 is not good", "Diagram1", labeProvider.getText(diagram1)); //$NON-NLS-1$ //$NON-NLS-2$
12:32:08 	                                                                                     ^^^^^^^
12:32:08 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')
12:32:08 [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] 
12:32:08 	Assert.assertNotEquals("the label of class1 is not good", "class1", labeProvider.getText(class1)); //$NON-NLS-1$ //$NON-NLS-2$
12:32:08 	                                                                                 ^^^^^^^
12:32:08 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')
12:32:08 6 problems (6 warnings)
12:32:08 [INFO] 
12:32:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:08 [INFO] 
12:32:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:08 [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
12:32:08 [INFO] 
12:32:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:32:08 [INFO] 
12:32:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:08 [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
12:32:08 [INFO] 
12:32:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:08 [INFO] 
12:32:08 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:08 [INFO] Skipping tests
12:32:08 [INFO] 
12:32:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.modelexplorer.tests ---
12:32:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:08 [INFO] 
12:32:08 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests >--
12:32:08 [INFO] Building org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT [80/175]
12:32:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml
12:32:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:08 [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
12:32:09 [INFO] 
12:32:09 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:09 [INFO] 
12:32:09 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:09 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:09 [INFO] 
12:32:09 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:09 [INFO] 
12:32:09 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:09 [INFO] 
12:32:09 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:09 [INFO] 
12:32:09 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:09 [INFO] Resolving class path of org.eclipse.papyrus.views.documentation.tests
12:32:10 [INFO] 
12:32:10 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:10 [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
12:32:10 [INFO] 
12:32:10 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:10 [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
12:32:10 [INFO] 
12:32:10 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:11 [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
12:32:11 [INFO] 
12:32:11 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:11 [INFO] 
12:32:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:11 [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
12:32:11 [INFO] 
12:32:11 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:11 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped
12:32:11 [INFO] 
12:32:11 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:11 [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
12:32:11 [INFO] 
12:32:11 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:11 [INFO] 
12:32:11 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:11 [INFO] Skipping tests
12:32:11 [INFO] 
12:32:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.documentation.tests ---
12:32:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:11 [INFO] 
12:32:11 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature >-----
12:32:11 [INFO] Building org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT [81/175]
12:32:11 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml
12:32:11 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:32:11 [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
12:32:12 [INFO] 
12:32:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [INFO] The project's OSGi version is 1.2.0.202404241627
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [INFO] 
12:32:12 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [INFO] 
12:32:12 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [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
12:32:12 [INFO] 
12:32:12 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [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
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 321 were skipped
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [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
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [INFO] 
12:32:12 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.views.feature ---
12:32:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:12 [INFO] 
12:32:12 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests.releng >--
12:32:12 [INFO] Building org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT [82/175]
12:32:12 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/pom.xml
12:32:12 [INFO] --------------------------------[ pom ]---------------------------------
12:32:12 [INFO] 
12:32:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests.releng ---
12:32:12 [INFO] 
12:32:12 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests.releng ---
12:32:12 [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
12:32:12 [INFO] 
12:32:12 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.tests.releng ---
12:32:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:12 [INFO] 
12:32:12 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests >---
12:32:12 [INFO] Building org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT   [83/175]
12:32:12 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml
12:32:12 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:12 [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
12:32:12 [INFO] 
12:32:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:12 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:12 [INFO] 
12:32:12 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:12 [INFO] 
12:32:12 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:12 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.tests
12:32:14 [INFO] 
12:32:14 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [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
12:32:14 [INFO] 
12:32:14 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [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
12:32:14 [INFO] 
12:32:14 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [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
12:32:14 [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] 
12:32:14 	import org.eclipse.papyrus.uml.profile.service.ui.RefreshProfileDialog;
12:32:14 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:14 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.202404240259/org.eclipse.papyrus.uml.profile-4.2.0.202404240259.jar')
12:32:14 [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] 
12:32:14 	RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class);
12:32:14 	^^^^^^^^^^^^^^^^^^^^
12:32:14 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.202404240259/org.eclipse.papyrus.uml.profile-4.2.0.202404240259.jar')
12:32:14 [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] 
12:32:14 	RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class);
12:32:14 	                                         ^^^^^^^^^^^^^^^^^^^^
12:32:14 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.202404240259/org.eclipse.papyrus.uml.profile-4.2.0.202404240259.jar')
12:32:14 3 problems (3 warnings)
12:32:14 [INFO] 
12:32:14 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [INFO] 
12:32:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [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
12:32:14 [INFO] 
12:32:14 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
12:32:14 [INFO] 
12:32:14 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [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
12:32:14 [INFO] 
12:32:14 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [INFO] 
12:32:14 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [INFO] Skipping tests
12:32:14 [INFO] 
12:32:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.tests ---
12:32:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:14 [INFO] 
12:32:14 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests.releng >--
12:32:14 [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT [84/175]
12:32:14 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/pom.xml
12:32:14 [INFO] --------------------------------[ pom ]---------------------------------
12:32:14 [INFO] 
12:32:14 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
12:32:14 [INFO] 
12:32:14 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
12:32:14 [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
12:32:14 [INFO] 
12:32:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
12:32:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:14 [INFO] 
12:32:14 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests >--
12:32:14 [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT [85/175]
12:32:14 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml
12:32:14 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:14 [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
12:32:15 [INFO] 
12:32:15 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:15 [INFO] 
12:32:15 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:15 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:15 [INFO] 
12:32:15 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:15 [INFO] 
12:32:15 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:15 [INFO] 
12:32:15 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:15 [INFO] 
12:32:15 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:15 [INFO] Resolving class path of org.eclipse.papyrus.uml.modelexplorer.tests
12:32:16 [INFO] 
12:32:16 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:16 [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
12:32:16 [INFO] 
12:32:16 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:16 [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
12:32:16 [INFO] 
12:32:16 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:16 [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
12:32:17 [INFO] 
12:32:17 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:17 [INFO] 
12:32:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:17 [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
12:32:17 [INFO] 
12:32:17 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:17 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:32:17 [INFO] 
12:32:17 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:17 [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
12:32:17 [INFO] 
12:32:17 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:17 [INFO] 
12:32:17 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:17 [INFO] Skipping tests
12:32:17 [INFO] 
12:32:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
12:32:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:17 [INFO] 
12:32:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests >--
12:32:17 [INFO] Building org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT [86/175]
12:32:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml
12:32:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:17 [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
12:32:18 [INFO] 
12:32:18 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:18 [INFO] 
12:32:18 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:18 [INFO] The project's OSGi version is 2.1.0.202404241627
12:32:18 [INFO] 
12:32:18 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:18 [INFO] 
12:32:18 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:18 [INFO] 
12:32:18 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:18 [INFO] 
12:32:18 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:18 [INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.tests
12:32:19 [INFO] 
12:32:19 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:20 [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
12:32:20 [INFO] 
12:32:20 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:20 [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
12:32:20 [INFO] 
12:32:20 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:20 [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
12:32:20 [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] 
12:32:20 	private static Class testClass;
12:32:20 	                     ^^^^^^^^^
12:32:20 The value of the field CreatePureUMLElementTest.testClass is not used
12:32:20 [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] 
12:32:20 	private static Activity testActivityWithNode;
12:32:20 	                        ^^^^^^^^^^^^^^^^^^^^
12:32:20 The value of the field CreatePureUMLElementTest.testActivityWithNode is not used
12:32:20 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)
12:32:20 	@SuppressWarnings("nls")
12:32:20 	                  ^^^^^
12:32:20 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:20 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)
12:32:20 	@SuppressWarnings("nls")
12:32:20 	                  ^^^^^
12:32:20 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:20 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)
12:32:20 	@SuppressWarnings("nls")
12:32:20 	                  ^^^^^
12:32:20 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:20 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)
12:32:20 	@SuppressWarnings("nls")
12:32:20 	                  ^^^^^
12:32:20 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:20 8 problems (0 errors, 2 warnings, 6 infos)
12:32:20 [INFO] 
12:32:20 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:20 [INFO] 
12:32:20 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:20 [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
12:32:20 [INFO] 
12:32:20 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:20 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 324 were skipped
12:32:20 [INFO] 
12:32:20 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:21 [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
12:32:21 [INFO] 
12:32:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:21 [INFO] 
12:32:21 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:21 [INFO] Skipping tests
12:32:21 [INFO] 
12:32:21 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.service.types.tests ---
12:32:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:21 [INFO] 
12:32:21 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests >--
12:32:21 [INFO] Building org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT [87/175]
12:32:21 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml
12:32:21 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:21 [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
12:32:21 [INFO] 
12:32:21 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:21 [INFO] 
12:32:21 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:21 [INFO] The project's OSGi version is 2.1.0.202404241627
12:32:21 [INFO] 
12:32:21 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:21 [INFO] 
12:32:21 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:21 [INFO] 
12:32:21 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:21 [INFO] 
12:32:21 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:21 [INFO] Resolving class path of org.eclipse.papyrus.uml.properties.tests
12:32:23 [INFO] 
12:32:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:23 [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
12:32:23 [INFO] 
12:32:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:23 [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
12:32:23 [INFO] 
12:32:23 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:23 [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
12:32:24 [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] 
12:32:24 	return new StrategyBasedContentProvider(new ProviderBasedBrowseStrategy(treeContent),
12:32:24 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:24 ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "unchecked", "rawtypes", "serial", "nls" })
12:32:24 	                                                       ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 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)
12:32:24 	@SuppressWarnings({ "nls" })
12:32:24 	                    ^^^^^
12:32:24 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:24 31 problems (0 errors, 1 warning, 30 infos)
12:32:24 [INFO] 
12:32:24 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:24 [INFO] 
12:32:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:24 [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
12:32:24 [INFO] 
12:32:24 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:24 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 327 were skipped
12:32:24 [INFO] 
12:32:24 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:24 [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
12:32:24 [INFO] 
12:32:24 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:24 [INFO] 
12:32:24 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:24 [INFO] Skipping tests
12:32:24 [INFO] 
12:32:24 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.properties.tests ---
12:32:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:24 [INFO] 
12:32:24 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.types.core.tests >--
12:32:24 [INFO] Building org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT [88/175]
12:32:24 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml
12:32:24 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:24 [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
12:32:25 [INFO] 
12:32:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:25 [INFO] 
12:32:25 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:25 [INFO] The project's OSGi version is 1.0.0.202404241627
12:32:25 [INFO] 
12:32:25 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:25 [INFO] 
12:32:25 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:25 [INFO] 
12:32:25 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:25 [INFO] 
12:32:25 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:25 [INFO] Resolving class path of org.eclipse.papyrus.uml.types.core.tests
12:32:26 [INFO] 
12:32:26 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:26 [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
12:32:26 [INFO] 
12:32:26 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:26 [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
12:32:26 [INFO] 
12:32:26 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:26 [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
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:27 [INFO] 
12:32:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:27 [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
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:27 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 322 were skipped
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:27 [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
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:27 [INFO] Skipping tests
12:32:27 [INFO] 
12:32:27 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.types.core.tests ---
12:32:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:27 [INFO] 
12:32:27 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests >--
12:32:27 [INFO] Building org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT [89/175]
12:32:27 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml
12:32:27 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:27 [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
12:32:27 [INFO] 
12:32:27 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:27 [INFO] The project's OSGi version is 2.1.0.202404241627
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:27 [INFO] 
12:32:27 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:27 [INFO] 
12:32:27 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:27 [INFO] Resolving class path of org.eclipse.papyrus.uml.modelrepair.tests
12:32:29 [INFO] 
12:32:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:29 [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
12:32:29 [INFO] 
12:32:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:29 [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
12:32:29 [INFO] 
12:32:29 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:29 [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
12:32:30 [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] 
12:32:30 	* Tests for {@link ProfileNamespaceURIPattern}s and the related functionality.
12:32:30 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	protected static Predicate<ProfileNamespaceURIPattern> isExtensionPointPattern() {
12:32:30 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	return new Predicate<ProfileNamespaceURIPattern>() {
12:32:30 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	public boolean apply(ProfileNamespaceURIPattern pattern) {
12:32:30 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) &&
12:32:30 	               ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) &&
12:32:30 	                                                                                   ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	pattern.getVersionFormat() != null;
12:32:30 	        ^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
12:32:30 	                                                            ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Pattern should have matched.", match.hasMatched());
12:32:30 	                                                 ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getNamespaceURI(), is(NO_VERSION_A_URI));
12:32:30 	      ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI));
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersion(), is(NO_VERSION_VERSION_DEFAULT));
12:32:30 	      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
12:32:30 	                                                            ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Pattern should have matched.", match.hasMatched());
12:32:30 	                                                 ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getNamespaceURI(), is(NO_VERSION_A_URI));
12:32:30 	      ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI));
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersion(), is(NO_VERSION_A_URI));
12:32:30 	      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
12:32:30 	                                                            ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Pattern should have matched.", match.hasMatched());
12:32:30 	                                                 ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI));
12:32:30 	      ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI));
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersion(), is(SINGLE_VERSION_A7_VERSION_DEFAULT));
12:32:30 	      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
12:32:30 	                                                            ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Pattern should have matched.", match.hasMatched());
12:32:30 	                                                 ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI));
12:32:30 	      ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI));
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersion(), is(SINGLE_VERSION_A7_VERSION_FORMAT));
12:32:30 	      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
12:32:30 	                                                            ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Pattern should have matched.", match.hasMatched());
12:32:30 	                                                 ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI));
12:32:30 	      ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI));
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_DEFAULT));
12:32:30 	      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
12:32:30 	                                                            ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Pattern should have matched.", match.hasMatched());
12:32:30 	                                                 ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI));
12:32:30 	      ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI));
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_FORMAT));
12:32:30 	      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
12:32:30 	                                                            ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Pattern should not have matched.", !match.hasMatched());
12:32:30 	                                                      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getNamespaceURI(), nullValue());
12:32:30 	      ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersionlessNamespaceURI(), nullValue());
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersion(), nullValue());
12:32:30 	      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
12:32:30 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
12:32:30 	                                                                                          ^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Pattern should not have matched.", !match.hasMatched());
12:32:30 	                                                      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getNamespaceURI(), nullValue());
12:32:30 	      ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersionlessNamespaceURI(), nullValue());
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	match.getVersion(), nullValue());
12:32:30 	      ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI);
12:32:30 	                                                                ^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Comparison should be valid.", comparison.isValid());
12:32:30 	                                                     ^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Same URI should be equal to itself (namespace URI).", comparison.isEqualNamespaceURI());
12:32:30 	                                                                             ^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Same URI should be equal to itself (versionless URI).", comparison.isEqualVersionlessNamespaceURI());
12:32:30 	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Same URI should be equal to itself (version).", comparison.isEqualVersion());
12:32:30 	                                                                       ^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI);
12:32:30 	                                                                ^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Comparison should be valid.", comparison.isValid());
12:32:30 	                                                     ^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Should not be the same namespace URI.", !comparison.isEqualNamespaceURI());
12:32:30 	                                                                ^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Should not be the same versionless URI.", !comparison.isEqualVersionlessNamespaceURI());
12:32:30 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Should be the same version (no version).", comparison.isEqualVersion());
12:32:30 	                                                                  ^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI);
12:32:30 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI);
12:32:30 	                                                                ^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	* Automated tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies.
12:32:30 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	private ZombieStereotypesDescriptor zombies;
12:32:30 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
12:32:30 	                               ^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
12:32:30 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
12:32:30 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
12:32:30 	                                                                          ^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                         ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                                       ^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	fixture.start(modelSet.getResourceSet());
12:32:30 	        ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	void repair(final IAdaptable schema, final IRepairAction action) {
12:32:30 	                                           ^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	zombies.repair(schema, action, null, null);
12:32:30 	        ^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
12:32:30 	                                                    ^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	static class MyStereotypeApplicationRepairSnippet extends StereotypeApplicationRepairSnippet {
12:32:30 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	super();
12:32:30 	^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	super(presenterFunction, dynamicProfileSupplier);
12:32:30 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 Discouraged access: The constructor 'StereotypeApplicationRepairSnippet(Function<? super ModelSet,? extends IZombieStereotypePresenter>, Function<? super EPackage,Profile>)' 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	super(presenterFunction);
12:32:30 	^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 Discouraged access: The constructor 'StereotypeApplicationRepairSnippet(Function<? super ModelSet,? extends IZombieStereotypePresenter>)' 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource) {
12:32:30 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	return super.getZombieStereotypes(resource);
12:32:30 	             ^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource, Element root) {
12:32:30 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	return super.getZombieStereotypes(resource, root);
12:32:30 	             ^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	return super.getRootUMLElement(resource);
12:32:30 	             ^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	return super.getAppliedDefinitions(profileApplications);
12:32:30 	             ^^^^^^^^^^^^^^^^^^^^^
12:32:30 Discouraged access: The method 'StereotypeApplicationRepairSnippet.getAppliedDefinitions(Iterable<? extends ProfileApplication>)' 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPattern;
12:32:30 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternRegistry;
12:32:30 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	* Specific bug regression tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies.
12:32:30 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	private ZombieStereotypesDescriptor zombies;
12:32:30 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                                                 ^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
12:32:30 	                                                                                 ^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
12:32:30 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                   ^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
12:32:30 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
12:32:30 	                                                    ^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	Collection<? extends EObject> packageAzombies = zombies.getZombies(packageA.get());
12:32:30 	                                                        ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	Collection<? extends EObject> packageBzombies = zombies.getZombies(packageB.get());
12:32:30 	                                                        ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	* Tests that bug 496307 is resolved through {@link ProfileNamespaceURIPattern}s which provide a mechanism to
12:32:30 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
12:32:30 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
12:32:30 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
12:32:30 	                                                                                 ^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
12:32:30 	^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
12:32:30 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
12:32:30 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	registry.register(pattern);
12:32:30 	         ^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
12:32:30 	                                                    ^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	Collection<? extends EObject> packageAzombies = zombies.getZombies(packageA.get());
12:32:30 	                                                        ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	Collection<? extends EObject> packageBzombies = zombies.getZombies(packageB.get());
12:32:30 	                                                        ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	registry.unregister(pattern);
12:32:30 	         ^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	if (next.isAnnotationPresent(Bug.class) && StereotypeApplicationRepairSnippet.class.isAssignableFrom(next.getReturnType())) {
12:32:30 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	fixture.start(modelSet.getResourceSet());
12:32:30 	        ^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	void repair(final IAdaptable schema, final IRepairAction action) {
12:32:30 	                                           ^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	zombies.repair(schema, action, null, null);
12:32:30 	        ^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
12:32:30 	                                                    ^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 [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] 
12:32:30 	public void addZombies(ZombieStereotypesDescriptor zombies) {
12:32:30 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:30 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.202404240259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202404240259.jar')
12:32:30 204 problems (204 warnings)
12:32:30 [INFO] 
12:32:30 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:30 [INFO] 
12:32:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:30 [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
12:32:30 [INFO] 
12:32:30 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:30 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:32:30 [INFO] 
12:32:30 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:30 [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
12:32:30 [INFO] 
12:32:30 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:30 [INFO] 
12:32:30 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:30 [INFO] Skipping tests
12:32:30 [INFO] 
12:32:30 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelrepair.tests ---
12:32:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:30 [INFO] 
12:32:30 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests >--
12:32:30 [INFO] Building org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT [90/175]
12:32:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml
12:32:30 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:30 [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
12:32:31 [INFO] 
12:32:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:31 [INFO] 
12:32:31 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:31 [INFO] The project's OSGi version is 2.2.0.202404241627
12:32:31 [INFO] 
12:32:31 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:31 [INFO] 
12:32:31 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:31 [INFO] 
12:32:31 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:31 [INFO] 
12:32:31 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:31 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.drafter.tests
12:32:32 [INFO] 
12:32:32 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:32 [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
12:32:32 [INFO] 
12:32:32 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:32 [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
12:32:32 [INFO] 
12:32:32 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:32 [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
12:32:33 [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] 
12:32:33 	public class TraceRecord<T1, T2> {
12:32:33 	                         ^^
12:32:33 The type parameter T1 is hiding the type T1
12:32:33 [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] 
12:32:33 	public class TraceRecord<T1, T2> {
12:32:33 	                             ^^
12:32:33 The type parameter T2 is hiding the type T2
12:32:33 [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] 
12:32:33 	@SuppressWarnings("unchecked")
12:32:33 	                  ^^^^^^^^^^^
12:32:33 Unnecessary @SuppressWarnings("unchecked")
12:32:33 [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] 
12:32:33 	List models = (List) inputElement;
12:32:33 	^^^^
12:32:33 List is a raw type. References to generic type List<E> should be parameterized
12:32:33 [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] 
12:32:33 	List models = (List) inputElement;
12:32:33 	               ^^^^
12:32:33 List is a raw type. References to generic type List<E> should be parameterized
12:32:33 5 problems (5 warnings)
12:32:33 [INFO] 
12:32:33 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:33 [INFO] 
12:32:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:33 [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
12:32:33 [INFO] 
12:32:33 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:33 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
12:32:33 [INFO] 
12:32:33 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:33 [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
12:32:33 [INFO] 
12:32:33 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:33 [INFO] 
12:32:33 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:33 [INFO] Skipping tests
12:32:33 [INFO] 
12:32:33 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
12:32:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:33 [INFO] 
12:32:33 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests >--
12:32:33 [INFO] Building org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT [91/175]
12:32:33 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml
12:32:33 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:33 [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
12:32:34 [INFO] 
12:32:34 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:34 [INFO] 
12:32:34 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:34 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:34 [INFO] 
12:32:34 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:34 [INFO] 
12:32:34 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:34 [INFO] 
12:32:34 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:34 [INFO] 
12:32:34 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:34 [INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.ui.tests
12:32:36 [INFO] 
12:32:36 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:36 [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
12:32:36 [INFO] 
12:32:36 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:36 [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
12:32:36 [INFO] 
12:32:36 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:36 [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
12:32:37 [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] 
12:32:37 	public void setInitialElementSelections(List selectedElements) {
12:32:37 	                                        ^^^^
12:32:37 List is a raw type. References to generic type List<E> should be parameterized
12:32:37 [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] 
12:32:37 	public void setInitialElementSelections(List selectedElements) {
12:32:37 	                                        ^^^^
12:32:37 List is a raw type. References to generic type List<E> should be parameterized
12:32:37 2 problems (2 warnings)
12:32:37 [INFO] 
12:32:37 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:37 [INFO] 
12:32:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:37 [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
12:32:37 [INFO] 
12:32:37 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:37 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 324 were skipped
12:32:37 [INFO] 
12:32:37 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:37 [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
12:32:37 [INFO] 
12:32:37 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:37 [INFO] 
12:32:37 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:37 [INFO] Skipping tests
12:32:37 [INFO] 
12:32:37 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
12:32:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:37 [INFO] 
12:32:37 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests >---
12:32:37 [INFO] Building org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT   [92/175]
12:32:37 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml
12:32:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:32:37 [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
12:32:38 [INFO] 
12:32:38 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:38 [INFO] 
12:32:38 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:38 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:38 [INFO] 
12:32:38 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:38 [INFO] 
12:32:38 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:38 [INFO] 
12:32:38 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:38 [INFO] 
12:32:38 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:38 [INFO] Resolving class path of org.eclipse.papyrus.uml.filters.tests
12:32:40 [INFO] 
12:32:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:40 [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
12:32:40 [INFO] 
12:32:40 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:40 [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
12:32:40 [INFO] 
12:32:40 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:40 [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
12:32:40 [INFO] 
12:32:40 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:40 [INFO] 
12:32:40 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:40 [INFO] 
12:32:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:40 [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
12:32:40 [INFO] 
12:32:40 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:40 [INFO] 
12:32:40 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:41 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 294 were skipped
12:32:41 [INFO] 
12:32:41 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:41 [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
12:32:41 [INFO] 
12:32:41 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:41 [INFO] 
12:32:41 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.filters.tests ---
12:32:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:41 [INFO] 
12:32:41 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature >------
12:32:41 [INFO] Building org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT   [93/175]
12:32:41 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml
12:32:41 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:32:41 [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
12:32:42 [INFO] 
12:32:42 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [INFO] The project's OSGi version is 1.2.0.202404241627
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [INFO] 
12:32:42 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [INFO] 
12:32:42 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [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
12:32:42 [INFO] 
12:32:42 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [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
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 331 were skipped
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [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
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [INFO] 
12:32:42 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.feature ---
12:32:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:42 [INFO] 
12:32:42 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests >--
12:32:42 [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT [94/175]
12:32:42 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml
12:32:42 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:42 [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
12:32:42 [INFO] 
12:32:42 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [INFO] 
12:32:42 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.tests
12:32:42 [INFO] 
12:32:42 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [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
12:32:42 [INFO] 
12:32:42 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [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
12:32:42 [INFO] 
12:32:42 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:42 [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
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public class FakePagePart extends PagePart {
12:32:43 	                                  ^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	super(null, null);
12:32:43 	^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	boolean visit(IPartVisitor visitor) {
12:32:43 	              ^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public void reparent(TabFolderPart parent) {
12:32:43 	                     ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
12:32:43 	                  ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	                                               ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	                                               ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	sashWindowContainer.setContentProvider(contentProvider);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	sashWindowContainer.createPartControl(shell);
12:32:43 	                    ^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getActiveSashWindowsPage();
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals( "expected active page", "p23", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
12:32:43 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals( "expected active page", helper.lookupPageByName("p23"), container.getActiveSashWindowsPage().getRawModel());
12:32:43 	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getActiveSashWindowsPage();
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals( "expected active page", "p21", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
12:32:43 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getActiveSashWindowsPage();
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals( "expected active page", "p14", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
12:32:43 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getActiveSashWindowsPage();
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals( "expected active page", "p12", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
12:32:43 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getActiveSashWindowsPage();
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals( "expected active page", "p15", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
12:32:43 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getActiveSashWindowsPage();
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals( "expected active page", "p13", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
12:32:43 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	IPageModel newPage = helper.createNewPage("newPage");
12:32:43 	           ^^^^^^^
12:32:43 The value of the local variable newPage is not used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel is never used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.internal.IMultiEditorManager;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.internal.eclipsecopy.MultiPageSelectionProvider;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	* This main editor provide the minimum required to let a {@link SashWindowsContainer} run inside.
12:32:43 	                                                                ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	public class FakeMultiSashPageEditor extends EditorPart implements IMultiEditorManager, IMultiPageEditorPart {
12:32:43 	                                                                   ^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	private SashWindowsContainer sashContainer;
12:32:43 	        ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	site.setSelectionProvider(new MultiPageSelectionProvider(this));
12:32:43 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	site.setSelectionProvider(new MultiPageSelectionProvider(this));
12:32:43 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer = new SashWindowsContainer(this);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer = new SashWindowsContainer(this);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer.setContentProvider(getContentProvider());
12:32:43 	              ^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer.createPartControl(parent);
12:32:43 	              ^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer.refreshTabs();
12:32:43 	              ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	return sashContainer.getActiveEditor();
12:32:43 	                     ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	public SashWindowsContainer getSashWindowsContainer() {
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer.setFocus();
12:32:43 	              ^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Tests for the {@link SashContainerFolderEventsProvider} class.
12:32:43 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderListManager listManager = new TabFolderListManager();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderListManager listManager = new TabFolderListManager();
12:32:43 	                                       ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderListManager listManager = new TabFolderListManager();
12:32:43 	                                       ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
12:32:43 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
12:32:43 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	folderEventProvider.addListener(listManager);
12:32:43 	                    ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderPart folder1= new FakeTabFolderPart();
12:32:43 	^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	folderEventProvider.fireFolderCreatedEvent(folder1);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertTrue( "folder added", listManager.getFolderList().contains(folder1) );
12:32:43 	                                        ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderListManager listManager = new TabFolderListManager();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderListManager listManager = new TabFolderListManager();
12:32:43 	                                       ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderListManager listManager = new TabFolderListManager();
12:32:43 	                                       ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
12:32:43 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
12:32:43 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	folderEventProvider.addListener(listManager);
12:32:43 	                    ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderPart folder1= new FakeTabFolderPart();
12:32:43 	^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	folderEventProvider.fireFolderCreatedEvent(folder1);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderPart folder2= new FakeTabFolderPart();
12:32:43 	^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	folderEventProvider.fireFolderCreatedEvent(folder2);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertTrue( "folder added", listManager.getFolderList().contains(folder1) );
12:32:43 	                                        ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertTrue( "folder added", listManager.getFolderList().contains(folder2) );
12:32:43 	                                        ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	folderEventProvider.fireFolderDisposedEvent(folder1);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertFalse( "folder removed", listManager.getFolderList().contains(folder1) );
12:32:43 	                                           ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertTrue( "folder added", listManager.getFolderList().contains(folder2) );
12:32:43 	                                        ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test if the {@link SashWindowsContainer} send the events of a page lifecycle.
12:32:43 	                     ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test if the page lifecycle events are correctly thrown by the {@link SashWindowsContainer} when
12:32:43 	                                                                       ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
12:32:43 	                  ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	                                               ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	                                               ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	sashWindowContainer.setContentProvider(contentProvider);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	sashWindowContainer.createPartControl(shell);
12:32:43 	                    ^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
12:32:43 	                                    ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
12:32:43 	                                     ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
12:32:43 	                                     ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.visit(visitor);
12:32:43 	          ^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	return visitor.result();
12:32:43 	               ^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.addPageLifeCycleListener(listener);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.addPageLifeCycleListener(listener);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.addPageLifeCycleListener(listener);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.addPageLifeCycleListener(listener);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(page1);
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.addPageLifeCycleListener(listener);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.addPageLifeCycleListener(listener);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
12:32:43 	                               ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Tests for the class {@link SashContainerEventsProvider}.
12:32:43 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.addListener(listener);
12:32:43 	         ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	PagePart page = null;
12:32:43 	^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.firePageAboutToBeClosedEvent(page);
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.addListener(listener);
12:32:43 	         ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.removeListener(listener);
12:32:43 	         ^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	PagePart page = null;
12:32:43 	^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.firePageAboutToBeClosedEvent(page);
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.addListener(listener);
12:32:43 	         ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	PagePart page = null;
12:32:43 	^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.firePageOpenedEvent(page);
12:32:43 	         ^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.addListener(listener);
12:32:43 	         ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	PagePart page = null;
12:32:43 	^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.firePageClosedEvent(page);
12:32:43 	         ^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.addListener(listener);
12:32:43 	         ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	PagePart page = null;
12:32:43 	^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.firePageAboutToBeOpenedEvent(page);
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.addListener(listener);
12:32:43 	         ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	PagePart page = null;
12:32:43 	^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.firePageAboutToBeClosedEvent(page);
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.addListener(listener);
12:32:43 	         ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	PagePart page = null;
12:32:43 	^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.firePageActivatedEvent(page);
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
12:32:43 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.addListener(listener);
12:32:43 	         ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	PagePart page = null;
12:32:43 	^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	provider.firePageDeactivatedEvent(page);
12:32:43 	         ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	* Class providing a facade to test the {@link SashWindowsContainer} class.
12:32:43 	                                              ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	* This facade own a {@link SimpleSashWindowsContentProvider}, a {@link SashWindowsContainer} and
12:32:43 	                                                                       ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	protected SashWindowsContainer sashContainer;
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
12:32:43 	                  ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	                                               ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	                                               ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashWindowContainer.setContentProvider(contentProvider);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashWindowContainer.createPartControl(shell);
12:32:43 	                    ^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	public SashWindowsContainer getSashContainer() {
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer.dispose();
12:32:43 	              ^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
12:32:43 	       ^^^^^^
12:32:43 Type safety: The return type Object for getAdapter(Class) from the type FakeEditorInput needs unchecked conversion to conform to T from the type FileEditorInput
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public class FakeFolderLifeCycleEventsListener implements ITabFolderPartLifeCycleEventsListener {
12:32:43 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public List<TabFolderPart> events;
12:32:43 	            ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	events = new ArrayList<TabFolderPart>();
12:32:43 	                       ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public List<TabFolderPart> getEvents() {
12:32:43 	            ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public TabFolderPart getEvent(int index) {
12:32:43 	       ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public void folderCreated(TabFolderPart folder) {
12:32:43 	                          ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public void folderDisposed(TabFolderPart folder) {
12:32:43 	                           ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	private Object lookupModelByName(String modelName, Object from, Class expectedType) {
12:32:43 	                                                                ^^^^^
12:32:43 Class is a raw type. References to generic type Class<T> should be parameterized
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	private Object lookupModelByName(String modelName, SashPanelModel sashPanelModel, Class expectedType) {
12:32:43 	                                                                                  ^^^^^
12:32:43 Class is a raw type. References to generic type Class<T> should be parameterized
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	private Object lookupModelByName(String modelName, TabFolderModel tabFolderModel, Class expectedType) {
12:32:43 	                                                                                  ^^^^^
12:32:43 Class is a raw type. References to generic type Class<T> should be parameterized
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* A fake {@link TabFolderPart} for testing purpose.
12:32:43 	                ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* This class allows to instanciate a {@link TabFolderPart}.
12:32:43 	                                            ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	public class FakeTabFolderPart extends TabFolderPart {
12:32:43 	                                       ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Create a fake {@link TabFolderPart}
12:32:43 	                       ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	super( new RootPart(null), null, null);
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	super( new RootPart(null), null, null);
12:32:43 	           ^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	super( new RootPart(null), null, null);
12:32:43 	           ^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	final SashWindowsContainer container = editor.getSashWindowsContainer();
12:32:43 	      ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test if the {@link SashWindowsContainer} send the events of a folder lifecycle.
12:32:43 	                     ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test if the folder lifecycle events are correctly thrown by the {@link SashWindowsContainer} when 
12:32:43 	                                                                         ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
12:32:43 	                                    ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
12:32:43 	                                     ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
12:32:43 	                                     ^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.visit(visitor);
12:32:43 	          ^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	return visitor.result();
12:32:43 	               ^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider();
12:32:43 	                            ^^^^^^^^^^^^^^^
12:32:43 The value of the local variable contentProvider is not used
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = containerFacade.getSashContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getFolderLifeCycleEventProvider().addListener(listener);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getFolderLifeCycleEventProvider().addListener(listener);
12:32:43 	                                            ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f1"), listener.getEvents().get(i++).getRawModel());
12:32:43 	                                                                                                              ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel());
12:32:43 	                                                                                                              ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider();
12:32:43 	                            ^^^^^^^^^^^^^^^
12:32:43 The value of the local variable contentProvider is not used
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = containerFacade.getSashContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getFolderLifeCycleEventProvider().addListener(listener);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.getFolderLifeCycleEventProvider().addListener(listener);
12:32:43 	                                            ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel());
12:32:43 	                                                                                                              ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
12:32:43 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	protected SashWindowsContainer sashContainer;
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer.refreshTabs();
12:32:43 	              ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer = new SashWindowsContainer();
12:32:43 	                    ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer = new SashWindowsContainer();
12:32:43 	                    ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer.setContentProvider(contentProvider);
12:32:43 	              ^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/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] 
12:32:43 	sashContainer.createPartControl(parent);
12:32:43 	              ^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular
12:32:43 	                                        ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular
12:32:43 	                                                             ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = editor.getSashWindowsContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IPage page = container.getActiveSashWindowsPage();
12:32:43 	                       ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = editor.getSashWindowsContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
12:32:43 	                  ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	                                               ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
12:32:43 	                                               ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	sashWindowContainer.setContentProvider(contentProvider);
12:32:43 	                    ^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	sashWindowContainer.createPartControl(shell);
12:32:43 	                    ^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                                                                                                 ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IPage page = container.getActiveSashWindowsPage();
12:32:43 	                       ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                                                                                                 ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IPage page = container.getActiveSashWindowsPage();
12:32:43 	                       ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                                                                                                 ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	List<IPage> pages = container.getVisiblePages();
12:32:43 	                              ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                                                                                                 ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	List<IPage> pages = container.getVisiblePages();
12:32:43 	                              ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                                                                                                 ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	List<IPage> pages = container.getVisiblePages();
12:32:43 	                              ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
12:32:43 	                                                                                                 ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IPage page = container.getActiveSashWindowsPage();
12:32:43 	                       ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}.
12:32:43 	                                                                                                 ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertNotNull("active page set", container.getActiveSashWindowsPage());
12:32:43 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IPage p12 = container.lookupModelPage(models.get("p12"));
12:32:43 	                      ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(p12);
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals("page selected", p12, container.getActiveSashWindowsPage());
12:32:43 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IPage p22 = container.lookupModelPage(models.get("p22"));
12:32:43 	                      ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(p22);
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals("page selected", p22, container.getActiveSashWindowsPage());
12:32:43 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IPage p11 = container.lookupModelPage(models.get("p11"));
12:32:43 	                      ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.selectPage(p11);
12:32:43 	          ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertEquals("page selected", p11, container.getActiveSashWindowsPage());
12:32:43 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
12:32:43 	                                                                                                 ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
12:32:43 	                                                                                                 ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)}
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)}
12:32:43 	                                              ^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.visit(pageVisitor);
12:32:43 	          ^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link SashWindowsContainer#lookupModelPage(Object)}
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link SashWindowsContainer#lookupModelPage(Object)}
12:32:43 	                                              ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IPage foundPage = container.lookupModelPage(model);
12:32:43 	                            ^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)}
12:32:43 	                         ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	* Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)}
12:32:43 	                                              ^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.setFolderTabMenuManager(menuManager);
12:32:43 	          ^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	TabFolderPart folderPart = lookupTabFolderPart(container, referenceFolder);
12:32:43 	^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertNotNull("menu exist", folderPart.getControl().getMenu());
12:32:43 	                                       ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertNotNull("menu exist", folderPart.getControl().getMenu());
12:32:43 	                                       ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertNotNull("menu exist", folderPart.getControl().getMenu());
12:32:43 	                                       ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertNotNull("menu exist", folderPart.getControl().getMenu());
12:32:43 	                                       ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	assertNotNull("menu exist", folderPart.getControl().getMenu());
12:32:43 	                                       ^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
12:32:43 	          ^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
12:32:43 	                                            ^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
12:32:43 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
12:32:43 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
12:32:43 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.visit(visitor);
12:32:43 	          ^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	return visitor.result();
12:32:43 	               ^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IObservableList<IFolder> list = container.getIFolderList();
12:32:43 	                                          ^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	SashWindowsContainer container = containerFacade.getSashContainer();
12:32:43 	^^^^^^^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	IObservableList<IFolder> list = container.getIFolderList();
12:32:43 	                                          ^^^^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 [WARNING] /home/jenkins/agent/workspace/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] 
12:32:43 	container.refreshTabs();
12:32:43 	          ^^^^^^^^^^^
12:32:43 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202404240259.jar')
12:32:43 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)
12:32:43 	@SuppressWarnings("nls")
12:32:43 	                  ^^^^^
12:32:43 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:32:43 407 problems (0 errors, 406 warnings, 1 info)
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:43 [INFO] 
12:32:43 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:43 [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
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:43 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 105 were skipped
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:43 [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
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:43 [INFO] Skipping tests
12:32:43 [INFO] 
12:32:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
12:32:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:43 [INFO] 
12:32:43 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests >--
12:32:43 [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT [95/175]
12:32:43 [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
12:32:43 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:43 [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
12:32:43 [INFO] 
12:32:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:43 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:43 [INFO] 
12:32:43 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:43 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.di.tests
12:32:43 [INFO] 
12:32:43 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:43 [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
12:32:43 [INFO] 
12:32:43 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:43 [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
12:32:43 [INFO] 
12:32:43 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:44 [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
12:32:44 [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] 
12:32:44 	* The {@link DiContentProvider} under test.
12:32:44 	             ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	protected DiContentProvider diContentProvider;
12:32:44 	          ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* The {@link DiContentProvider} under test.
12:32:44 	             ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	for( Page page : folder.getPages() ) {
12:32:44 	          ^^^^
12:32:44 The value of the local variable page is not used
12:32:44 [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] 
12:32:44 	* {@link DiContentProvider}.
12:32:44 	         ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	else if(diPagesModel instanceof DiContentProvider) {
12:32:44 	                                ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	sashModel = ((DiContentProvider)diPagesModel).getDiSashModel();
12:32:44 	              ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	sashModel = ((DiContentProvider)diPagesModel).getDiSashModel();
12:32:44 	                                              ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* The {@link DiContentProvider} under test.
12:32:44 	             ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	Object rawModel = contentProvider.getRootModel();
12:32:44 	                                  ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel);
12:32:44 	                                                 ^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	IAbstractPanelModel childModel = contentProvider.createChildSashModel(child);
12:32:44 	                                                 ^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.addPage(id);
12:32:44 	                ^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.addPage(id);
12:32:44 	                ^^^^^^^^^^^
12:32:44 The method addPage(Object) from the type DiContentProvider is deprecated
12:32:44 [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] 
12:32:44 	contentProvider.movePage(folderModel, 3, 8);
12:32:44 	                ^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()}
12:32:44 	                                                         ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()}
12:32:44 	                                                                           ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	Assert.assertTrue("subtype of AbstractPanel", AbstractPanel.class.isInstance(contentProvider.getRootModel()));
12:32:44 	                                                                                             ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)}
12:32:44 	              ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)}
12:32:44 	                                ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.addPage(id);
12:32:44 	                ^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.addPage(id);
12:32:44 	                ^^^^^^^^^^^
12:32:44 The method addPage(Object) from the type DiContentProvider is deprecated
12:32:44 [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] 
12:32:44 	contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT);
12:32:44 	                ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
12:32:44 	                                                          ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
12:32:44 	                                                                                       ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.createFolder(folderModel, 2, folderModel, SWT.UP);
12:32:44 	                ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
12:32:44 	                                                          ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
12:32:44 	                                                                                       ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* Check if {@link DiContentProvider#setCurrentFolder(Object)}.
12:32:44 	                  ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* Check if {@link DiContentProvider#setCurrentFolder(Object)}.
12:32:44 	                                    ^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.addPage(id);
12:32:44 	                ^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.addPage(id);
12:32:44 	                ^^^^^^^^^^^
12:32:44 The method addPage(Object) from the type DiContentProvider is deprecated
12:32:44 [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] 
12:32:44 	contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT);
12:32:44 	                ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder();
12:32:44 	                          ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder();
12:32:44 	                                                       ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.setCurrentFolder(firstFolder);
12:32:44 	                ^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.setCurrentFolder(firstFolder);
12:32:44 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 The method setCurrentFolder(Object) from the type DiContentProvider is deprecated
12:32:44 [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] 
12:32:44 	static class MyDIContentProvider extends DiContentProvider {
12:32:44 	                                         ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	super(diSashModel, pageModelFactory);
12:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	MyDIContentProvider(SashModel diSashModel, IPageModelFactory pageModelFactory, ContentChangedEventProvider contentChangedEventProvider) throws IllegalArgumentException {
12:32:44 	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	super(diSashModel, pageModelFactory, contentChangedEventProvider);
12:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	return super.getDiSashModel();
12:32:44 	             ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	protected ContentChangedEventProvider getContentChangedEventProvider() {
12:32:44 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	return super.getContentChangedEventProvider();
12:32:44 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	super.firePropertyChanged(event);
12:32:44 	      ^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	protected DiContentProvider diContentProvider;
12:32:44 	          ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	public SashContainerModels(DiContentProvider diContentProvider, Map<String, Object> diModelElements) {
12:32:44 	                           ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	result = (ITabFolderModel)diContentProvider.createChildSashModel(diModelElements.get(name));
12:32:44 	                                            ^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* This facade own a {@link DiContentProvider} and provides methods to manipulate it with
12:32:44 	                           ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* the help of names. Each element in the {@link DiContentProvider} can be identified
12:32:44 	                                                ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	protected DiContentProvider contentProvider;
12:32:44 	          ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory);
12:32:44 	                           ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory);
12:32:44 	                           ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	public DiContentProviderFacade(DiContentProvider contentProvider) {
12:32:44 	                               ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	return contentProvider.getDiSashModel().getWindows().get(0);
12:32:44 	                       ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	return contentProvider.getDiSashModel().getWindows().get(0).getPanel();
12:32:44 	                       ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	TabFolderModel folderModel = getITabFolderModel( folderName );
12:32:44 	^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.addPage(folderModel, index, pageRawModel);
12:32:44 	                ^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	TabFolderModel folderModel = getITabFolderModel( folderName );
12:32:44 	^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.addPage(folderModel, pageRawModel);
12:32:44 	                ^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* In the {@link DiContentProvider} implementation, the pageModel
12:32:44 	                ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.movePage(folderModel, oldIndex, newIndex);
12:32:44 	                ^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.movePage(srcFolderModel, sourceIndex, targetFolderModel, targetIndex);
12:32:44 	                ^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.removePage(pageModel);
12:32:44 	                ^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.removePage(folderModel, tabIndex);
12:32:44 	                ^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	TabFolderModel targetFolderModel = getITabFolderModel( targetFolderName );
12:32:44 	^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.createFolder(srcFolderModel, tabIndex, targetFolderModel, side);
12:32:44 	                ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* For a folder, the wrapper is a {@link TabFolderModel}.
12:32:44 	                                        ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	public TabFolderModel getITabFolderModel(String folderName) throws NotFoundException {
12:32:44 	       ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	if( ! (cachedModel instanceof TabFolderModel) )
12:32:44 	                              ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	return (TabFolderModel)cachedModel;
12:32:44 	        ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
12:32:44 	^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
12:32:44 	                                 ^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
12:32:44 	                                                                ^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	IPageModel pageModel = (IPageModel)contentProvider.createChildSashModel(rawModel);
12:32:44 	                                                   ^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
12:32:44 	                        ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
12:32:44 	                        ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* The {@link PageManagerImpl} under test.
12:32:44 	             ^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	protected PageManagerImpl pageMngr;
12:32:44 	          ^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	* The associated {@link DiContentProvider}. Not tested, but used to check events.
12:32:44 	                        ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	diSashModel.setPageList(DiFactory.eINSTANCE.createPageList());
12:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 The method setPageList(PageList) from the type SashWindowsMngr is deprecated
12:32:44 [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] 
12:32:44 	diSashModel.setPageList(DiFactory.eINSTANCE.createPageList());
12:32:44 	                                            ^^^^^^^^^^^^^^^^
12:32:44 The method createPageList() from the type DiFactory is deprecated
12:32:44 [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] 
12:32:44 	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
12:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
12:32:44 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
12:32:44 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	pageMngr = new PageManagerImpl(diSashModel, eventProvider) {
12:32:44 	               ^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	pageMngr = new PageManagerImpl(diSashModel, eventProvider) {
12:32:44 	               ^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	Object rawModel = contentProvider.getRootModel();
12:32:44 	                                  ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel);
12:32:44 	                                                 ^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	IAbstractPanelModel childModel = contentProvider.createChildSashModel(child);
12:32:44 	                                                 ^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	pageMngr.addPage(id);
12:32:44 	         ^^^^^^^^^^^
12:32:44 The method addPage(Object) from the type BasicPageManagerImpl is deprecated
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	pageMngr.closePage(identifiers.get(3));
12:32:44 	         ^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	pageMngr.closeAllOpenedPages();
12:32:44 	         ^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	pageMngr.closeOtherPages(identifiers.get(3));
12:32:44 	         ^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	pageMngr.removePage(identifiers.get(3));
12:32:44 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 The method removePage(Object) from the type BasicPageManagerImpl is deprecated
12:32:44 [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] 
12:32:44 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
12:32:44 	                                                 ^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider.createFolder(tabFolder, movedPageIndex, tabFolder, SWT.TOP);
12:32:44 	                ^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	pageMngr.closePage(identifiers.get(movedPageIndex));
12:32:44 	         ^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
12:32:44 	                        ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
12:32:44 	                        ^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain);
12:32:44 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain);
12:32:44 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:44 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.202404240259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202404240259.jar')
12:32:44 [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] 
12:32:44 	for( Page page : folder.getPages() ) {
12:32:44 	          ^^^^
12:32:44 The value of the local variable page is not used
12:32:44 113 problems (113 warnings)
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:44 [INFO] 
12:32:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:44 [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
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:44 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 141 were skipped
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:44 [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
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:44 [INFO] Skipping tests
12:32:44 [INFO] 
12:32:44 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
12:32:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:44 [INFO] 
12:32:44 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature >--
12:32:44 [INFO] Building org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT [96/175]
12:32:44 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml
12:32:44 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:32:44 [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
12:32:44 [INFO] 
12:32:44 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:44 [INFO] The project's OSGi version is 1.2.0.202404241627
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:44 [INFO] 
12:32:44 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:44 [INFO] 
12:32:44 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:44 [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
12:32:44 [INFO] 
12:32:44 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:44 [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
12:32:44 [INFO] 
12:32:44 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:45 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 294 were skipped
12:32:45 [INFO] 
12:32:45 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:45 [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
12:32:45 [INFO] 
12:32:45 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:45 [INFO] 
12:32:45 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:45 [INFO] 
12:32:45 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.core.feature ---
12:32:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:45 [INFO] 
12:32:45 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests.releng >--
12:32:45 [INFO] Building org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT [97/175]
12:32:45 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/pom.xml
12:32:45 [INFO] --------------------------------[ pom ]---------------------------------
12:32:45 [INFO] 
12:32:45 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests.releng ---
12:32:45 [INFO] 
12:32:45 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests.releng ---
12:32:45 [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
12:32:45 [INFO] 
12:32:45 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.tests.releng ---
12:32:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:45 [INFO] 
12:32:45 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests >--
12:32:45 [INFO] Building org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT  [98/175]
12:32:45 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml
12:32:45 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:45 [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
12:32:45 [INFO] 
12:32:45 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:45 [INFO] 
12:32:45 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:45 [INFO] The project's OSGi version is 2.1.0.202404241627
12:32:45 [INFO] 
12:32:45 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:45 [INFO] 
12:32:45 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:45 [INFO] 
12:32:45 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:45 [INFO] 
12:32:45 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:45 [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.emf.tests
12:32:47 [INFO] 
12:32:47 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [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
12:32:47 [INFO] 
12:32:47 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [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
12:32:47 [INFO] 
12:32:47 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [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
12:32:47 [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] 
12:32:47 	assertThat(fixture.getText(imported), is("<Package> foo (imported by <Package> bar)"));
12:32:47 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:32:47 [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] 
12:32:47 	assertThat("Label provider did not notify", gotEvent[0], is(true));
12:32:47 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:47 [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] 
12:32:47 	assertThat("Label provider did not notify", gotEvent[0], is(true));
12:32:47 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:47 [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] 
12:32:47 	import org.eclipse.papyrus.infra.emf.readonly.internal.ControlledResourceTracker;
12:32:47 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202404240259.jar')
12:32:47 [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] 
12:32:47 	* Test suite for the {@link ReferencedModelReadOnlyHandler} class.
12:32:47 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404240259.jar')
12:32:47 [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] 
12:32:47 	private ReferencedModelReadOnlyHandler fixture;
12:32:47 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404240259.jar')
12:32:47 [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] 
12:32:47 	assertThat(fixture.anyReadOnly(discretionAxes(), new URI[] { uri }).or(false), is(false));
12:32:47 	                   ^^^^^^^^^^^
12:32:47 Discouraged access: The method 'ReferencedModelReadOnlyHandler.anyReadOnly(Set<ReadOnlyAxis>, 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.202404240259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404240259.jar')
12:32:47 [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] 
12:32:47 	assertThat(fixture.canMakeWritable(discretionAxes(), new URI[] { uri }).or(true), is(false));
12:32:47 	                   ^^^^^^^^^^^^^^^
12:32:47 Discouraged access: The method 'ReferencedModelReadOnlyHandler.canMakeWritable(Set<ReadOnlyAxis>, 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.202404240259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404240259.jar')
12:32:47 [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] 
12:32:47 	fixture = new ReferencedModelReadOnlyHandler(domain);
12:32:47 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404240259.jar')
12:32:47 [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] 
12:32:47 	fixture = new ReferencedModelReadOnlyHandler(domain);
12:32:47 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404240259.jar')
12:32:47 [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] 
12:32:47 	fixture.setInteractive(false);
12:32:47 	        ^^^^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202404240259.jar')
12:32:47 [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] 
12:32:47 	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
12:32:47 	                ^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202404240259.jar')
12:32:47 [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] 
12:32:47 	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
12:32:47 	                                          ^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202404240259.jar')
12:32:47 [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] 
12:32:47 	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
12:32:47 	                                                              ^^^^^^^^^^^^^^^^^^^
12:32:47 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.202404240259/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202404240259.jar')
12:32:47 [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] 
12:32:47 	assertThat(fixture.getText(package_), is("<Package> foo"));
12:32:47 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:32:47 [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] 
12:32:47 	assertThat("Label provider did not notify", gotEvent[0], is(true));
12:32:47 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:47 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:47 16 problems (16 warnings)
12:32:47 [INFO] 
12:32:47 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [INFO] 
12:32:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [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
12:32:47 [INFO] 
12:32:47 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:32:47 [INFO] 
12:32:47 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [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
12:32:47 [INFO] 
12:32:47 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [INFO] 
12:32:47 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [INFO] Skipping tests
12:32:47 [INFO] 
12:32:47 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.emf.tests ---
12:32:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:47 [INFO] 
12:32:47 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests >--
12:32:47 [INFO] Building org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT [99/175]
12:32:47 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml
12:32:47 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:32:47 [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
12:32:48 [INFO] 
12:32:48 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] 
12:32:48 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] Resolving class path of org.eclipse.papyrus.infra.filters.tests
12:32:48 [INFO] 
12:32:48 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [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
12:32:48 [INFO] 
12:32:48 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [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
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [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
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] 
12:32:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [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
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 74 were skipped
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [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
12:32:48 [INFO] 
12:32:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] 
12:32:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.filters.tests ---
12:32:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:48 [INFO] 
12:32:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests >--
12:32:48 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT [100/175]
12:32:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml
12:32:48 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:32:48 [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
12:32:49 [INFO] 
12:32:49 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:49 [INFO] 
12:32:49 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:49 [INFO] The project's OSGi version is 2.1.0.202404241627
12:32:49 [INFO] 
12:32:49 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:49 [INFO] 
12:32:49 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:49 [INFO] 
12:32:49 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:49 [INFO] 
12:32:49 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:49 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests
12:32:50 [INFO] 
12:32:50 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [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
12:32:50 [INFO] 
12:32:50 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [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
12:32:50 [INFO] 
12:32:50 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [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
12:32:50 [INFO] 
12:32:50 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [INFO] 
12:32:50 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [INFO] 
12:32:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [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
12:32:50 [INFO] 
12:32:50 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [INFO] 
12:32:50 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 293 were skipped
12:32:50 [INFO] 
12:32:50 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [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
12:32:50 [INFO] 
12:32:50 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [INFO] 
12:32:50 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
12:32:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:50 [INFO] 
12:32:50 [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests >----
12:32:50 [INFO] Building org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT     [101/175]
12:32:50 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml
12:32:50 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:50 [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
12:32:51 [INFO] 
12:32:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:51 [INFO] 
12:32:51 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:51 [INFO] The project's OSGi version is 2.0.0.202404241627
12:32:51 [INFO] 
12:32:51 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:51 [INFO] 
12:32:51 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:51 [INFO] 
12:32:51 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:51 [INFO] 
12:32:51 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:51 [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.tests
12:32:53 [INFO] 
12:32:53 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [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
12:32:53 [INFO] 
12:32:53 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [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
12:32:53 [INFO] 
12:32:53 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [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
12:32:53 [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] 
12:32:53 	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
12:32:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
12:32:53 [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] 
12:32:53 	import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener;
12:32:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used
12:32:53 [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] 
12:32:53 	assertThat(fixture.getElements("foo"),
12:32:53 				is(new Object[] { "root1", "root2", "root3", "A", "B", "C" }));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(sFixture.getElements().length, greaterThan(3));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(sFixture.getElements().length, is(0));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" }));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getChildren("4"), is(new Object[] { "i", "ii" }));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getChildren("bogus"), is(new Object[] {}));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("root2"), nullValue()); // It's a root
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("B"), nullValue()); // It's a root
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("child2.2"), is("root2"));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("ii"), is("4"));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("root2"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("C"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("child2.2"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("4"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("child2.2.3"), is(false));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("i"), is(false));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(aFixture.getAdaptedValue("B"), notNullValue());
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(aFixture.getAdaptedValue("B"), sameInstance(aFixture.getAdaptedValue("B")));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(aFixture.getAdaptedValue("4"), notNullValue());
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(aFixture.getAdaptedValue("4"), not(aFixture.getAdaptedValue("B")));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(aFixture.getAdaptedValue("bogus"), is("bogus")); // Not recognized as an element
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(hFixture.isValidValue("C"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(hFixture.isValidValue("5"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(hFixture.isValidValue("bogus"), is(false));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(sFixture.getElements(),
12:32:53 				is(new Object[] { "root1", "root2", "root3", "A", "B", "C" }));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage;
12:32:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage is never used
12:32:53 [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] 
12:32:53 	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
12:32:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
12:32:53 [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] 
12:32:53 	import org.eclipse.papyrus.infra.ui.util.UIUtil;
12:32:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The import org.eclipse.papyrus.infra.ui.util.UIUtil is never used
12:32:53 [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] 
12:32:53 	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
12:32:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
12:32:53 [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] 
12:32:53 	import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener;
12:32:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used
12:32:53 [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] 
12:32:53 	import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider;
12:32:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider is never used
12:32:53 [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] 
12:32:53 	assertThat(fixture.getElements("foo"), is(new Object[] { "root1", "root2", "root3" }));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getElements().length, greaterThan(0));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getElements().length, is(0));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getChildren("root2"), is(new Object[] { "child2.1", "child2.2", "child2.3" }));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" }));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getChildren("bogus"), is(new Object[] {}));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("root2"), nullValue()); // It's a root
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("child2.2"), is("root2"));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("child2.2.2"), is("child2.2"));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("root2"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("child2.2"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("child2.2.3"), is(false));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getAdaptedValue("root1"), notNullValue());
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getAdaptedValue("root1"), sameInstance(fixture.getAdaptedValue("root1")));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getAdaptedValue("child1.2"), notNullValue());
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getAdaptedValue("child1.2"), not(fixture.getAdaptedValue("root1")));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getAdaptedValue("bogus"), nullValue());
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.isValidValue("root1"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.isValidValue("child1.2"), is(true));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.isValidValue("bogus"), is(false));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:53 [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] 
12:32:53 	assertThat(fixture.getElements(), is(new Object[] { "root1", "root2", "root3" }));
12:32:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:53 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:32:53 58 problems (58 warnings)
12:32:53 [INFO] 
12:32:53 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [INFO] 
12:32:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [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
12:32:53 [INFO] 
12:32:53 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:32:53 [INFO] 
12:32:53 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [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
12:32:53 [INFO] 
12:32:53 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [INFO] 
12:32:53 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [INFO] Skipping tests
12:32:53 [INFO] 
12:32:53 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.tests ---
12:32:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:53 [INFO] 
12:32:53 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests >--
12:32:53 [INFO] Building org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT [102/175]
12:32:53 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml
12:32:53 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:53 [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
12:32:54 [INFO] 
12:32:54 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:54 [INFO] 
12:32:54 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:54 [INFO] The project's OSGi version is 2.1.0.202404241627
12:32:54 [INFO] 
12:32:54 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:54 [INFO] 
12:32:54 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:54 [INFO] 
12:32:54 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:54 [INFO] 
12:32:54 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:54 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.readonly.tests
12:32:55 [INFO] 
12:32:55 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:55 [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
12:32:55 [INFO] 
12:32:55 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:55 [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
12:32:55 [INFO] 
12:32:55 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:55 [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
12:32:56 [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] 
12:32:56 	assertThat(fixture.asBoolean(true), is(true));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.asBoolean(false), is(false));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.asBoolean("hello"), is(true));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.asBoolean(null), is(true));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), false), is(true));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(string), true), is(true));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), true), is(true));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(string), true), is(false));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 [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] 
12:32:56 	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true));
12:32:56 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:32:56 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:32:56 10 problems (10 warnings)
12:32:56 [INFO] 
12:32:56 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:56 [INFO] 
12:32:56 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:56 [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
12:32:56 [INFO] 
12:32:56 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:56 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:32:56 [INFO] 
12:32:56 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:56 [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
12:32:56 [INFO] 
12:32:56 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:56 [INFO] 
12:32:56 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:56 [INFO] Skipping tests
12:32:56 [INFO] 
12:32:56 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
12:32:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:56 [INFO] 
12:32:56 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.expansion.tests >--
12:32:56 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT [103/175]
12:32:56 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml
12:32:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:56 [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
12:32:57 [INFO] 
12:32:57 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:57 [INFO] 
12:32:57 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:57 [INFO] The project's OSGi version is 1.0.0.202404241627
12:32:57 [INFO] 
12:32:57 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:57 [INFO] 
12:32:57 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:57 [INFO] 
12:32:57 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:57 [INFO] 
12:32:57 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:57 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.expansion.tests
12:32:58 [INFO] 
12:32:58 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:58 [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
12:32:58 [INFO] 
12:32:58 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:58 [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
12:32:58 [INFO] 
12:32:58 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:58 [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
12:32:58 [INFO] 
12:32:58 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:59 [INFO] 
12:32:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:59 [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
12:32:59 [INFO] 
12:32:59 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:59 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:32:59 [INFO] 
12:32:59 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:59 [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
12:32:59 [INFO] 
12:32:59 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:59 [INFO] 
12:32:59 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:59 [INFO] Skipping tests
12:32:59 [INFO] 
12:32:59 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
12:32:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:59 [INFO] 
12:32:59 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests.releng >--
12:32:59 [INFO] Building org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT [104/175]
12:32:59 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/pom.xml
12:32:59 [INFO] --------------------------------[ pom ]---------------------------------
12:32:59 [INFO] 
12:32:59 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests.releng ---
12:32:59 [INFO] 
12:32:59 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests.releng ---
12:32:59 [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
12:32:59 [INFO] 
12:32:59 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.tests.releng ---
12:32:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:32:59 [INFO] 
12:32:59 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests >---
12:32:59 [INFO] Building org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT  [105/175]
12:32:59 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml
12:32:59 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:32:59 [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
12:32:59 [INFO] 
12:32:59 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests ---
12:32:59 [INFO] 
12:32:59 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.tests ---
12:32:59 [INFO] The project's OSGi version is 4.0.0.202404241627
12:32:59 [INFO] 
12:32:59 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.tests ---
12:32:59 [INFO] 
12:32:59 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.tests ---
12:32:59 [INFO] 
12:32:59 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.tests ---
12:32:59 [INFO] 
12:32:59 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.tests ---
12:32:59 [INFO] Resolving class path of org.eclipse.papyrus.infra.types.tests
12:33:01 [INFO] 
12:33:01 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [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
12:33:01 [INFO] 
12:33:01 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [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
12:33:01 [INFO] 
12:33:01 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [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
12:33:01 [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] 
12:33:01 	import org.eclipse.papyrus.infra.types.core.utils.AdviceComparator;
12:33:01 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:01 The type AdviceComparator is deprecated
12:33:01 [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] 
12:33:01 	List<EObject> originalChildren = new ArrayList<EObject>((List<EObject>) objectToDelete.eContainer().eGet(objectToDelete.eContainingFeature(), true));
12:33:01 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:01 Type safety: Unchecked cast from Object to List<EObject>
12:33:01 [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] 
12:33:01 	List<EObject> afterDeletionChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
12:33:01 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:01 Type safety: Unchecked cast from Object to List<EObject>
12:33:01 [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] 
12:33:01 	List<EObject> afterUndoChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
12:33:01 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:01 Type safety: Unchecked cast from Object to List<EObject>
12:33:01 [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] 
12:33:01 	List<EObject> afterRedoChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
12:33:01 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:01 Type safety: Unchecked cast from Object to List<EObject>
12:33:01 [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] 
12:33:01 	Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId()));
12:33:01 	                                     ^^^^^^^^^^^^^^^^
12:33:01 The type AdviceComparator is deprecated
12:33:01 [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] 
12:33:01 	Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId()));
12:33:01 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:01 The constructor AdviceComparator(IElementType, String) is deprecated
12:33:01 [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] 
12:33:01 	@SuppressWarnings("restriction")
12:33:01 	                  ^^^^^^^^^^^^^
12:33:01 Unnecessary @SuppressWarnings("restriction")
12:33:01 8 problems (8 warnings)
12:33:01 [INFO] 
12:33:01 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [INFO] 
12:33:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [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
12:33:01 [INFO] 
12:33:01 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 302 were skipped
12:33:01 [INFO] 
12:33:01 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [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
12:33:01 [INFO] 
12:33:01 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [INFO] 
12:33:01 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [INFO] Skipping tests
12:33:01 [INFO] 
12:33:01 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.tests ---
12:33:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:01 [INFO] 
12:33:01 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.tests.releng >--
12:33:01 [INFO] Building org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT [106/175]
12:33:01 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/pom.xml
12:33:01 [INFO] --------------------------------[ pom ]---------------------------------
12:33:01 [INFO] 
12:33:01 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.tests.releng ---
12:33:01 [INFO] 
12:33:01 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.tests.releng ---
12:33:01 [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
12:33:01 [INFO] 
12:33:01 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.properties.tests.releng ---
12:33:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:01 [INFO] 
12:33:01 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests >--
12:33:01 [INFO] Building org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT [107/175]
12:33:01 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml
12:33:01 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:01 [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
12:33:02 [INFO] 
12:33:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:02 [INFO] 
12:33:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:02 [INFO] The project's OSGi version is 3.0.0.202404241627
12:33:02 [INFO] 
12:33:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:02 [INFO] 
12:33:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:02 [INFO] 
12:33:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:02 [INFO] 
12:33:02 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:02 [INFO] Resolving class path of org.eclipse.papyrus.infra.properties.ui.tests
12:33:04 [INFO] 
12:33:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:04 [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
12:33:04 [INFO] 
12:33:04 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:04 [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
12:33:04 [INFO] 
12:33:04 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:04 [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
12:33:04 [INFO] 
12:33:04 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:04 [INFO] 
12:33:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:04 [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
12:33:04 [INFO] 
12:33:04 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:04 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:33:05 [INFO] 
12:33:05 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:05 [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
12:33:05 [INFO] 
12:33:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:05 [INFO] 
12:33:05 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:05 [INFO] Skipping tests
12:33:05 [INFO] 
12:33:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.properties.ui.tests ---
12:33:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:05 [INFO] 
12:33:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests >--
12:33:05 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT [108/175]
12:33:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml
12:33:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:05 [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
12:33:05 [INFO] 
12:33:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:05 [INFO] 
12:33:05 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:05 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:05 [INFO] 
12:33:05 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:05 [INFO] 
12:33:05 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:05 [INFO] 
12:33:05 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:05 [INFO] 
12:33:05 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:05 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.menu.tests
12:33:07 [INFO] 
12:33:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:07 [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
12:33:07 [INFO] 
12:33:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:07 [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
12:33:07 [INFO] 
12:33:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:07 [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
12:33:08 [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] 
12:33:08 	Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) noteNode));
12:33:08 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:08 The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
12:33:08 [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] 
12:33:08 	Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) orphanNode));
12:33:08 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:08 The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
12:33:08 [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] 
12:33:08 	Assert.assertTrue(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) semanticNode));
12:33:08 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:08 The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
12:33:08 3 problems (3 warnings)
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:08 [INFO] 
12:33:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:08 [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
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:08 [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
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:08 [INFO] Skipping tests
12:33:08 [INFO] 
12:33:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
12:33:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:08 [INFO] 
12:33:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.tests.releng >--
12:33:08 [INFO] Building org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT [109/175]
12:33:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/pom.xml
12:33:08 [INFO] --------------------------------[ pom ]---------------------------------
12:33:08 [INFO] 
12:33:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
12:33:08 [INFO] 
12:33:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
12:33:08 [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
12:33:08 [INFO] 
12:33:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
12:33:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:08 [INFO] 
12:33:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests >--
12:33:08 [INFO] Building org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT [110/175]
12:33:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml
12:33:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:08 [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
12:33:08 [INFO] 
12:33:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:08 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:08 [INFO] 
12:33:08 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:08 [INFO] 
12:33:08 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:08 [INFO] Resolving class path of org.eclipse.papyrus.infra.viewpoints.policy.tests
12:33:10 [INFO] 
12:33:10 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [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
12:33:10 [INFO] 
12:33:10 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [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
12:33:10 [INFO] 
12:33:10 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [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
12:33:10 [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] 
12:33:10 	private static PolicyChecker policyToRestore;
12:33:10 	                             ^^^^^^^^^^^^^^^
12:33:10 The value of the field ViewPrototypeTest.policyToRestore is not used
12:33:10 [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] 
12:33:10 	import org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.RepresentationDependencyAdvice;
12:33:10 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:10 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.202404240259/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202404240259.jar')
12:33:10 [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] 
12:33:10 	IEditHelperAdvice advice = new RepresentationDependencyAdvice();
12:33:10 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:10 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.202404240259/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202404240259.jar')
12:33:10 [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] 
12:33:10 	IEditHelperAdvice advice = new RepresentationDependencyAdvice();
12:33:10 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:10 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.202404240259/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202404240259.jar')
12:33:10 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)
12:33:10 	@SuppressWarnings("nls")
12:33:10 	                  ^^^^^
12:33:10 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:33:10 [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] 
12:33:10 	MergedArchitectureDomain mergedArchitectureDomain = new MergedArchitectureDomain();
12:33:10 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:10 The constructor MergedArchitectureDomain() has been deprecated since version 3.1 and marked for removal
12:33:10 [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] 
12:33:10 	mergedArchitectureDomain.merge(architectureDomain);
12:33:10 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:10 The method merge(ArchitectureDomain) from the type MergedArchitectureDomain has been deprecated since version 3.1 and marked for removal
12:33:10 7 problems (0 errors, 6 warnings, 1 info)
12:33:10 [INFO] 
12:33:10 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [INFO] 
12:33:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [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
12:33:10 [INFO] 
12:33:10 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:33:10 [INFO] 
12:33:10 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [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
12:33:10 [INFO] 
12:33:10 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [INFO] 
12:33:10 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [INFO] Skipping tests
12:33:10 [INFO] 
12:33:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
12:33:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:10 [INFO] 
12:33:10 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests >---
12:33:10 [INFO] Building org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT  [111/175]
12:33:10 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml
12:33:10 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:10 [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
12:33:11 [INFO] 
12:33:11 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:11 [INFO] 
12:33:11 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:11 [INFO] The project's OSGi version is 2.2.0.202404241627
12:33:11 [INFO] 
12:33:11 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:11 [INFO] 
12:33:11 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:11 [INFO] 
12:33:11 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:11 [INFO] 
12:33:11 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:11 [INFO] Resolving class path of org.eclipse.papyrus.infra.tools.tests
12:33:12 [INFO] 
12:33:12 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:12 [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
12:33:12 [INFO] 
12:33:12 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:12 [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
12:33:12 [INFO] 
12:33:12 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:12 [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
12:33:13 [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] 
12:33:13 	assertThat(fixture, instanceOf(getFixtureType()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(observable, instanceOf(getFixtureType()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(observable, instanceOf(getFixtureType()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(observable, instanceOf(getFixtureType()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(observable, instanceOf(IObserving.class));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(counter.count(), is(1));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(observing.getObserved(), notNullValue());
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(observing.getObserved(), is(((IObserving) delegate).getObserved()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(counter.count(), is(1));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(counter.count(), is(1)); // Wasn't listening for second change
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isStale(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isStale(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(staleEvent.getObservable(), sameInstance((IObservable) fixture));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(l.count, is(1));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(counter.count, is(1)); // Dispose is idempotent
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegator().getDelegate(), nullValue());
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegate.isDisposed(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(counter.count(), is(1));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isDisposed(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isDisposed(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.getRealm(), is(realm));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Realm, Matcher<? super Realm>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture, equalTo(delegate));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.hashCode(), is(delegate.hashCode()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(redelegator, notNullValue());
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat((Object) redelegator.getClass(), sameInstance((Object) fixture.getClass()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(redelegator, not(sameInstance((IObservable) fixture)));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(((IDelegatingObservable) redelegator).getDelegate(), sameInstance((IObservable) fixture));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("delegate", createDelegate());
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, T) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("fixture", DelegatingObservable.wrap(delegate));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, IObservable) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	assertThat(event.getObservable(), sameInstance(expectedSource));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(event.getObservable(), sameInstance(expectedSource));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	public abstract class DelegatingObservableSetTest extends DelegatingObservableCollectionTest<IObservableSet> {
12:33:13 	                                                                                             ^^^^^^^^^^^^^^
12:33:13 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	class SetListener implements ISetChangeListener {
12:33:13 	                             ^^^^^^^^^^^^^^^^^^
12:33:13 ISetChangeListener is a raw type. References to generic type ISetChangeListener<E> should be parameterized
12:33:13 [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] 
12:33:13 	SetDiff diff;
12:33:13 	^^^^^^^
12:33:13 SetDiff is a raw type. References to generic type SetDiff<E> should be parameterized
12:33:13 [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] 
12:33:13 	public void handleSetChange(SetChangeEvent event) {
12:33:13 	                            ^^^^^^^^^^^^^^
12:33:13 SetChangeEvent is a raw type. References to generic type SetChangeEvent<E> should be parameterized
12:33:13 [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] 
12:33:13 	fixture.addSetChangeListener(l);
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method addSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	fixture.removeSetChangeListener(l);
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method removeSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	protected Class<? extends IObservableSet> getDelegateType() {
12:33:13 	                          ^^^^^^^^^^^^^^
12:33:13 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	protected IObservableSet createDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^
12:33:13 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
12:33:13 	           ^^^^^^^^^^^
12:33:13 WritableSet is a raw type. References to generic type WritableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	private IObservableValue master;
12:33:13 	        ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	protected Class<? extends IObservableSet> getDelegateType() {
12:33:13 	                          ^^^^^^^^^^^^^^
12:33:13 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("set", new SetOfStrings());
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, DelegatingObservableSetTest.ObservingTest.SetOfStrings) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
12:33:13 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
12:33:13 	                                                            ^^^^^^^^^^^^^
12:33:13 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	protected IObservableSet createDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^
12:33:13 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	Class beanClass = null;
12:33:13 	^^^^^
12:33:13 Class is a raw type. References to generic type Class<T> should be parameterized
12:33:13 [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] 
12:33:13 	beanClass = (Class) master.getValueType();
12:33:13 	             ^^^^^
12:33:13 Class is a raw type. References to generic type Class<T> should be parameterized
12:33:13 [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] 
12:33:13 	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: Unchecked invocation set(Class, String, Class<String>) of the generic method set(Class<S>, String, Class<E>) of type BeanProperties
12:33:13 [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] 
12:33:13 	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method observeDetail(IObservableValue) belongs to the raw type ISetProperty. References to generic type ISetProperty<S,E> should be parameterized
12:33:13 [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] 
12:33:13 	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
12:33:13 	                          ^^^^^^^^^
12:33:13 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
12:33:13 [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] 
12:33:13 	protected IObservableSet createNonObservingDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^
12:33:13 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
12:33:13 	           ^^^^^^^^^^^
12:33:13 WritableSet is a raw type. References to generic type WritableSet<E> should be parameterized
12:33:13 [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] 
12:33:13 	public abstract class DelegatingObservableListTest extends DelegatingObservableCollectionTest<IObservableList> {
12:33:13 	                                                                                              ^^^^^^^^^^^^^^^
12:33:13 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	class ListListener implements IListChangeListener {
12:33:13 	                              ^^^^^^^^^^^^^^^^^^^
12:33:13 IListChangeListener is a raw type. References to generic type IListChangeListener<E> should be parameterized
12:33:13 [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] 
12:33:13 	ListDiff diff;
12:33:13 	^^^^^^^^
12:33:13 ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
12:33:13 [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] 
12:33:13 	for (ListDiffEntry next : diff.getDifferences()) {
12:33:13 	     ^^^^^^^^^^^^^
12:33:13 ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
12:33:13 [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] 
12:33:13 	public void handleListChange(ListChangeEvent event) {
12:33:13 	                             ^^^^^^^^^^^^^^^
12:33:13 ListChangeEvent is a raw type. References to generic type ListChangeEvent<E> should be parameterized
12:33:13 [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] 
12:33:13 	fixture.addListChangeListener(l);
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method addListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	fixture.removeListChangeListener(l);
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method removeListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	fixture.addAll(1, newNames);
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method addAll(int, Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	assertThat(fixture.set(2, "Colleen"), is((Object) "Cathy"));
12:33:13 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method set(int, Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	protected Class<? extends IObservableList> getDelegateType() {
12:33:13 	                          ^^^^^^^^^^^^^^^
12:33:13 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	protected IObservableList createDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^^
12:33:13 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableList(realm, Lists.newArrayList(), String.class);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableList(realm, Lists.newArrayList(), String.class);
12:33:13 	           ^^^^^^^^^^^^
12:33:13 WritableList is a raw type. References to generic type WritableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	private IObservableValue master;
12:33:13 	        ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	protected Class<? extends IObservableList> getDelegateType() {
12:33:13 	                          ^^^^^^^^^^^^^^^
12:33:13 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("list", new ListOfNames());
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, DelegatingObservableListTest.ObservingTest.ListOfNames) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
12:33:13 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
12:33:13 	                                                            ^^^^^^^^^^^^^
12:33:13 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	protected IObservableList createDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^^
12:33:13 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	Class beanClass = null;
12:33:13 	^^^^^
12:33:13 Class is a raw type. References to generic type Class<T> should be parameterized
12:33:13 [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] 
12:33:13 	beanClass = (Class) master.getValueType();
12:33:13 	             ^^^^^
12:33:13 Class is a raw type. References to generic type Class<T> should be parameterized
12:33:13 [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] 
12:33:13 	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: Unchecked invocation list(Class, String, Class<String>) of the generic method list(Class<S>, String, Class<E>) of type BeanProperties
12:33:13 [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] 
12:33:13 	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method observeDetail(IObservableValue) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
12:33:13 [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] 
12:33:13 	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
12:33:13 	                           ^^^^^^^^^
12:33:13 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
12:33:13 [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] 
12:33:13 	protected IObservableList createNonObservingDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^^
12:33:13 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableList(realm, Lists.newArrayList(), String.class);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableList(realm, Lists.newArrayList(), String.class);
12:33:13 	           ^^^^^^^^^^^^
12:33:13 WritableList is a raw type. References to generic type WritableList<E> should be parameterized
12:33:13 [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] 
12:33:13 	public abstract class DelegatingObservableValueTest extends DelegatingObservableTest<IObservableValue> {
12:33:13 	                                                                                     ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	class TestListener implements IValueChangeListener {
12:33:13 	                              ^^^^^^^^^^^^^^^^^^^^
12:33:13 IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
12:33:13 [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] 
12:33:13 	public void handleValueChange(ValueChangeEvent event) {
12:33:13 	                              ^^^^^^^^^^^^^^^^
12:33:13 ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
12:33:13 [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] 
12:33:13 	fixture.addValueChangeListener(l);
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	fixture.removeValueChangeListener(l);
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	fixture.setValue(valueToSet);
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	protected Class<? extends IObservableValue> getDelegateType() {
12:33:13 	                          ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("bean", new Bean("Alice"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("expectedValue", bean);
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valueToSet", new Bean("Bert"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	protected IObservableValue createDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableValue(realm, bean, Bean.class);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableValue(realm, bean, Bean.class);
12:33:13 	           ^^^^^^^^^^^^^
12:33:13 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	private IObservableValue master;
12:33:13 	        ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	protected Class<? extends IObservableValue> getDelegateType() {
12:33:13 	                          ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("bean", new Bean("Alice"));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
12:33:13 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
12:33:13 	                                                            ^^^^^^^^^^^^^
12:33:13 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	houseKeeper.setField("expectedValue", "Alice");
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	houseKeeper.setField("valueToSet", "Bert");
12:33:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated
12:33:13 [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] 
12:33:13 	protected IObservableValue createDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	Class beanClass = null;
12:33:13 	^^^^^
12:33:13 Class is a raw type. References to generic type Class<T> should be parameterized
12:33:13 [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] 
12:33:13 	beanClass = (Class) master.getValueType();
12:33:13 	             ^^^^^
12:33:13 Class is a raw type. References to generic type Class<T> should be parameterized
12:33:13 [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] 
12:33:13 	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: Unchecked invocation value(Class, String, Class<String>) of the generic method value(Class<S>, String, Class<T>) of type BeanProperties
12:33:13 [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] 
12:33:13 	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
12:33:13 [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] 
12:33:13 	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
12:33:13 	                            ^^^^^^^^^
12:33:13 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
12:33:13 [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] 
12:33:13 	protected IObservableValue createNonObservingDelegate() {
12:33:13 	          ^^^^^^^^^^^^^^^^
12:33:13 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableValue(realm, bean, Bean.class);
12:33:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	return new WritableValue(realm, bean, Bean.class);
12:33:13 	           ^^^^^^^^^^^^^
12:33:13 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
12:33:13 [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] 
12:33:13 	assertThat(fixture.isDisposed(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isDisposed(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isDisposed(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isDisposed(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.next(), is("a"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.next(), is("b"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.next(), is("c"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.hasNext(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.next(), is("a"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.next(), is("b"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.next(), is("c"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.hasNext(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.previous(), is("c"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.previous(), is("b"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.previous(), is("d"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.previous(), is("a"));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(iter.hasPrevious(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(added, hasItem(element));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(List<E>, Matcher<? super List<E>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(removed, hasItem(element));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(List<E>, Matcher<? super List<E>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(b.isDisposed(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(b.isDisposed(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(c.isDisposed(), is(false)); // The list still has it
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(c.isDisposed(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(a.isDisposed(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(b.isDisposed(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(c.isDisposed(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(a.isDisposed(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(b.isDisposed(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(c.isDisposed(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	public abstract class DelegatingObservableCollectionTest<T extends IObservableCollection> extends DelegatingObservableTest<T> {
12:33:13 	                                                                   ^^^^^^^^^^^^^^^^^^^^^
12:33:13 IObservableCollection is a raw type. References to generic type IObservableCollection<E> should be parameterized
12:33:13 [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] 
12:33:13 	assertThat(fixture.size(), is(delegate.size()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.size(), is(delegate.size()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.size(), is(delegate.size()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.size(), is(0));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.size(), is(0));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isEmpty(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isEmpty(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.isEmpty(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.contains(o), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.contains(o), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.contains(o), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.iterator().hasNext(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(ImmutableList.copyOf(iterator(fixture)), is(ImmutableList.copyOf(iterator(delegate))));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(ImmutableList<capture#1-of ?>, Matcher<? super ImmutableList<capture#1-of ?>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.iterator().hasNext(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.toArray().length, is(0));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.toArray(), isArray(delegate.toArray()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.toArray().length, is(0));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.toArray(newArray()).length, is(0));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(actual.length, is(valuesToAdd.size()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(actual, isArray(delegate.toArray(newArray())));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.toArray(newArray()).length, is(0));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegateCollection(), hasItem(o));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegateCollection(), not(hasItem(o)));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.containsAll(valuesToAdd), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegateCollection(), hasItems(valuesToAdd.toArray()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegateCollection(), hasItems(valuesToRemove.toArray()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegateCollection(), not(hasItem(in(valuesToRemove))));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegateCollection(), hasItems(valuesToRemove.toArray()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegate.size(), is(valuesToRemove.size())); // Nothing else
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegate.isEmpty(), is(false));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(delegate.isEmpty(), is(true));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.getElementType(), is((Object) getDelegateElementType()));
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	assertThat(fixture.getElementType(), nullValue());
12:33:13 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:13 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:33:13 [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] 
12:33:13 	Iterator<?> iterator(IObservableCollection c) {
12:33:13 	                     ^^^^^^^^^^^^^^^^^^^^^
12:33:13 IObservableCollection is a raw type. References to generic type IObservableCollection<E> should be parameterized
12:33:13 186 problems (186 warnings)
12:33:13 [INFO] 
12:33:13 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:13 [INFO] 
12:33:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:13 [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
12:33:13 [INFO] 
12:33:13 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:13 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:33:13 [INFO] 
12:33:13 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:13 [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
12:33:13 [INFO] 
12:33:13 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:13 [INFO] 
12:33:13 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:13 [INFO] Skipping tests
12:33:13 [INFO] 
12:33:13 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.tools.tests ---
12:33:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:13 [INFO] 
12:33:13 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.tests.releng >--
12:33:13 [INFO] Building org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT [112/175]
12:33:13 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/pom.xml
12:33:13 [INFO] --------------------------------[ pom ]---------------------------------
12:33:13 [INFO] 
12:33:13 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.tests.releng ---
12:33:13 [INFO] 
12:33:13 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.tests.releng ---
12:33:13 [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
12:33:13 [INFO] 
12:33:13 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.editor.tests.releng ---
12:33:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:13 [INFO] 
12:33:13 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests >--
12:33:13 [INFO] Building org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT [113/175]
12:33:13 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml
12:33:13 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:13 [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
12:33:14 [INFO] 
12:33:14 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:14 [INFO] 
12:33:14 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:14 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:14 [INFO] 
12:33:14 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:14 [INFO] 
12:33:14 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:14 [INFO] 
12:33:14 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:14 [INFO] 
12:33:14 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:14 [INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome.tests
12:33:15 [INFO] 
12:33:15 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:15 [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
12:33:15 [INFO] 
12:33:15 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:15 [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
12:33:15 [INFO] 
12:33:15 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:15 [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
12:33:16 [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] 
12:33:16 	import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper;
12:33:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 The type TransactionHelper is deprecated
12:33:16 [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] 
12:33:16 	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.LanguageObservable;
12:33:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElement;
12:33:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElementFactory;
12:33:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory;
12:33:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.ui-3.5.100.202404240259.jar')
12:33:16 [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] 
12:33:16 	* Test cases for the {@link WelcomeModelElement} and its properties.
12:33:16 	                            ^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	private WelcomeModelElement fixture;
12:33:16 	        ^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
12:33:16 	                ^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
12:33:16 	                                                                 ^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	LanguageObservable lang = languages.get(0);
12:33:16 	^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	assertThat(lang.getName().getValue().toUpperCase(), is("UML"));
12:33:16 	                ^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	assertThat(lang.getVersion().getValue().compareTo(new Version("2.5")), not(lessThan(0)));
12:33:16 	                ^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
12:33:16 	                ^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
12:33:16 	                                                                 ^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	LanguageObservable lang = languages.get(0);
12:33:16 	^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:16 	           ^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:16 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:16 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	TransactionHelper.run(editor.getEditingDomain(), () -> {
12:33:16 	^^^^^^^^^^^^^^^^^
12:33:16 The type TransactionHelper is deprecated
12:33:16 [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] 
12:33:16 	TransactionHelper.run(editor.getEditingDomain(), () -> {
12:33:16 				new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
12:33:16 			});
12:33:16 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
12:33:16 [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] 
12:33:16 	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
12:33:16 	    ^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.ui-3.5.100.202404240259.jar')
12:33:16 [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] 
12:33:16 	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
12:33:16 	    ^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.ui-3.5.100.202404240259.jar')
12:33:16 [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] 
12:33:16 	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
12:33:16 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.ui-3.5.100.202404240259.jar')
12:33:16 [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] 
12:33:16 	import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage;
12:33:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	WelcomePage welcome = getWelcomePage();
12:33:16 	^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	WelcomePage page = getWelcomePage();
12:33:16 	^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	WelcomePage page = getWelcomePage();
12:33:16 	^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	WelcomePage page = getWelcomePage();
12:33:16 	^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage;
12:33:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	protected WelcomePage getWelcomePage() {
12:33:16 	          ^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	WelcomePage[] result = { null };
12:33:16 	^^^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class);
12:33:16 	^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class);
12:33:16 	                                                      ^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	protected boolean isActivePage(WelcomePage page) {
12:33:16 	                               ^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 [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] 
12:33:16 	return (activePage != null) && (PlatformHelper.getAdapter(activePage, WelcomePage.class) == page);
12:33:16 	                                                                      ^^^^^^^^^^^
12:33:16 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.202404240259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202404240259.jar')
12:33:16 35 problems (35 warnings)
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:16 [INFO] 
12:33:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:16 [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
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:16 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:16 [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
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:16 [INFO] Skipping tests
12:33:16 [INFO] 
12:33:16 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
12:33:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:16 [INFO] 
12:33:16 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests >--
12:33:16 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT [114/175]
12:33:16 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml
12:33:16 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:16 [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
12:33:16 [INFO] 
12:33:16 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:16 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:16 [INFO] 
12:33:16 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:16 [INFO] 
12:33:16 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:16 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.welcome.tests
12:33:18 [INFO] 
12:33:18 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [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
12:33:18 [INFO] 
12:33:18 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [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
12:33:18 [INFO] 
12:33:18 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [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
12:33:18 [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] 
12:33:18 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable;
12:33:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement;
12:33:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory;
12:33:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	* Test cases for the {@link WelcomeModelElement} and its properties.
12:33:18 	                            ^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	private WelcomeModelElement fixture;
12:33:18 	        ^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> views = getNotationViews();
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	.map(NotationObservable::getView)
12:33:18 	     ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	.map(NotationObservable::getView)
12:33:18 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	.map(NotationObservable::getContext)
12:33:18 	     ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	.map(NotationObservable::getContext)
12:33:18 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> views = getNotationViews();
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	NotationObservable toBeDeleted = getView(views, "use cases");
12:33:18 	^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
12:33:18 	                             ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	EcoreUtil.delete(toBeDeleted.getView().getValue(), true);
12:33:18 	                             ^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> views = getNotationViews();
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	NotationObservable[] created = { null };
12:33:18 	^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
12:33:18 	                             ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) {
12:33:18 	                                                                          ^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> views = getNotationViews();
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	NotationObservable[] obs = { null };
12:33:18 	^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
12:33:18 	                             ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) {
12:33:18 	                                                                          ^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:18 	           ^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:18 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:18 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> getNotationViews() {
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
12:33:18 	                                                              ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	NotationObservable getView(Collection<? extends NotationObservable> views, String name) {
12:33:18 	^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	NotationObservable getView(Collection<? extends NotationObservable> views, String name) {
12:33:18 	                                                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	.filter(d -> name.equals(getName(d.getView().getValue())))
12:33:18 	                                   ^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable;
12:33:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservableProperty;
12:33:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement;
12:33:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory;
12:33:18 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	* Test cases for the {@link NotationObservableProperty} class specifically.
12:33:18 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	private WelcomeModelElement fixture;
12:33:18 	        ^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> views = getNotationViews();
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> views = getNotationViews();
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:18 	           ^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:18 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
12:33:18 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> getNotationViews() {
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
12:33:18 	                ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 [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] 
12:33:18 	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
12:33:18 	                                                              ^^^^^^^^^^^^^^^^^^
12:33:18 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202404240259.jar')
12:33:18 45 problems (45 warnings)
12:33:18 [INFO] 
12:33:18 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [INFO] 
12:33:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [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
12:33:18 [INFO] 
12:33:18 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
12:33:18 [INFO] 
12:33:18 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [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
12:33:18 [INFO] 
12:33:18 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [INFO] 
12:33:18 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [INFO] Skipping tests
12:33:18 [INFO] 
12:33:18 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
12:33:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:18 [INFO] 
12:33:18 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests >--
12:33:18 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT [115/175]
12:33:18 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml
12:33:18 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:18 [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
12:33:19 [INFO] 
12:33:19 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:19 [INFO] 
12:33:19 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:19 [INFO] The project's OSGi version is 2.1.0.202404241627
12:33:19 [INFO] 
12:33:19 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:19 [INFO] 
12:33:19 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:19 [INFO] 
12:33:19 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:19 [INFO] 
12:33:19 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:19 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.commands.tests
12:33:21 [INFO] 
12:33:21 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [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
12:33:21 [INFO] 
12:33:21 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [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
12:33:21 [INFO] 
12:33:21 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [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
12:33:21 [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] 
12:33:21 	fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
12:33:21 	                                             ^^^^^^^^^^^^^^^^^^^^^^^
12:33:21 The type CheckedOperationHistory is deprecated
12:33:21 [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] 
12:33:21 	fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
12:33:21 	                                                                     ^^^^^^^^^^^^^
12:33:21 The method getInstance() from the type CheckedOperationHistory is deprecated
12:33:21 [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] 
12:33:21 	for (Iterator<C> iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) {
12:33:21 	                        ^^^^^^^^^^^^^^^^^^^
12:33:21 The type CommandTreeIterator<C> is deprecated
12:33:21 [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] 
12:33:21 	for (Iterator<C> iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) {
12:33:21 	                                            ^^^^^^^^^^^^^^^^^^^^^^
12:33:21 The method iterate(Object, Class<C>) from the type CommandTreeIterator is deprecated
12:33:21 [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] 
12:33:21 	for (Iterator<?> iter = CommandTreeIterator.iterate(command); iter.hasNext();) {
12:33:21 	                        ^^^^^^^^^^^^^^^^^^^
12:33:21 The type CommandTreeIterator<C> is deprecated
12:33:21 [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] 
12:33:21 	for (Iterator<?> iter = CommandTreeIterator.iterate(command); iter.hasNext();) {
12:33:21 	                                            ^^^^^^^^^^^^^^^^
12:33:21 The method iterate(Object) from the type CommandTreeIterator is deprecated
12:33:21 [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] 
12:33:21 	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
12:33:21 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:21 The type NestingNotifyingWorkspaceCommandStack is deprecated
12:33:21 [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] 
12:33:21 	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
12:33:21 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:21 The constructor NestingNotifyingWorkspaceCommandStack(IOperationHistory) is deprecated
12:33:21 [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] 
12:33:21 	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
12:33:21 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
12:33:21 The type CheckedOperationHistory is deprecated
12:33:21 [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] 
12:33:21 	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
12:33:21 	                                                                            ^^^^^^^^^^^^^
12:33:21 The method getInstance() from the type CheckedOperationHistory is deprecated
12:33:21 10 problems (10 warnings)
12:33:21 [INFO] 
12:33:21 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [INFO] 
12:33:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [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
12:33:21 [INFO] 
12:33:21 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped
12:33:21 [INFO] 
12:33:21 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [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
12:33:21 [INFO] 
12:33:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [INFO] 
12:33:21 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [INFO] Skipping tests
12:33:21 [INFO] 
12:33:21 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
12:33:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:21 [INFO] 
12:33:21 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests >----
12:33:21 [INFO] Building org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT    [116/175]
12:33:21 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml
12:33:21 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:21 [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
12:33:22 [INFO] 
12:33:22 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:22 [INFO] 
12:33:22 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:22 [INFO] The project's OSGi version is 2.1.0.202404241627
12:33:22 [INFO] 
12:33:22 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:22 [INFO] 
12:33:22 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:22 [INFO] 
12:33:22 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:22 [INFO] 
12:33:22 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:22 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.tests
12:33:23 [INFO] 
12:33:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:23 [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
12:33:23 [INFO] 
12:33:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:23 [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
12:33:23 [INFO] 
12:33:23 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:23 [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
12:33:24 [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] 
12:33:24 	@SuppressWarnings("unchecked")
12:33:24 	                  ^^^^^^^^^^^
12:33:24 Unnecessary @SuppressWarnings("unchecked")
12:33:24 [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] 
12:33:24 	import org.eclipse.papyrus.infra.emf.internal.resource.AbstractCrossReferenceIndex;
12:33:24 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	.map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource())))
12:33:24 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	.map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource())))
12:33:24 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	import org.eclipse.papyrus.infra.emf.internal.resource.index.IIndexManagerListener;
12:33:24 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	import org.eclipse.papyrus.infra.emf.internal.resource.index.IndexManager;
12:33:24 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	import org.eclipse.papyrus.infra.emf.internal.resource.index.InternalModelIndex;
12:33:24 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	private IndexManager manager;
12:33:24 	        ^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	IndexManager.getInstance().pause();
12:33:24 	^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	IndexManager.getInstance().pause();
12:33:24 	             ^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	IndexManager.getInstance().pause();
12:33:24 	                           ^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	manager = new IndexManager() {
12:33:24 	              ^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	manager = new IndexManager() {
12:33:24 	              ^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	protected Map<QualifiedName, InternalModelIndex> loadIndices() {
12:33:24 	                             ^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture);
12:33:24 	                                        ^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture);
12:33:24 	                                                        ^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	manager.startManager();
12:33:24 	        ^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	manager.dispose();
12:33:24 	        ^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	IndexManager.getInstance().resume();
12:33:24 	^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	IndexManager.getInstance().resume();
12:33:24 	             ^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	IndexManager.getInstance().resume();
12:33:24 	                           ^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	Job getJobWrangler(IndexManager indexManager) {
12:33:24 	                   ^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	IIndexManagerListener[] listener = { null };
12:33:24 	^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	listener[0] = IIndexManagerListener.startingAdapter(__ -> {
12:33:24 	              ^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	listener[0] = IIndexManagerListener.startingAdapter(__ -> {
12:33:24 	                                    ^^^^^^^^^^^^^^^
12:33:24 Discouraged access: The method 'IIndexManagerListener.startingAdapter(Consumer<? super 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	manager.removeIndexManagerListener(listener[0]);
12:33:24 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	manager.addIndexManagerListener(listener[0]);
12:33:24 	        ^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	import org.eclipse.papyrus.infra.emf.internal.resource.CrossReferenceIndex;
12:33:24 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	import org.eclipse.papyrus.infra.emf.internal.resource.OnDemandCrossReferenceIndex;
12:33:24 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	indexFunction = OnDemandCrossReferenceIndex::new;
12:33:24 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	indexFunction = OnDemandCrossReferenceIndex::new;
12:33:24 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	indexFunction = __ -> CrossReferenceIndex.getInstance();
12:33:24 	                      ^^^^^^^^^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	indexFunction = __ -> CrossReferenceIndex.getInstance();
12:33:24 	                                          ^^^^^^^^^^^
12:33:24 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.202404240259/org.eclipse.papyrus.infra.emf-4.4.0.202404240259.jar')
12:33:24 [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] 
12:33:24 	readOnlyHandlerAdapterFactory = (IAdapterFactory) Platform.getBundle("org.eclipse.papyrus.infra.emf.readonly").loadClass("org.eclipse.papyrus.infra.emf.readonly.ReadOnlyAdapterFactory").newInstance();
12:33:24 	                                                                                                                                                                                          ^^^^^^^^^^^^^
12:33:24 The method newInstance() from the type Class<capture#1-of ?> is deprecated since version 9
12:33:24 34 problems (34 warnings)
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:24 [INFO] 
12:33:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:24 [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
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:24 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:24 [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
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:24 [INFO] Skipping tests
12:33:24 [INFO] 
12:33:24 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.tests ---
12:33:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:24 [INFO] 
12:33:24 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng >--
12:33:24 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT [117/175]
12:33:24 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/pom.xml
12:33:24 [INFO] --------------------------------[ pom ]---------------------------------
12:33:24 [INFO] 
12:33:24 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
12:33:24 [INFO] 
12:33:24 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
12:33:24 [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
12:33:24 [INFO] 
12:33:24 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
12:33:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:24 [INFO] 
12:33:24 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests >--
12:33:24 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT [118/175]
12:33:24 [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
12:33:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:33:24 [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
12:33:24 [INFO] 
12:33:24 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:24 [INFO] The project's OSGi version is 2.1.0.202404241627
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:24 [INFO] 
12:33:24 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:24 [INFO] 
12:33:24 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:24 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.assistant.tests
12:33:26 [INFO] 
12:33:26 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:26 [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
12:33:26 [INFO] 
12:33:26 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:26 [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
12:33:26 [INFO] 
12:33:26 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:26 [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
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:27 [INFO] 
12:33:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:27 [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
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:27 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 321 were skipped
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:27 [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
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:27 [INFO] 
12:33:27 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
12:33:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:27 [INFO] 
12:33:27 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests >--
12:33:27 [INFO] Building org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT [119/175]
12:33:27 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml
12:33:27 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:27 [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
12:33:27 [INFO] 
12:33:27 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:27 [INFO] The project's OSGi version is 4.0.0.202404241627
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:27 [INFO] 
12:33:27 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:27 [INFO] 
12:33:27 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:28 [INFO] 
12:33:28 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:28 [INFO] Resolving class path of org.eclipse.papyrus.infra.types.ui.tests
12:33:29 [INFO] 
12:33:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:29 [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
12:33:29 [INFO] 
12:33:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:29 [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
12:33:29 [INFO] 
12:33:29 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:29 [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
12:33:30 [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] 
12:33:30 	import org.eclipse.papyrus.infra.types.core.internal.ui.handlers.RuleRefactoringHandler.OperationKind;
12:33:30 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	public final AnnotationRule<OperationKind> refactoringKind = AnnotationRule.create(Refactoring.class, null);
12:33:30 	                            ^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.NEGATE)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.NEGATE)
12:33:30 	                           ^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.NEGATE)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.NEGATE)
12:33:30 	                           ^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.NEGATE)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.NEGATE)
12:33:30 	                           ^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.ADD_TO_AND)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.ADD_TO_AND)
12:33:30 	                           ^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.ADD_TO_AND)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.ADD_TO_AND)
12:33:30 	                           ^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.ADD_TO_OR)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.ADD_TO_OR)
12:33:30 	                           ^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.ADD_TO_OR)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.ADD_TO_OR)
12:33:30 	                           ^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	                           ^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	                           ^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	                           ^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	                           ^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	@Refactoring(OperationKind.PULL_UP_OPERAND)
12:33:30 	                           ^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	case NEGATE:
12:33:30 	     ^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	case ADD_TO_AND:
12:33:30 	     ^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	case ADD_TO_OR:
12:33:30 	     ^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	case PULL_UP_OPERAND:
12:33:30 	     ^^^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 [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] 
12:33:30 	OperationKind value();
12:33:30 	^^^^^^^^^^^^^
12:33:30 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.202404240259/org.eclipse.papyrus.infra.types.ui-4.0.0.202404240259.jar')
12:33:30 31 problems (31 warnings)
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:30 [INFO] 
12:33:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:30 [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
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:30 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 306 were skipped
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:30 [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
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:30 [INFO] Skipping tests
12:33:30 [INFO] 
12:33:30 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.ui.tests ---
12:33:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:30 [INFO] 
12:33:30 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests >--
12:33:30 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT [120/175]
12:33:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml
12:33:30 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:30 [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
12:33:30 [INFO] 
12:33:30 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:30 [INFO] The project's OSGi version is 4.1.0.202404241627
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:30 [INFO] 
12:33:30 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:30 [INFO] 
12:33:30 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:30 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.common.tests
12:33:32 [INFO] 
12:33:32 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:32 [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
12:33:32 [INFO] 
12:33:32 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:32 [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
12:33:32 [INFO] 
12:33:32 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:32 [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
12:33:33 [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] 
12:33:33 	assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat(copy.getName(), containsString(myClass.getName()));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat(typeNamesLikeMyClass.size(), is(2));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat(command.canExecute(), is(true));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat(related, notNullValue());
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(Property, Matcher<? super Property>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	Assert.assertThat(typeNamesLikeMyClass.size(), is(2));
12:33:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:33:33 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)
12:33:33 	@SuppressWarnings("nls")
12:33:33 	                  ^^^^^
12:33:33 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:33:33 [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] 
12:33:33 	assertThat(fixture.getText(diagram), is("classes"));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat(fixture.getText(diagram), is("(Class Diagram of <Package> foo)"));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat(fixture.getText(diagram), is("(Class Diagram of <Package> bar)"));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat("Label provider did not notify", gotEvent[0], is(true));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat("Label provider did not notify", gotEvent[0], is(true));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	assertThat(copy.getName(), containsString(myClass.getName()));
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:33:33 [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] 
12:33:33 	import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.DefaultModelingAssistantModelProvider;
12:33:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404240259.jar')
12:33:33 [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] 
12:33:33 	import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.ModelingAssistantModelRegistry;
12:33:33 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404240259.jar')
12:33:33 [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] 
12:33:33 	SynchronizableGmfDiagramEditor diagramEditor = (SynchronizableGmfDiagramEditor) editor.getActiveEditor();
12:33:33 	                               ^^^^^^^^^^^^^
12:33:33 The value of the local variable diagramEditor is not used
12:33:33 [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] 
12:33:33 	IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI);
12:33:33 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404240259.jar')
12:33:33 [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] 
12:33:33 	IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI);
12:33:33 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404240259.jar')
12:33:33 [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] 
12:33:33 	ModelingAssistantModelRegistry.getInstance().loadModels(result);
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404240259.jar')
12:33:33 [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] 
12:33:33 	ModelingAssistantModelRegistry.getInstance().loadModels(result);
12:33:33 	                               ^^^^^^^^^^^
12:33:33 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404240259.jar')
12:33:33 [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] 
12:33:33 	ModelingAssistantModelRegistry.getInstance().loadModels(result);
12:33:33 	                                             ^^^^^^^^^^
12:33:33 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.202404240259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202404240259.jar')
12:33:33 [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] 
12:33:33 	rv.getStyles().add(ts);
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^
12:33:33 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
12:33:33 [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] 
12:33:33 	rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle());
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
12:33:33 [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] 
12:33:33 	rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle());
12:33:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:33 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
12:33:33 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)
12:33:33 	@SuppressWarnings("nls")
12:33:33 	                  ^^^^^
12:33:33 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
12:33:33 26 problems (0 errors, 24 warnings, 2 infos)
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:33 [INFO] 
12:33:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:33 [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
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:33 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 329 were skipped
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:33 [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
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:33 [INFO] Skipping tests
12:33:33 [INFO] 
12:33:33 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
12:33:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:33 [INFO] 
12:33:33 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests >--
12:33:33 [INFO] Building org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT [121/175]
12:33:33 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml
12:33:33 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:33 [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
12:33:33 [INFO] 
12:33:33 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:33 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:33 [INFO] 
12:33:33 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:33 [INFO] 
12:33:33 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:33 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.gmf.tests
12:33:34 [INFO] 
12:33:34 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [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
12:33:34 [INFO] 
12:33:34 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [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
12:33:34 [INFO] 
12:33:34 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [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
12:33:34 [INFO] 
12:33:34 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [INFO] 
12:33:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [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
12:33:34 [INFO] 
12:33:34 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped
12:33:34 [INFO] 
12:33:34 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [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
12:33:34 [INFO] 
12:33:34 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [INFO] 
12:33:34 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [INFO] Skipping tests
12:33:34 [INFO] 
12:33:34 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
12:33:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:34 [INFO] 
12:33:34 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature >-----
12:33:34 [INFO] Building org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT [122/175]
12:33:34 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml
12:33:34 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:33:34 [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
12:33:35 [INFO] 
12:33:35 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [INFO] 
12:33:35 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [INFO] The project's OSGi version is 1.2.0.202404241627
12:33:35 [INFO] 
12:33:35 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [INFO] 
12:33:35 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [INFO] 
12:33:35 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [INFO] 
12:33:35 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [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
12:33:35 [INFO] 
12:33:35 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [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
12:33:35 [INFO] 
12:33:35 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 355 were skipped
12:33:35 [INFO] 
12:33:35 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [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
12:33:35 [INFO] 
12:33:35 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [INFO] 
12:33:35 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [INFO] 
12:33:35 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.feature ---
12:33:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:35 [INFO] 
12:33:35 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.feature >--------
12:33:35 [INFO] Building org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT    [123/175]
12:33:35 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml
12:33:35 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:33:35 [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
12:33:38 [INFO] 
12:33:38 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [INFO] 
12:33:38 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [INFO] The project's OSGi version is 2.0.100.202404241627
12:33:38 [INFO] 
12:33:38 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [INFO] 
12:33:38 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [INFO] 
12:33:38 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [INFO] 
12:33:38 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [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
12:33:38 [INFO] 
12:33:38 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [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
12:33:38 [INFO] 
12:33:38 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 461 were skipped
12:33:38 [INFO] 
12:33:38 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [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
12:33:38 [INFO] 
12:33:38 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [INFO] 
12:33:38 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [INFO] 
12:33:38 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.feature ---
12:33:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:38 [INFO] 
12:33:38 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.main.tests >--
12:33:38 [INFO] Building org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT [124/175]
12:33:38 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/expressions/pom.xml
12:33:38 [INFO] --------------------------------[ pom ]---------------------------------
12:33:38 [INFO] 
12:33:38 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
12:33:38 [INFO] 
12:33:38 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
12:33:38 [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
12:33:38 [INFO] 
12:33:38 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
12:33:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:38 [INFO] 
12:33:38 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests >--
12:33:38 [INFO] Building org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT [125/175]
12:33:38 [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
12:33:38 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:38 [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
12:33:39 [INFO] 
12:33:39 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] 
12:33:39 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.tests
12:33:39 [INFO] 
12:33:39 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [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
12:33:39 [INFO] 
12:33:39 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [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
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [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
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] 
12:33:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [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
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [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
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] 
12:33:39 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] Skipping tests
12:33:39 [INFO] 
12:33:39 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
12:33:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:39 [INFO] 
12:33:39 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature >--
12:33:39 [INFO] Building org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT [126/175]
12:33:39 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml
12:33:39 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:33:39 [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
12:33:40 [INFO] 
12:33:40 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [INFO] The project's OSGi version is 1.0.0.202404241627
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [INFO] 
12:33:40 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [INFO] 
12:33:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [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
12:33:40 [INFO] 
12:33:40 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [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
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 107 were skipped
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [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
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [INFO] 
12:33:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
12:33:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:40 [INFO] 
12:33:40 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.main.test >--
12:33:40 [INFO] Building org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT [127/175]
12:33:40 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/pom.xml
12:33:40 [INFO] --------------------------------[ pom ]---------------------------------
12:33:40 [INFO] 
12:33:40 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.main.test ---
12:33:40 [INFO] 
12:33:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.main.test ---
12:33:40 [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
12:33:40 [INFO] 
12:33:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.internationalization.main.test ---
12:33:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:40 [INFO] 
12:33:40 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests >--
12:33:40 [INFO] Building org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT [128/175]
12:33:40 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml
12:33:40 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:40 [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
12:33:40 [INFO] 
12:33:40 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:40 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:40 [INFO] 
12:33:40 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:40 [INFO] 
12:33:40 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:40 [INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.tests
12:33:42 [INFO] 
12:33:42 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [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
12:33:42 [INFO] 
12:33:42 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [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
12:33:42 [INFO] 
12:33:42 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [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
12:33:42 [INFO] 
12:33:42 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [INFO] 
12:33:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [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
12:33:42 [INFO] 
12:33:42 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:33:42 [INFO] 
12:33:42 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [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
12:33:42 [INFO] 
12:33:42 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [INFO] 
12:33:42 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [INFO] Skipping tests
12:33:42 [INFO] 
12:33:42 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.internationalization.tests ---
12:33:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:42 [INFO] 
12:33:42 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature >--
12:33:42 [INFO] Building org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT [129/175]
12:33:42 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml
12:33:42 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:33:42 [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
12:33:43 [INFO] 
12:33:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [INFO] The project's OSGi version is 1.0.0.202404241627
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [INFO] 
12:33:43 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [INFO] 
12:33:43 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [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
12:33:43 [INFO] 
12:33:43 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [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
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 294 were skipped
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [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
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [INFO] 
12:33:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
12:33:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:43 [INFO] 
12:33:43 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests.releng >--
12:33:43 [INFO] Building org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT [130/175]
12:33:43 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/pom.xml
12:33:43 [INFO] --------------------------------[ pom ]---------------------------------
12:33:43 [INFO] 
12:33:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
12:33:43 [INFO] 
12:33:43 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
12:33:43 [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
12:33:43 [INFO] 
12:33:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
12:33:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:43 [INFO] 
12:33:43 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests >--
12:33:43 [INFO] Building org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT [131/175]
12:33:43 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml
12:33:43 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:43 [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
12:33:43 [INFO] 
12:33:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:43 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:43 [INFO] 
12:33:43 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:43 [INFO] 
12:33:43 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:43 [INFO] Resolving class path of org.eclipse.papyrus.uml.expressions.tests
12:33:45 [INFO] 
12:33:45 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [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
12:33:45 [INFO] 
12:33:45 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [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
12:33:45 [INFO] 
12:33:45 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [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
12:33:45 [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] 
12:33:45 	private final String ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME = "RootElement::AChildNiceStereotypeForElement"; //$NON-NLS-1$
12:33:45 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:33:45 The value of the field IsKindOfStereotypeExpressionTests.ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME is not used
12:33:45 [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] 
12:33:45 	private Class notStereotypedClass;
12:33:45 	              ^^^^^^^^^^^^^^^^^^^
12:33:45 The value of the field SingleStereotypeAttributeEqualityExpressionTests.notStereotypedClass is not used
12:33:45 [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] 
12:33:45 	private final String PROFILE_URI = "papyrusExpressionProfile"; //$NON-NLS-1$
12:33:45 	                     ^^^^^^^^^^^
12:33:45 The value of the field SingleStereotypeAttributeEqualityExpressionTests.PROFILE_URI is not used
12:33:45 3 problems (3 warnings)
12:33:45 [INFO] 
12:33:45 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [INFO] 
12:33:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [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
12:33:45 [INFO] 
12:33:45 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 303 were skipped
12:33:45 [INFO] 
12:33:45 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [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
12:33:45 [INFO] 
12:33:45 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [INFO] 
12:33:45 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [INFO] Skipping tests
12:33:45 [INFO] 
12:33:45 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests ---
12:33:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:45 [INFO] 
12:33:45 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature >--
12:33:45 [INFO] Building org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT [132/175]
12:33:45 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml
12:33:45 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:33:45 [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
12:33:46 [INFO] 
12:33:46 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [INFO] The project's OSGi version is 1.0.0.202404241627
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [INFO] 
12:33:46 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [INFO] 
12:33:46 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [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
12:33:46 [INFO] 
12:33:46 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [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
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [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
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [INFO] 
12:33:46 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
12:33:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:46 [INFO] 
12:33:46 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.main.test >--
12:33:46 [INFO] Building org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT [133/175]
12:33:46 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/pom.xml
12:33:46 [INFO] --------------------------------[ pom ]---------------------------------
12:33:46 [INFO] 
12:33:46 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.main.test ---
12:33:46 [INFO] 
12:33:46 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.main.test ---
12:33:46 [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
12:33:46 [INFO] 
12:33:46 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.main.test ---
12:33:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:46 [INFO] 
12:33:46 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests >--
12:33:46 [INFO] Building org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT [134/175]
12:33:46 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml
12:33:46 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:46 [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
12:33:46 [INFO] 
12:33:46 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:46 [INFO] The project's OSGi version is 2.0.0.202404241627
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:46 [INFO] 
12:33:46 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:46 [INFO] 
12:33:46 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:46 [INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.tests
12:33:48 [INFO] 
12:33:48 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [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
12:33:48 [INFO] 
12:33:48 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [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
12:33:48 [INFO] 
12:33:48 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [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
12:33:48 [INFO] 
12:33:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [INFO] 
12:33:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [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
12:33:48 [INFO] 
12:33:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:33:48 [INFO] 
12:33:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [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
12:33:48 [INFO] 
12:33:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [INFO] 
12:33:48 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [INFO] Skipping tests
12:33:48 [INFO] 
12:33:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.tests ---
12:33:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:48 [INFO] 
12:33:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests >--
12:33:48 [INFO] Building org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT [135/175]
12:33:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml
12:33:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:48 [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
12:33:49 [INFO] 
12:33:49 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:49 [INFO] 
12:33:49 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:49 [INFO] The project's OSGi version is 2.1.0.202404241627
12:33:49 [INFO] 
12:33:49 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:49 [INFO] 
12:33:49 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:49 [INFO] 
12:33:49 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:49 [INFO] 
12:33:49 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:49 [INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.controlmode.tests
12:33:50 [INFO] 
12:33:50 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:50 [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
12:33:50 [INFO] 
12:33:50 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:50 [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
12:33:50 [INFO] 
12:33:50 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:50 [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
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:51 [INFO] 
12:33:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:51 [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
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:51 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:51 [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
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:51 [INFO] Skipping tests
12:33:51 [INFO] 
12:33:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
12:33:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:51 [INFO] 
12:33:51 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature >--
12:33:51 [INFO] Building org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT [136/175]
12:33:51 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml
12:33:51 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:33:51 [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
12:33:51 [INFO] 
12:33:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [INFO] The project's OSGi version is 1.0.0.202404241627
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [INFO] 
12:33:51 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [INFO] 
12:33:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [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
12:33:51 [INFO] 
12:33:51 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [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
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 295 were skipped
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [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
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [INFO] 
12:33:51 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [INFO] 
12:33:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
12:33:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:33:51 [INFO] 
12:33:51 [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests >-----
12:33:51 [INFO] Building org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT    [137/175]
12:33:51 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml
12:33:51 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:33:51 [WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
12:33:51 [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
12:33:52 [INFO] 
12:33:52 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests ---
12:33:52 [INFO] 
12:33:52 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.tests ---
12:33:52 [INFO] The project's OSGi version is 2.0.100.202404241627
12:33:52 [INFO] 
12:33:52 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests ---
12:33:52 [INFO] 
12:33:52 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests ---
12:33:52 [INFO] 
12:33:52 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests ---
12:33:52 [INFO] 
12:33:52 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.tests ---
12:33:52 [INFO] Resolving class path of org.eclipse.papyrus.uml.alf.tests
12:33:53 [INFO] 
12:33:53 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests ---
12:33:53 [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
12:33:53 [INFO] 
12:33:53 [INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.tests ---
12:33:56 [WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
12:34:07 [WARNING] 
12:34:07 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
12:34:07 23: The type InjectWith is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 24: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 37: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 23: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 32: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 54: The operator '==' should be replaced by '===' when null is one of the arguments.
12:34:07 [WARNING] 
12:34:07 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
12:34:07 24: The type InjectWith is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 25: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 38: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 57: The operator '==' should be replaced by '===' when null is one of the arguments.
12:34:07 [WARNING] 
12:34:07 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
12:34:07 24: The type InjectWith is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 25: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 38: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 37: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 45: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 25: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 33: The type XtextRunner is deprecated
12:34:07 [WARNING] 
12:34:07 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
12:34:07 69: The operator '!=' should be replaced by '!==' when null is one of the arguments.
12:34:07 [WARNING] 
12:34:07 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
12:34:07 57: The operator '==' should be replaced by '===' when null is one of the arguments.
12:34:07 [WARNING] 
12:34:07 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
12:34:07 62: The operator '==' should be replaced by '===' when null is one of the arguments.
12:34:07 [WARNING] 
12:34:07 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
12:34:07 83: The operator '!=' should be replaced by '!==' when null is one of the arguments.
12:34:07 [WARNING] 
12:34:07 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
12:34:07 85: The operator '!=' should be replaced by '!==' when null is one of the arguments.
12:34:07 [INFO] 
12:34:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:07 [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
12:34:07 [INFO] 
12:34:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:07 [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
12:34:08 [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] 
12:34:08 	import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper;
12:34:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper is never used
12:34:08 [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] 
12:34:08 	import org.eclipse.xtext.junit4.GlobalRegistries;
12:34:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The type GlobalRegistries has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	import org.eclipse.xtext.junit4.GlobalRegistries.GlobalStateMemento;
12:34:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The type GlobalRegistries.GlobalStateMemento is deprecated
12:34:08 [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] 
12:34:08 	import org.eclipse.xtext.junit4.IInjectorProvider;
12:34:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The type IInjectorProvider has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	import org.eclipse.xtext.junit4.IRegistryConfigurator;
12:34:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The type IRegistryConfigurator has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator {
12:34:08 	                                            ^^^^^^^^^^^^^^^^^
12:34:08 The type IInjectorProvider has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator {
12:34:08 	                                                               ^^^^^^^^^^^^^^^^^^^^^
12:34:08 The type IRegistryConfigurator has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	protected GlobalStateMemento stateBeforeInjectorCreation;
12:34:08 	          ^^^^^^^^^^^^^^^^^^
12:34:08 The type GlobalRegistries.GlobalStateMemento is deprecated
12:34:08 [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] 
12:34:08 	protected GlobalStateMemento stateAfterInjectorCreation;
12:34:08 	          ^^^^^^^^^^^^^^^^^^
12:34:08 The type GlobalRegistries.GlobalStateMemento is deprecated
12:34:08 [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] 
12:34:08 	GlobalRegistries.initializeDefaults();
12:34:08 	^^^^^^^^^^^^^^^^
12:34:08 The type GlobalRegistries has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	GlobalRegistries.initializeDefaults();
12:34:08 	                 ^^^^^^^^^^^^^^^^^^^^
12:34:08 The method initializeDefaults() from the type GlobalRegistries is deprecated
12:34:08 [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] 
12:34:08 	stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
12:34:08 	                              ^^^^^^^^^^^^^^^^
12:34:08 The type GlobalRegistries has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
12:34:08 	                                               ^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated
12:34:08 [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] 
12:34:08 	stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
12:34:08 	                             ^^^^^^^^^^^^^^^^
12:34:08 The type GlobalRegistries has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
12:34:08 	                                              ^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated
12:34:08 [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] 
12:34:08 	stateBeforeInjectorCreation.restoreGlobalState();
12:34:08 	                            ^^^^^^^^^^^^^^^^^^^^
12:34:08 The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated
12:34:08 [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] 
12:34:08 	stateAfterInjectorCreation.restoreGlobalState();
12:34:08 	                           ^^^^^^^^^^^^^^^^^^^^
12:34:08 The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated
12:34:08 [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] 
12:34:08 	import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler;
12:34:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler is never used
12:34:08 [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] 
12:34:08 	import org.eclipse.xtext.junit4.XtextRunner;
12:34:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The type XtextRunner is deprecated
12:34:08 [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] 
12:34:08 	@RunWith(XtextRunner.class)
12:34:08 	         ^^^^^^^^^^^
12:34:08 The type XtextRunner is deprecated
12:34:08 [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] 
12:34:08 	import org.eclipse.xtext.junit4.IInjectorProvider;
12:34:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:34:08 The type IInjectorProvider has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	public class AlfUiInjectorProvider implements IInjectorProvider {
12:34:08 	                                              ^^^^^^^^^^^^^^^^^
12:34:08 The type IInjectorProvider has been deprecated and marked for removal
12:34:08 [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] 
12:34:08 	static final private SaveOptions options = SaveOptions.newBuilder().format().noValidation().getOptions();
12:34:08 	                                                                             ^^^^^^^^^^^^^^
12:34:08 The method noValidation() from the type SaveOptions.Builder is deprecated
12:34:08 23 problems (23 warnings)
12:34:08 [INFO] 
12:34:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:08 [INFO] 
12:34:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:08 [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
12:34:08 [INFO] 
12:34:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 240 were skipped
12:34:08 [INFO] 
12:34:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:08 [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
12:34:08 [INFO] 
12:34:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:08 [INFO] 
12:34:08 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:08 [INFO] Skipping tests
12:34:08 [INFO] 
12:34:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests ---
12:34:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:34:08 [INFO] 
12:34:08 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature >----
12:34:08 [INFO] Building org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT [138/175]
12:34:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml
12:34:08 [INFO] --------------------------[ eclipse-feature ]---------------------------
12:34:08 [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
12:34:09 [INFO] 
12:34:09 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [INFO] 
12:34:09 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [INFO] The project's OSGi version is 1.2.0.202404241627
12:34:09 [INFO] 
12:34:09 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [INFO] 
12:34:09 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [INFO] 
12:34:09 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [INFO] 
12:34:09 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [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
12:34:09 [INFO] 
12:34:09 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [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
12:34:09 [INFO] 
12:34:09 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 238 were skipped
12:34:09 [INFO] 
12:34:09 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [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
12:34:09 [INFO] 
12:34:09 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [INFO] 
12:34:09 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [INFO] 
12:34:09 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.feature ---
12:34:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:34:09 [INFO] 
12:34:09 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.features >-------
12:34:09 [INFO] Building Papyrus Tests Features 0.0.1-SNAPSHOT                 [139/175]
12:34:09 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/pom.xml
12:34:09 [INFO] --------------------------------[ pom ]---------------------------------
12:34:09 [INFO] 
12:34:09 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.features ---
12:34:09 [INFO] 
12:34:09 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.features ---
12:34:09 [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
12:34:09 [INFO] 
12:34:09 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.features ---
12:34:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:34:09 [INFO] 
12:34:09 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests >--
12:34:09 [INFO] Building org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT [140/175]
12:34:09 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml
12:34:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:34:09 [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
12:34:55 [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/)
12:35:02 [INFO] 
12:35:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:02 [INFO] 
12:35:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:02 [INFO] The project's OSGi version is 1.0.0.202404241627
12:35:02 [INFO] 
12:35:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:02 [INFO] 
12:35:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:02 [INFO] 
12:35:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:02 [INFO] 
12:35:02 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:02 [INFO] Resolving class path of org.eclipse.papyrus.developer.suite.tests
12:35:11 [INFO] 
12:35:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:11 [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
12:35:11 [INFO] 
12:35:11 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:11 [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
12:35:11 [INFO] 
12:35:11 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:11 [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
12:35:11 [INFO] 
12:35:11 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:11 [INFO] 
12:35:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:11 [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
12:35:11 [INFO] 
12:35:11 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:11 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
12:35:11 [INFO] 
12:35:11 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:11 [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
12:35:11 [INFO] 
12:35:11 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:11 [INFO] 
12:35:11 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:13 [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
12:35:13 [INFO] Command line:
12:35:13 	[/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]
12:35:21 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
12:35:21 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
12:35:21 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
12:35:21 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
12:35:21 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
12:35:21 
12:35:29 Running org.eclipse.papyrus.developer.suite.tests.AllTests
12:35:33 Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.533 s -- in org.eclipse.papyrus.developer.suite.tests.AllTests
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.uml2umlDependencyVersionTest -- Time elapsed: 0.206 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.batikDependencyVersionTest -- Time elapsed: 0.115 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.aboutTest -- Time elapsed: 0.088 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.guavaDependencyVersionTest -- Time elapsed: 0.050 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.injectDependencyVersionTest -- Time elapsed: 0.041 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.vendorTest -- Time elapsed: 0.005 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.javaVersionTest -- Time elapsed: 0.069 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.checkPapyrusEMFPluginDependency -- Time elapsed: 0.010 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.glazedListDependencyVersionTest -- Time elapsed: 0.024 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.pluginIDTest -- Time elapsed: 2.081 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.gsonDependencyVersionTest -- Time elapsed: 0.022 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.checkPapyrusEMFUIPluginDependency -- Time elapsed: 0 s
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests skipped
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests skipped
12:35:33 org.eclipse.papyrus.bundles.tests.BundlesTests.natTableDependencyVersionTest -- Time elapsed: 0.021 s
12:35:33 
12:35:33 Results:
12:35:33 
12:35:33 Tests run: 15, Failures: 0, Errors: 0, Skipped: 2
12:35:33 
12:35:36 [INFO] All tests passed
12:35:36 [INFO] 
12:35:36 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.developer.suite.tests ---
12:35:36 [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
12:35:36 [INFO] Analyzed bundle 'org.eclipse.papyrus.developer.suite.tests' with 0 classes
12:35:36 [INFO] 
12:35:36 [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests >-----
12:35:36 [INFO] Building org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT      [141/175]
12:35:36 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/pom.xml
12:35:36 [INFO] --------------------------------[ pom ]---------------------------------
12:35:36 [INFO] 
12:35:36 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.bundles.tests ---
12:35:36 [INFO] 
12:35:36 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.bundles.tests ---
12:35:36 [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
12:35:36 [INFO] 
12:35:36 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.bundles.tests ---
12:35:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:35:36 [INFO] 
12:35:36 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests >--
12:35:36 [INFO] Building org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT [142/175]
12:35:36 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml
12:35:36 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:35:36 [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
12:35:36 [INFO] 
12:35:36 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:36 [INFO] 
12:35:36 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:36 [INFO] The project's OSGi version is 3.1.0.202404241627
12:35:36 [INFO] 
12:35:36 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:36 [INFO] 
12:35:36 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:36 [INFO] 
12:35:36 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:36 [INFO] 
12:35:36 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:36 [INFO] Resolving class path of org.eclipse.papyrus.eclipse.project.editors.tests
12:35:37 [INFO] 
12:35:37 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:37 [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
12:35:37 [INFO] 
12:35:37 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:37 [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
12:35:37 [INFO] 
12:35:37 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:37 [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
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().exists(), is(false));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().exists(), is(true));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("<plugin>")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("point=\"org.eclipse.foo\"")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(extension, notNullValue());
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Element, Matcher<? super Element>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(extension.getNodeName(), is("extension"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(extension.getAttribute("point"), is("org.eclipse.foo"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("id=\"org.eclipse.papyrus.foo.test\"")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingFiles(), hasItem("plugin.xml"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingNature(), hasItem(IPluginProjectEditor.PLUGIN_NATURE));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything())));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_NATURE)));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IPluginProjectEditor.PLUGIN_BUILD_COMMAND));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything())));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_BUILD_COMMAND)));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingFiles(), hasItem("feature.xml"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingNature(), hasItem("org.eclipse.pde.FeatureNature"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything())));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureNature")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem("org.eclipse.pde.FeatureBuilder"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything())));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureBuilder")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(manifest.getAttributes().getLength(), is(0));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(manifest.getTextContent().trim(), is(""));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getId(), is("org.eclipse.papyrus.extra.umlrt.feature"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getLabel(), is("Papyrus RT"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getVersion(), is("1.2.0.qualifier"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getProviderName(), is("Papyrus Project"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getOS(), is("macosx"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getWS(), is("cocoa,carbon"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getNL(), is("en_CA"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getArch(), is("x86_64,ppc"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getDescriptionText(), containsString("UML for Real-Time"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getDescriptionURL(), is("http://localhost/description.html"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getCopyrightText(), containsString("2013 CEA LIST"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getCopyrightURL(), is("http://www.eclipse.org/legal/epl-2.0"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getLicenseText(), containsString("%license"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getLicenseURL(), is("http://localhost/license.html"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(getManifest().getAttribute(name), is(value));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(description.getAttribute("url"), is(url));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(description.getTextContent(), is(text));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(discovery.getAttribute("label"), is("Get stuff here"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(discovery.getAttribute("url"), is("http:///update"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(plugin.getAttribute("version"), is("0.0.0"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(plugin.getAttribute("download-size"), is("0"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(plugin.getAttribute("install-size"), is("0"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(plugin.getAttribute("unpack"), is("false"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(feature.getAttribute("version"), is("0.7.0"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(feature.getAttribute("version"), is("0.0.0"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	.peek(e -> assertThat("not exactly one " + name, ++count[0], is(1)))
12:35:39 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Integer, Matcher<? super Integer>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingFiles(), not(hasItem(".project")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(lines, hasItem("Hello, world!"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingFiles(),
12:35:39 				both(hasItem(".classpath")).and(hasItem("build.properties")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".classpath"), hasItem(anything()));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getProject().getFile("build.properties").isAccessible(), is(true));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingNature(), hasItem(IJavaProjectEditor.JAVA_NATURE));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(false));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(true));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_NATURE)));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IJavaProjectEditor.JAVA_BUILD_COMMAND));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.papyrus.foo")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(false));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(true));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_BUILD_COMMAND)));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().exists(), is(false));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().exists(), is(true));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(getBuildOutputProperty(), containsString("classes"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(getBuildProperties().getProperty("bin.includes", ""), containsString("foo.xml"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().isRegisteredSourceFolder("src-gen"), is(true));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().isRegisteredBinFolder("classes"), is(true));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(Arrays.asList(fixture.getEditor().getSourceFolders()),
12:35:39 				both(hasItem("src")).and(hasItem("src-gen")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(Arrays.asList(fixture.getEditor().getBinFolders()),
12:35:39 				both(hasItem("bin")).and(hasItem("bin-gen")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(Arrays.asList(fixture.getEditor().getElementsInBuild()),
12:35:39 				both(hasItem("META-INF/MANIFEST.MF")).and(hasItem("plugin.xml")).and(hasItem("plugin.properties")));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".classpath"),
12:35:39 				hasItem(both(containsString("\"src\"")).and(containsString("src-gen"))));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.slurp(".classpath"),
12:35:39 				hasItem(both(containsString("\"src\"")).and(containsString("src-gen"))));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen"));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
12:35:39 [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] 
12:35:39 	assertThat(fixture.getEditor().isSourceFolderRegistered("src-gen"), is(true));
12:35:39 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:35:39 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
12:35:39 78 problems (78 warnings)
12:35:39 [INFO] 
12:35:39 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:39 [INFO] 
12:35:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:39 [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
12:35:39 [INFO] 
12:35:39 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:39 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
12:35:39 [INFO] 
12:35:39 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:39 [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
12:35:39 [INFO] 
12:35:39 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:39 [INFO] 
12:35:39 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:39 [INFO] Skipping tests
12:35:39 [INFO] 
12:35:39 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
12:35:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:35:39 [INFO] 
12:35:39 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests >--
12:35:39 [INFO] Building org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT [143/175]
12:35:39 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml
12:35:39 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:35:39 [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
12:35:41 [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
12:35:42 [INFO] 
12:35:42 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:42 [INFO] 
12:35:42 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:42 [INFO] The project's OSGi version is 1.1.0.202404241627
12:35:42 [INFO] 
12:35:42 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:42 [INFO] 
12:35:42 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:42 [INFO] 
12:35:42 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:42 [INFO] 
12:35:42 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:42 [INFO] Resolving class path of org.eclipse.papyrus.editors.suite.tests
12:35:51 [INFO] 
12:35:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:51 [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
12:35:51 [INFO] 
12:35:51 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:51 [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
12:35:51 [INFO] 
12:35:51 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:51 [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
12:35:51 [INFO] 
12:35:51 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:51 [INFO] 
12:35:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:51 [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
12:35:51 [INFO] 
12:35:51 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:51 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped
12:35:51 [INFO] 
12:35:51 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:51 [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
12:35:51 [INFO] 
12:35:51 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:51 [INFO] 
12:35:51 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.editors.suite.tests ---
12:35:53 [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
12:35:53 [INFO] Command line:
12:35:53 	[/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]
12:36:00 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
12:36:00 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
12:36:00 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
12:36:00 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
12:36:00 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
12:36:00 
12:36:09 Running org.eclipse.papyrus.editors.suite.tests.AllTests
12:36:27 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
12:36:27 log4j:WARN Please initialize the log4j system properly.
12:36:27 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
12:37:08 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
12:37:15 
12:37:15 (Eclipse:1626): Gtk-WARNING **: 16:37:15.460: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
12:37:15 
12:37:15 (Eclipse:1626): Gtk-WARNING **: 16:37:15.479: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
12:38:25 Tests run: 204, Failures: 0, Errors: 0, Skipped: 19, Time elapsed: 136.8 s -- in org.eclipse.papyrus.editors.suite.tests.AllTests
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest.addFile -- Time elapsed: 0.216 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest.getMissingFiles -- Time elapsed: 0.039 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getExtensions -- Time elapsed: 0.147 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.exists -- Time elapsed: 0.076 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.addExtension -- Time elapsed: 0.076 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.037 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingFiles -- Time elapsed: 0.023 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingNature -- Time elapsed: 0.054 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.setAttribute -- Time elapsed: 0.043 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isSourceFolderRegistered -- Time elapsed: 0.141 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getSourceFolders -- Time elapsed: 0.044 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.exists -- Time elapsed: 0.059 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isRegisteredSourceFolder -- Time elapsed: 0.029 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addBuildCommands -- Time elapsed: 0.031 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.createFiles -- Time elapsed: 0.040 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.hasNature -- Time elapsed: 0.043 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.registerBinFolder -- Time elapsed: 0.051 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addSourceFolderToClasspath -- Time elapsed: 0.053 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.040 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isRegisteredBinFolder -- Time elapsed: 0.027 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.registerSourceFolder -- Time elapsed: 0.028 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingFiles -- Time elapsed: 0.033 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getBinFolders -- Time elapsed: 0.056 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addToBuild -- Time elapsed: 0.027 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.hasBuildCommand -- Time elapsed: 0.052 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addJavaSourceFolder -- Time elapsed: 0.048 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingNature -- Time elapsed: 0.034 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getElementsInBuild -- Time elapsed: 0.031 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getValueString -- Time elapsed: 0.040 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleVersion -- Time elapsed: 0.052 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleVendor -- Time elapsed: 0.027 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.headerOrderMaintained_bug489075 -- Time elapsed: 0.050 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setSymbolicBundleName -- Time elapsed: 0.035 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeRequiredBundle -- Time elapsed: 0.054 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.exists -- Time elapsed: 0.029 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeImportedPackage -- Time elapsed: 0.032 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addImportPackageString -- Time elapsed: 0.056 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleVendor -- Time elapsed: 0.032 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addExportPackageStringString -- Time elapsed: 0.051 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addDependencyString -- Time elapsed: 0.030 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.createFiles -- Time elapsed: 0.024 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addExportPackageString -- Time elapsed: 0.046 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleVersion -- Time elapsed: 0.026 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setSingleton -- Time elapsed: 0.029 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addImportPackageStringString -- Time elapsed: 0.054 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getSymbolicBundleName -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getImportedPackages -- Time elapsed: 0.031 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setValueStringStringString -- Time elapsed: 0.050 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getMissingFiles -- Time elapsed: 0.022 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeValueStringString -- Time elapsed: 0.030 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setValueStringString -- Time elapsed: 0.039 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeValueString -- Time elapsed: 0.028 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.hasDependency -- Time elapsed: 0.024 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getRequiredBundles -- Time elapsed: 0.039 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setRequiredBundleExported -- Time elapsed: 0.032 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleName -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeCustomSection_bug489075 -- Time elapsed: 0.052 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getValueStringString -- Time elapsed: 0.029 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addNewCustomSection_bug489075 -- Time elapsed: 0.029 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addDependencyStringString -- Time elapsed: 0.043 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleName -- Time elapsed: 0.030 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleLocalization -- Time elapsed: 0.023 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getExtensions -- Time elapsed: 0.072 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getValueString -- Time elapsed: 0.069 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isSourceFolderRegistered -- Time elapsed: 0.060 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleVersion -- Time elapsed: 0.075 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleVendor -- Time elapsed: 0.049 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getSourceFolders -- Time elapsed: 0.030 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingNature_java -- Time elapsed: 0.026 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setSymbolicBundleName -- Time elapsed: 0.076 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeRequiredBundle -- Time elapsed: 0.071 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_manifest -- Time elapsed: 0.020 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isRegisteredSourceFolder -- Time elapsed: 0.033 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeImportedPackage -- Time elapsed: 0.070 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addBuildCommands -- Time elapsed: 0.034 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addImportPackageString -- Time elapsed: 0.069 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addFile -- Time elapsed: 0.027 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleVendor -- Time elapsed: 0.068 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_plugin -- Time elapsed: 0.022 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExportPackageStringString -- Time elapsed: 0.069 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addDependencyString -- Time elapsed: 0.049 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExtension -- Time elapsed: 0.068 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_project -- Time elapsed: 0.020 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.exists_manifest -- Time elapsed: 0.059 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasNature -- Time elapsed: 0.048 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.registerBinFolder -- Time elapsed: 0.052 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addSourceFolderToClasspath -- Time elapsed: 0.060 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExportPackageString -- Time elapsed: 0.052 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleVersion -- Time elapsed: 0.044 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setSingleton -- Time elapsed: 0.063 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addImportPackageStringString -- Time elapsed: 0.050 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getSymbolicBundleName -- Time elapsed: 0.046 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getImportedPackages -- Time elapsed: 0.041 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setValueStringStringString -- Time elapsed: 0.054 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.createFiles_java -- Time elapsed: 0.024 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isRegisteredBinFolder -- Time elapsed: 0.030 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.registerSourceFolder -- Time elapsed: 0.032 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBinFolders -- Time elapsed: 0.055 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeValueStringString -- Time elapsed: 0.071 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setValueStringString -- Time elapsed: 0.048 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeValueString -- Time elapsed: 0.051 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_java -- Time elapsed: 0.019 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasDependency -- Time elapsed: 0.038 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.pluginManifestExists -- Time elapsed: 0.045 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingBuildCommand_java -- Time elapsed: 0.024 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addToBuild -- Time elapsed: 0.032 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getRequiredBundles -- Time elapsed: 0.060 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setRequiredBundleExported -- Time elapsed: 0.053 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasBuildCommand -- Time elapsed: 0.066 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addJavaSourceFolder -- Time elapsed: 0.052 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleName -- Time elapsed: 0.039 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getValueStringString -- Time elapsed: 0.044 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.createFiles_manifest -- Time elapsed: 0.022 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingNature_plugin -- Time elapsed: 0.044 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingBuildCommand_plugin -- Time elapsed: 0.050 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setAttribute -- Time elapsed: 0.052 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getElementsInBuild -- Time elapsed: 0.028 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addDependencyStringString -- Time elapsed: 0.055 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleName -- Time elapsed: 0.054 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleLocalization -- Time elapsed: 0.037 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.exists_java -- Time elapsed: 0.041 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getCopyrightURL -- Time elapsed: 0.032 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getCopyrightText -- Time elapsed: 0.020 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLicenseURL -- Time elapsed: 0.019 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLicenseText -- Time elapsed: 0.021 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setCopyright -- Time elapsed: 0.035 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setLicense -- Time elapsed: 0.035 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setVersion -- Time elapsed: 0.046 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.createFiles -- Time elapsed: 0.023 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addRequiredFeature -- Time elapsed: 0.032 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addInclude -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setUpdateURL -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.026 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addPlugin -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getArch -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getId -- Time elapsed: 0.020 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getNL -- Time elapsed: 0.021 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getOS -- Time elapsed: 0.020 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getWS -- Time elapsed: 0.021 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setId -- Time elapsed: 0.027 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setNL -- Time elapsed: 0.027 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setOS -- Time elapsed: 0.024 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setWS -- Time elapsed: 0.029 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getDescriptionURL -- Time elapsed: 0.021 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setDescription -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addRequiredPlugin -- Time elapsed: 0.024 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingFiles -- Time elapsed: 0.017 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getDescriptionText -- Time elapsed: 0.022 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getProviderName -- Time elapsed: 0.020 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getVersion -- Time elapsed: 0.020 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setLabel -- Time elapsed: 0.024 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingNature -- Time elapsed: 0.026 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLabel -- Time elapsed: 0.023 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setArch -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setProviderName -- Time elapsed: 0.025 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testOpenModel -- Time elapsed: 18.67 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramCreation -- Time elapsed: 1.465 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramIndirectDeletion_bug433371 -- Time elapsed: 4.824 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testAvailableAndActivePage -- Time elapsed: 0.811 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testModelWithDiagramCreation -- Time elapsed: 0.516 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testContainedDiagramDeletion -- Time elapsed: 0.544 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testMultipageEditor -- Time elapsed: 0.888 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testOpenEmptyModel -- Time elapsed: 0.251 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testEmptyModelCreation -- Time elapsed: 0.257 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testContainedNatTableDeletion -- Time elapsed: 1.989 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramDeletion -- Time elapsed: 1.399 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testTableCreation -- Time elapsed: 0.264 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testInvalidAvailablePage -- Time elapsed: 0.807 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testCompleteCase -- Time elapsed: 0.813 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testProxyDiagram -- Time elapsed: 0.465 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testDeleteDiagramWithInvalidAvailablePage -- Time elapsed: 0.645 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testInvalidTab -- Time elapsed: 0.451 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests.testOpenModelWithSpecialChars -- Time elapsed: 0.737 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests.testCreateModelWithSpecialChars -- Time elapsed: 0.547 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testSashFoldersRestored -- Time elapsed: 12.27 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPropertySheetRestoredShowingCorrectInput -- Time elapsed: 14.70 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPerspectiveLayoutUnperturbed -- Time elapsed: 9.884 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testEditPartSelectionRestored -- Time elapsed: 8.778 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testActiveEditorRestoredSaveAll -- Time elapsed: 6.553 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerExpansionRestored -- Time elapsed: 7.838 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPaletteStateRestored_paletteView -- Time elapsed: 8.308 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testReloadIsDeferred -- Time elapsed: 5.857 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPaletteStateRestored -- Time elapsed: 7.900 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerReferencedLibrariesRestored -- Time elapsed: 5.360 s
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest skipped
12:38:25 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerSelectionRestored -- Time elapsed: 5.056 s
12:38:25 
12:38:25 Results:
12:38:25 
12:38:25 Tests run: 204, Failures: 0, Errors: 0, Skipped: 19
12:38:25 
12:38:27 [INFO] All tests passed
12:38:27 [INFO] 
12:38:27 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editors.suite.tests ---
12:38:27 [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
12:38:27 [INFO] Analyzed bundle 'org.eclipse.papyrus.editors.suite.tests' with 0 classes
12:38:27 [INFO] 
12:38:27 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests >--
12:38:27 [INFO] Building org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT [144/175]
12:38:27 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml
12:38:27 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:38:27 [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
12:38:28 [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
12:38:29 [INFO] 
12:38:29 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:29 [INFO] 
12:38:29 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:29 [INFO] The project's OSGi version is 1.1.0.202404241627
12:38:29 [INFO] 
12:38:29 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:29 [INFO] 
12:38:29 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:29 [INFO] 
12:38:29 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:29 [INFO] 
12:38:29 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:29 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.suite.tests
12:38:37 [INFO] 
12:38:37 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:37 [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
12:38:37 [INFO] 
12:38:37 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:37 [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
12:38:37 [INFO] 
12:38:37 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:37 [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
12:38:37 [INFO] 
12:38:37 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:37 [INFO] 
12:38:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:37 [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
12:38:37 [INFO] 
12:38:37 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:37 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped
12:38:37 [INFO] 
12:38:37 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:37 [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
12:38:37 [INFO] 
12:38:37 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:38 [INFO] 
12:38:38 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:38:39 [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
12:38:39 [INFO] Command line:
12:38:39 	[/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]
12:38:47 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
12:38:47 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
12:38:47 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
12:38:47 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
12:38:47 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
12:38:47 
12:38:55 Running org.eclipse.papyrus.infra.core.suite.tests.AllTests
12:39:08 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
12:39:08 log4j:WARN Please initialize the log4j system properly.
12:39:08 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
12:39:12 org.eclipse.papyrus.infra.core.resource.ModelMultiException: Problems encountered while loading one of the models.
12:39:12 ----- exceptions : ----------
12:39:12 org.eclipse.papyrus.infra.core.resource.uml.UmlModel : org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
12:39:12 ----------------------------- 
12:39:12 
12:39:12 	at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:593)
12:39:12 	at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.initModelResources(AbstractModelFixture.java:301)
12:39:12 	at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.starting(AbstractModelFixture.java:253)
12:39:12 	at org.junit.rules.TestWatcher.startingQuietly(TestWatcher.java:113)
12:39:12 	at org.junit.rules.TestWatcher.access$000(TestWatcher.java:52)
12:39:12 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:59)
12:39:12 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
12:39:12 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
12:39:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
12:39:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
12:39:12 	at org.junit.runners.Suite.runChild(Suite.java:128)
12:39:12 	at org.junit.runners.Suite.runChild(Suite.java:27)
12:39:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
12:39:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
12:39:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
12:39:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
12:39:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
12:39:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
12:39:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
12:39:12 	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
12:39:12 	at org.junit.runners.Suite.runChild(Suite.java:128)
12:39:12 	at org.junit.runners.Suite.runChild(Suite.java:27)
12:39:12 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
12:39:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
12:39:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
12:39:12 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
12:39:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
12:39:12 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
12:39:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
12:39:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
12:39:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
12:39:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
12:39:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
12:39:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:39:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
12:39:12 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:39:12 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
12:39:12 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
12:39:12 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
12:39:12 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
12:39:12 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
12:39:12 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
12:39:12 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
12:39:12 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
12:39:12 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
12:39:12 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5039)
12:39:12 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
12:39:12 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
12:39:12 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
12:39:12 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
12:39:12 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
12:39:12 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
12:39:12 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
12:39:12 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
12:39:12 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
12:39:12 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
12:39:12 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
12:39:12 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
12:39:12 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
12:39:12 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
12:39:12 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
12:39:12 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
12:39:12 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
12:39:12 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
12:39:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:39:12 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
12:39:12 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:39:12 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
12:39:12 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
12:39:12 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
12:39:12 	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
12:39:12 	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)
12:39:12 Caused by: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319)
12:39:12 	at org.eclipse.papyrus.infra.core.resource.ModelSet.handleDemandLoadException(ModelSet.java:244)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406)
12:39:12 	at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:224)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourceLocator.basicGetResource(ResourceSetImpl.java:751)
12:39:12 	at org.eclipse.papyrus.infra.editor.welcome.internal.WelcomeModelManager$WelcomeLocator.getResource(WelcomeModelManager.java:233)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:352)
12:39:12 	at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:224)
12:39:12 	at org.eclipse.papyrus.infra.core.resource.AbstractBaseModel.loadModel(AbstractBaseModel.java:189)
12:39:12 	at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:588)
12:39:12 	... 71 more
12:39:12 Caused by: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
12:39:12 	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:367)
12:39:12 	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:241)
12:39:12 	at org.eclipse.core.internal.resources.File.getContents(File.java:296)
12:39:12 	at org.eclipse.core.internal.resources.File.getContents(File.java:289)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl$WorkbenchHelper.createPlatformResourceInputStream(PlatformResourceURIHandlerImpl.java:209)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.createInputStream(PlatformResourceURIHandlerImpl.java:574)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:358)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1314)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259)
12:39:12 	at org.eclipse.papyrus.infra.core.resource.ModelSet.demandLoad(ModelSet.java:384)
12:39:12 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
12:39:12 	... 79 more
12:39:12 Caused by: java.lang.Exception: Resource '/LanguageServiceTest/My.uml' does not exist.
12:39:12 	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
12:39:12 	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
12:39:12 	... 90 more
12:39:34 
12:39:34 Test privileged runnable.. Done.
12:39:34 
12:39:34 Test privileged callable.. Done.
12:39:40 Tests run: 206, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 44.97 s -- in org.eclipse.papyrus.infra.core.suite.tests.AllTests
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testGetModel -- Time elapsed: 0.072 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave -- Time elapsed: 1.346 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testLoadModels -- Time elapsed: 0.022 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testGetTransactionalEditingDomain -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testCreateResource -- Time elapsed: 0.073 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testImportAfterCreate -- Time elapsed: 0.070 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testCreatesModels -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSnippetCalledAfterLoadModels -- Time elapsed: 0.004 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSnippetCalledAfterCreateModels -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testRegisterModel -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testStartLateSnippet_bug481149 -- Time elapsed: 0.007 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testAddModelSetSnippet -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSaveAs -- Time elapsed: 0.010 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testUnload -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave_onlyModifiedResources1 -- Time elapsed: 0.303 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave_onlyModifiedResources2 -- Time elapsed: 0.119 s
12:39:40 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testCreateModel -- Time elapsed: 0.005 s
12:39:40 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testAddModelRoot -- Time elapsed: 0.009 s
12:39:40 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testGetModelRoot -- Time elapsed: 0.004 s
12:39:40 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testGetModelRoots -- Time elapsed: 0.029 s
12:39:40 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testSaveModel -- Time elapsed: 0.005 s
12:39:40 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testLoadModelIPath -- Time elapsed: 0.008 s
12:39:40 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelUnnestedCommand -- Time elapsed: 0.014 s
12:39:40 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteNestedCommand -- Time elapsed: 0.012 s
12:39:40 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelTripleNestedCommand -- Time elapsed: 0.017 s
12:39:40 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteTripleNestedCommand -- Time elapsed: 0.008 s
12:39:40 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelNestedCommand -- Time elapsed: 0.032 s
12:39:40 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteUnnestedCommand -- Time elapsed: 0.004 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testChangesInPreexistingResources_bug481151 -- Time elapsed: 0.007 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceLoaded -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceAdded -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testUninstallResourceAdapter_bug482949 -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testRootAdded -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testRootRemoved -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceURI -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceUnloaded -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceRemoved -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testChangesInPreexistingResources_bug481151 -- Time elapsed: 0.016 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceLoaded -- Time elapsed: 0.004 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceAdded -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testUninstallResourceAdapter_bug482949 -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testRootAdded -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testRootRemoved -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceURI -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceUnloaded -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceRemoved -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.equals -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getLocation -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getName -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getNode -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.hashCode_ -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentBasedLanguagesInNewModel -- Time elapsed: 0.104 s
12:39:40 org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentTypeBasedLanguages -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentTypeBasedLanguages_uriWithoutExtension -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.language.LanguageServiceTest.languageBindings -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testPartAutomaticRegistration -- Time elapsed: 0.004 s
12:39:40 org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testAddServicePart -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testRemoveServicePart -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testGetService -- Time elapsed: 0.005 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryWithClassKey -- Time elapsed: 0.006 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testAdd -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartService -- Time elapsed: 0.006 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testCallsOrderForDescriptors -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartDependantOrder -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testPriority -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryCreation -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testGetServiceByClass -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testAddDirectInstance -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryWithRequiredInInit -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartRegistryAndThenAddNewServiceAndStartIt -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testCallsOrder -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceStartedOnce -- Time elapsed: 0.014 s
12:39:40 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.uniqueServiceInstances -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.servicesRecreated -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceDisposedOnce -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.parallelAccess -- Time elapsed: 3.261 s
12:39:40 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceNotInitialized -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFOptionalPresent -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFOptionalNull -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultNull -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableOptionalNull -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceDefaultPresent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableOptionalPresent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceOptionalPresent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFDefaultPresent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultPresent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceOptionalNull -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultDefault -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.computeFails -- Time elapsed: 3.006 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.cancel -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.timeOut -- Time elapsed: 2.003 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.normalCompletion -- Time elapsed: 3.001 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.listen_success -- Time elapsed: 3.000 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.timeOutWithSchedulingRule -- Time elapsed: 2.005 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.listen_failure -- Time elapsed: 3.001 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.normalCompletionWithSchedulingRule -- Time elapsed: 3.002 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest.executeAndShutDown -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest.executeAndShutDownNow -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testPrivilegedProgressRunnable -- Time elapsed: 0.011 s
12:39:40 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testDisposeTransactionExecutor -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testSimpleTransactionExecutor_readWrite -- Time elapsed: 0.007 s
12:39:40 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testPrivilegedProgressCallable -- Time elapsed: 0.004 s
12:39:40 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testSimpleTransactionExecutor_readOnly -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillAWT_readAWT -- Time elapsed: 0.153 s
12:39:40 org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillAWT_readSWT -- Time elapsed: 0.011 s
12:39:40 org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests skipped
12:39:40 org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillSWT_readSWT -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest.defaultCopierFactory -- Time elapsed: 0.025 s
12:39:40 org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest.oneOffCopierFactory -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder -- Time elapsed: 0.009 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder2 -- Time elapsed: 0.013 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder_ITabFolderModel_int -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testAddTabIPageModel -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.editor.AllTests skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageAboutToBeOpenedEvent -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageAboutToBeClosedEvent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageActivatedEvent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testRemoveActiveEditorChangedListener -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageDeactivatedEvent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageOpenedEvent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageClosedEvent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testAddActiveEditorChangedListener -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageAboutToBeOpenedEvent -- Time elapsed: 0.154 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageAboutToBeClosedEvent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageActivatedEvent -- Time elapsed: 0.077 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageDeactivatedEvent -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageOpenedEvent -- Time elapsed: 0.075 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageClosedEvent -- Time elapsed: 0.069 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testPageClosedEventLifeCycle -- Time elapsed: 0.043 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testPageClosedEventLifeCycleWhenLastPageOfFolder -- Time elapsed: 0.043 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testRefreshTabs -- Time elapsed: 0.044 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditor -- Time elapsed: 0.020 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testlookupModelPage -- Time elapsed: 0.036 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testFolderList -- Time elapsed: 0.035 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePages2 -- Time elapsed: 0.028 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testVisit -- Time elapsed: 0.027 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditor2 -- Time elapsed: 0.024 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditorNoPage -- Time elapsed: 0.006 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testFolderList2 -- Time elapsed: 0.041 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testRefreshTabs2 -- Time elapsed: 0.030 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePages -- Time elapsed: 0.028 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testSetFolderTabMenuManager_MenuManager -- Time elapsed: 0.038 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePagesOneFoler -- Time elapsed: 0.032 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testSelectPage -- Time elapsed: 0.037 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest.testDisposeCallOnNestedEditorRemoval -- Time elapsed: 0.910 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest.testDisposeCallOnMainEditorClose -- Time elapsed: 0.306 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerMemoryLeakTest skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.internal.ActiveHistoryTrackerBehaviorTest.testActivePageHistoryWhenPageIsClosed -- Time elapsed: 0.069 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeEditorInputTest.testEquals -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditorsOneByOne -- Time elapsed: 0.492 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditors -- Time elapsed: 0.680 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testCloseEditor -- Time elapsed: 0.143 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor -- Time elapsed: 0.172 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor_contentProvider -- Time elapsed: 0.290 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testGetSashContainer -- Time elapsed: 0.143 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor_nestedEditorCount -- Time elapsed: 0.334 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditorsOneByOneAndDispose -- Time elapsed: 0.625 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testGetISashWindowsContentProvider -- Time elapsed: 0.009 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactory -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactoryDiSashModel -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testGetIPageMngr -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactoryResource -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest skipped
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testCreateFolder -- Time elapsed: 0.010 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testGetRootModel -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testLifeCycle -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCreateFolder -- Time elapsed: 0.008 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCloseLastTabFromLastFolder -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderInsideFolder -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderAroundFolder -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCloseLastTab -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderInsideFolderAtSpecifiedIndex -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testModelIsWritable -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testClosePage -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMovePageInsideFolder -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMovePageBetweenFolder -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testUndoRedoMovePageInsideFolder -- Time elapsed: 0.009 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCreateFolder -- Time elapsed: 0.004 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCloseLastTabFromLastFolder -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderInsideFolder -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderAroundFolder -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCloseLastTab -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderInsideFolderAtSpecifiedIndex -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testModelIsWritable -- Time elapsed: 0.004 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testClosePage -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMovePageInsideFolder -- Time elapsed: 0.002 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMovePageBetweenFolder -- Time elapsed: 0.003 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseAllOpenedPages -- Time elapsed: 0.034 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testAllPages -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testAddPage -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseLastPageOfTabFolder -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testClosePage -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseOtherOpenedPages -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testOpenPage -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testRemovePage -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testQuery -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testToString -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testCreateModelFPP -- Time elapsed: 0 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testStaticCreates -- Time elapsed: 0.001 s
12:39:40 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testQueriesWithResult -- Time elapsed: 0 s
12:39:40 
12:39:40 Results:
12:39:40 
12:39:40 Tests run: 206, Failures: 0, Errors: 0, Skipped: 10
12:39:40 
12:39:42 [INFO] All tests passed
12:39:42 [INFO] 
12:39:42 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.suite.tests ---
12:39:42 [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
12:39:42 [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.core.suite.tests' with 0 classes
12:39:42 [INFO] 
12:39:42 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests >--
12:39:42 [INFO] Building org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT [145/175]
12:39:42 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml
12:39:42 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:39:42 [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
12:39:43 [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
12:39:44 [INFO] 
12:39:44 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:44 [INFO] 
12:39:44 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:44 [INFO] The project's OSGi version is 1.1.0.202404241627
12:39:44 [INFO] 
12:39:44 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:44 [INFO] 
12:39:44 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:44 [INFO] 
12:39:44 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:44 [INFO] 
12:39:44 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:44 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.suite.tests
12:39:53 [INFO] 
12:39:53 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:53 [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
12:39:53 [INFO] 
12:39:53 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:53 [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
12:39:53 [INFO] 
12:39:53 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:53 [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
12:39:54 [INFO] 
12:39:54 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:54 [INFO] 
12:39:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:54 [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
12:39:54 [INFO] 
12:39:54 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:54 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped
12:39:54 [INFO] 
12:39:54 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:54 [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
12:39:54 [INFO] 
12:39:54 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:54 [INFO] 
12:39:54 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:39:55 [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
12:39:55 [INFO] Command line:
12:39:55 	[/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]
12:40:03 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
12:40:03 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
12:40:03 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
12:40:03 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
12:40:03 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
12:40:03 
12:40:12 Running org.eclipse.papyrus.infra.nattable.suite.tests.AllTests
12:40:24 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
12:40:24 log4j:WARN Please initialize the log4j system properly.
12:40:24 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
12:40:46 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
12:40:57 Apr 24, 2024 4:40:57 PM org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter paintLayer
12:40:57 SEVERE: Error while painting table
12:40:57 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
12:40:57 	at org.eclipse.papyrus.infra.nattable.utils.TableHelper.isMultiColumnTreeTable(TableHelper.java:308)
12:40:57 	at org.eclipse.papyrus.infra.nattable.utils.TableHelper.isMultiColumnTreeTable(TableHelper.java:325)
12:40:57 	at org.eclipse.papyrus.infra.nattable.painter.PapyrusIndentedTreeImagePainter.getWrappedPainterBounds(PapyrusIndentedTreeImagePainter.java:169)
12:40:57 	at org.eclipse.nebula.widgets.nattable.tree.painter.IndentedTreeImagePainter.paintCell(IndentedTreeImagePainter.java:363)
12:40:57 	at org.eclipse.nebula.widgets.nattable.painter.cell.CellPainterWrapper.paintCell(CellPainterWrapper.java:67)
12:40:57 	at org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter.paintCell(BackgroundPainter.java:52)
12:40:57 	at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintCell(CellLayerPainter.java:216)
12:40:57 	at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintLayer(CellLayerPainter.java:86)
12:40:57 	at org.eclipse.nebula.widgets.nattable.painter.layer.GridLineCellLayerPainter.paintLayer(GridLineCellLayerPainter.java:141)
12:40:57 	at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1055)
12:40:57 	at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1055)
12:40:57 	at org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter.paintLayer(NatLayerPainter.java:54)
12:40:57 	at org.eclipse.nebula.widgets.nattable.NatTable.paintNatTable(NatTable.java:507)
12:40:57 	at org.eclipse.nebula.widgets.nattable.NatTable.paintControl(NatTable.java:502)
12:40:57 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
12:40:57 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
12:40:57 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5854)
12:40:57 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1529)
12:40:57 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1555)
12:40:57 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1538)
12:40:57 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3927)
12:40:57 	at org.eclipse.swt.widgets.Scrollable.gtk_draw(Scrollable.java:365)
12:40:57 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:506)
12:40:57 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:174)
12:40:57 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2482)
12:40:57 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6883)
12:40:57 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6162)
12:40:57 	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_do_event(Native Method)
12:40:57 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1597)
12:40:57 	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method)
12:40:57 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4513)
12:40:57 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
12:40:57 	at org.eclipse.papyrus.infra.nattable.common.tests.AbstractTableHelperAPITest.createTableEditor(AbstractTableHelperAPITest.java:115)
12:40:57 	at org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerAndOpenIt(TableHelperAPITests.java:80)
12:40:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:40:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
12:40:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:40:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
12:40:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
12:40:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
12:40:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
12:40:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
12:40:57 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
12:40:57 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
12:40:57 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
12:40:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
12:40:57 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
12:40:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
12:40:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
12:40:57 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
12:40:57 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
12:40:57 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
12:40:57 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
12:40:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
12:40:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
12:40:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
12:40:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
12:40:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
12:40:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
12:40:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
12:40:57 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
12:40:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
12:40:57 	at org.junit.runners.Suite.runChild(Suite.java:128)
12:40:57 	at org.junit.runners.Suite.runChild(Suite.java:27)
12:40:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
12:40:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
12:40:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
12:40:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
12:40:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
12:40:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
12:40:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
12:40:57 	at org.junit.runners.Suite.runChild(Suite.java:128)
12:40:57 	at org.junit.runners.Suite.runChild(Suite.java:27)
12:40:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
12:40:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
12:40:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
12:40:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
12:40:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
12:40:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
12:40:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
12:40:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
12:40:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
12:40:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
12:40:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
12:40:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:40:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
12:40:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:40:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
12:40:57 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
12:40:57 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
12:40:57 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
12:40:57 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
12:40:57 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
12:40:57 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
12:40:57 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
12:40:57 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
12:40:57 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5039)
12:40:57 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
12:40:57 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
12:40:57 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
12:40:57 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
12:40:57 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
12:40:57 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
12:40:57 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
12:40:57 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
12:40:57 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
12:40:57 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
12:40:57 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
12:40:57 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
12:40:57 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
12:40:57 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
12:40:57 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
12:40:57 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
12:40:57 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
12:40:57 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
12:40:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:40:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
12:40:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
12:40:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
12:40:57 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
12:40:57 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
12:40:57 	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
12:40:57 	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)
12:40:57 
12:41:08 Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.65 s -- in org.eclipse.papyrus.infra.nattable.suite.tests.AllTests
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test1_SelectElement -- Time elapsed: 18.64 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test3_SelectMultipleElements -- Time elapsed: 0.859 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test2_SelectElementInvertAxis -- Time elapsed: 0.863 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test4_SelectMultipleElementsInvertAxis -- Time elapsed: 0.661 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubSubModel -- Time elapsed: 2.936 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubSubPackage -- Time elapsed: 1.579 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubModel -- Time elapsed: 1.487 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationAndSynchronization -- Time elapsed: 1.991 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnRootModel -- Time elapsed: 1.325 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubPackage -- Time elapsed: 1.223 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.OpenTableTest.testOpenExistingTable -- Time elapsed: 3.153 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableVerifyContents.verifyContentsForTable1 -- Time elapsed: 0.129 s
12:41:08 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationAndSynchronizationTest.createTable2AndDestroyAnOwnedElement -- Time elapsed: 1.351 s
12:41:08 org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerWithoutOpenIt -- Time elapsed: 1.002 s
12:41:08 org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithDifferentContextAndOwnerWithoutOpenIt -- Time elapsed: 0.915 s
12:41:08 org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithDifferentContextAndOwnerAndOpenIt -- Time elapsed: 2.904 s
12:41:08 org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerAndOpenIt -- Time elapsed: 2.783 s
12:41:08 org.eclipse.papyrus.infra.nattable.common.tests.SortedTableCreationTest.createSortedTable -- Time elapsed: 1.651 s
12:41:08 org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_getNamedStyle -- Time elapsed: 0.009 s
12:41:08 org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_StyleCreation -- Time elapsed: 0.001 s
12:41:08 org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_getStyle -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_CellThenRowSelection -- Time elapsed: 1.028 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.testRowSelection -- Time elapsed: 0.758 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_RowThenCellSelection -- Time elapsed: 0.762 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_RowSelectionWithCTRL -- Time elapsed: 0.743 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_V1_V1_Test -- Time elapsed: 0.002 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_V1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_H1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_H1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_V1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_H1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_H1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_H1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_H1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_H1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_H1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_V1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_V1_V1_Test -- Time elapsed: 0.001 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_V1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_V1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_V1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_V1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_H1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_H1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_V1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_H1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_H1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_V1_H1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_V1_V1_Test -- Time elapsed: 0 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_selectionOfMultipleTables -- Time elapsed: 2.727 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTableChangeContextName -- Time elapsed: 0.426 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_namedTableNotifications -- Time elapsed: 0.537 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_namedTable -- Time elapsed: 0.425 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTable -- Time elapsed: 0.425 s
12:41:08 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTableNotifications -- Time elapsed: 0.549 s
12:41:08 
12:41:08 Results:
12:41:08 
12:41:08 Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
12:41:08 
12:41:10 [INFO] All tests passed
12:41:10 [INFO] 
12:41:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
12:41:10 [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
12:41:10 [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.nattable.suite.tests' with 0 classes
12:41:10 [INFO] 
12:41:10 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests >--
12:41:10 [INFO] Building org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT [146/175]
12:41:10 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml
12:41:10 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:41:10 [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
12:41:10 [INFO] 
12:41:10 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:10 [INFO] 
12:41:10 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:10 [INFO] The project's OSGi version is 2.0.0.202404241627
12:41:10 [INFO] 
12:41:10 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:10 [INFO] 
12:41:10 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:10 [INFO] 
12:41:10 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:10 [INFO] 
12:41:10 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:10 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.labelprovider.tests
12:41:12 [INFO] 
12:41:12 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [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
12:41:12 [INFO] 
12:41:12 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [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
12:41:12 [INFO] 
12:41:12 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [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
12:41:12 [INFO] 
12:41:12 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [INFO] 
12:41:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [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
12:41:12 [INFO] 
12:41:12 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 216 were skipped
12:41:12 [INFO] 
12:41:12 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [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
12:41:12 [INFO] 
12:41:12 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [INFO] 
12:41:12 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [INFO] Skipping tests
12:41:12 [INFO] 
12:41:12 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
12:41:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:41:12 [INFO] 
12:41:12 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests >--
12:41:12 [INFO] Building org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT [147/175]
12:41:12 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml
12:41:12 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:41:12 [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
12:41:13 [INFO] 
12:41:13 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:13 [INFO] 
12:41:13 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:13 [INFO] The project's OSGi version is 2.0.0.202404241627
12:41:13 [INFO] 
12:41:13 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:13 [INFO] 
12:41:13 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:13 [INFO] 
12:41:13 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:13 [INFO] 
12:41:13 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:13 [INFO] Resolving class path of org.eclipse.papyrus.infra.architecture.tests
12:41:15 [INFO] 
12:41:15 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [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
12:41:15 [INFO] 
12:41:15 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [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
12:41:15 [INFO] 
12:41:15 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [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
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 [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] 
12:41:15 	@SuppressWarnings("unchecked")
12:41:15 	                  ^^^^^^^^^^^
12:41:15 Unnecessary @SuppressWarnings("unchecked")
12:41:15 11 problems (11 warnings)
12:41:15 [INFO] 
12:41:15 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [INFO] 
12:41:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [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
12:41:15 [INFO] 
12:41:15 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
12:41:15 [INFO] 
12:41:15 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [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
12:41:15 [INFO] 
12:41:15 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [INFO] 
12:41:15 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [INFO] Skipping tests
12:41:15 [INFO] 
12:41:15 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.architecture.tests ---
12:41:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:41:15 [INFO] 
12:41:15 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests >--
12:41:15 [INFO] Building org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT [148/175]
12:41:15 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml
12:41:15 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:41:15 [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
12:41:16 [INFO] 
12:41:16 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:16 [INFO] 
12:41:16 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:16 [INFO] The project's OSGi version is 2.0.0.202404241627
12:41:16 [INFO] 
12:41:16 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:16 [INFO] 
12:41:16 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:16 [INFO] 
12:41:16 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:16 [INFO] 
12:41:16 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:16 [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.architecture.tests
12:41:17 [INFO] 
12:41:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:17 [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
12:41:17 [INFO] 
12:41:17 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:17 [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
12:41:17 [INFO] 
12:41:17 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:18 [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
12:41:18 [INFO] 
12:41:18 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:18 [INFO] 
12:41:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:18 [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
12:41:18 [INFO] 
12:41:18 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:18 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
12:41:18 [INFO] 
12:41:18 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:18 [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
12:41:18 [INFO] 
12:41:18 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:18 [INFO] 
12:41:18 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:18 [INFO] Skipping tests
12:41:18 [INFO] 
12:41:18 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
12:41:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:41:18 [INFO] 
12:41:18 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests >---
12:41:18 [INFO] Building org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT  [149/175]
12:41:18 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml
12:41:18 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:41:18 [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
12:41:20 [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
12:41:21 [INFO] 
12:41:21 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:21 [INFO] 
12:41:21 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:21 [INFO] The project's OSGi version is 1.1.0.202404241627
12:41:21 [INFO] 
12:41:21 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:21 [INFO] 
12:41:21 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:21 [INFO] 
12:41:21 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:21 [INFO] 
12:41:21 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:21 [INFO] Resolving class path of org.eclipse.papyrus.infra.suite.tests
12:41:29 [INFO] 
12:41:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:29 [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
12:41:29 [INFO] 
12:41:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:29 [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
12:41:29 [INFO] 
12:41:29 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:29 [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
12:41:30 [INFO] 
12:41:30 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:30 [INFO] 
12:41:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:30 [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
12:41:30 [INFO] 
12:41:30 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:30 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1109 were skipped
12:41:30 [INFO] 
12:41:30 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:30 [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
12:41:30 [INFO] 
12:41:30 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:30 [INFO] 
12:41:30 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.suite.tests ---
12:41:31 [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
12:41:31 [INFO] Command line:
12:41:31 	[/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]
12:41:39 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
12:41:39 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
12:41:39 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
12:41:39 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
12:41:39 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
12:41:39 
12:41:47 Running org.eclipse.papyrus.infra.suite.tests.AllTests
12:41:50 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
12:41:50 log4j:WARN Please initialize the log4j system properly.
12:41:50 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
12:42:24 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
12:43:30 [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
12:43:30 [EXPANSION_DIAGRAM]+-->ID - Representation
12:43:30 [EXPANSION_DIAGRAM]    "Interface_Label" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@2eefa795 (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)
12:43:30 [EXPANSION_DIAGRAM]    "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@54537bcb (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)
12:43:30 [EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@50d137f1 (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)
12:43:30 [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
12:43:30 [EXPANSION_DIAGRAM]    "Implemented Interfaces" [Interface_Label]
12:43:30 [EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
12:43:30 [EXPANSION_DIAGRAM]    "Class_Shape" [Implemented Interfaces]
12:43:31 [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
12:43:31 [EXPANSION_DIAGRAM]+-->ID - Representation
12:43:31 [EXPANSION_DIAGRAM]    "Interface_BorderItem" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@ed9741a (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)
12:43:31 [EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@3a8a404f (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)
12:43:31 [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
12:43:31 [EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
12:43:31 [EXPANSION_DIAGRAM]    "Class_Shape" [Interface_BorderItem]
12:43:33 [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
12:43:33 [EXPANSION_DIAGRAM]+-->ID - Representation
12:43:33 [EXPANSION_DIAGRAM]    "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@895756 (editPartQualifiedName: null, name: Compartment to implement interfaces, viewFactory: null, description: null) (hint: Implemented Interfaces)
12:43:33 [EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@5f4e2025 (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)
12:43:33 [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
12:43:33 [EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
12:43:33 [EXPANSION_DIAGRAM]    "Class_Shape" [Implemented Interfaces]
12:46:37 platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
12:46:39 platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
12:46:43 platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
12:48:20 Tests run: 1087, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 393.5 s -- in org.eclipse.papyrus.infra.suite.tests.AllTests
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetObserved -- Time elapsed: 0.116 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetValue -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetValueType -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddRemoveValueChangeListener -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testSetValue -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testSetDelegate -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetRealm -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testIsDisposed -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testWrap -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testHashCode -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testCreate -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testDispose -- Time elapsed: 0.017 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testEquals -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetValue -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetValueType -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddRemoveValueChangeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testSetValue -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testSetDelegate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetRealm -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testIsDisposed -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testWrap -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddDisposeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddRemoveChangeListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testCreate_withObserving -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testHashCode -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testCreate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testDispose -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testEquals -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAutoreleaseDelegate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetObserved -- Time elapsed: 0.031 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddRemoveSetChangeListener -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testToArray -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAdd -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetElementType -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testClear -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testSize -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRetainAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testContainsAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testContains -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testHashCode -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testEquals -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIsEmpty -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRemove -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIterator -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRemoveAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testToArray_Array -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testSetDelegate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetRealm -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIsDisposed -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testWrap -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testCreate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testDispose -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveSetChangeListener -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testToArray -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAdd -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testGetElementType -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testClear -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testSize -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRetainAll -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testContainsAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testContains -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testHashCode -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testEquals -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsEmpty -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRemove -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIterator -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRemoveAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testToArray_Array -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testSetDelegate -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveStaleListener -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testGetRealm -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testDelegatingToDelegator -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsDisposed -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testWrap -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddDisposeListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveChangeListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testCreate_withObserving -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testCreate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testDispose -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAutoreleaseDelegate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsStale -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testMove -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testLastIndexOf -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testListIterator -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemove_int -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddListChangeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddAll_index -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAdd_index -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIndexOf -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSet_index -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGet_index -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSubList -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testListIterator_index -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testToArray -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAdd -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGetElementType -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testClear -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSize -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRetainAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testContainsAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testContains -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testHashCode -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddAll -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testEquals -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsEmpty -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemove -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIterator -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemoveAll -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testToArray_Array -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSetDelegate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddRemoveStaleListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGetRealm -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testDelegatingToDelegator -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsDisposed -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testWrap -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddDisposeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddRemoveChangeListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testCreate_withObserving -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testCreate -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testDispose -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAutoreleaseDelegate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsStale -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetObserved -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testMove -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testLastIndexOf -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testListIterator -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemove_int -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddListChangeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddAll_index -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAdd_index -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIndexOf -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSet_index -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGet_index -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSubList -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testListIterator_index -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testToArray -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAdd -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetElementType -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testClear -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSize -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRetainAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testContainsAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testContains -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testHashCode -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testEquals -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIsEmpty -- Time elapsed: 0.029 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemove -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIterator -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemoveAll -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testToArray_Array -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSetDelegate -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetRealm -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIsDisposed -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testWrap -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testCreate -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testDispose -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest skipped
12:48:20 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testListIterator -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testRelease -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testAutorelease -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testRetain -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testIterator -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testListIterator_int -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest.testRetainRelease -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest.testDispose -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists -- Time elapsed: 5.646 s
12:48:20 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_constrained_wrongType -- Time elapsed: 0.094 s
12:48:20 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_noneSuch -- Time elapsed: 0.287 s
12:48:20 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_nested -- Time elapsed: 0.019 s
12:48:20 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext_referencedProject -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_constrained -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext_fallback -- Time elapsed: 0.033 s
12:48:20 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testAwaitTermination_timesOut -- Time elapsed: 1.052 s
12:48:20 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testShutdown -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testShutdownNow -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testAwaitTermination_finishes -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testSubmit -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.ui.util.TransactionUIHelperTest.testPrivilegedRunnableWithProgress -- Time elapsed: 0.334 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemoveSaveListener -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddSaveListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireSaveEvent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireSaveAsEvent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAboutToSaveEvent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAboutToSaveAsEvent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFirePostSaveAsEvent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddPostSaveListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFirePostSaveEvent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemoveAboutToSaveListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemovePostSaveListener -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddAboutToSaveListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAllSaveAsEvent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAllSaveEvent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePageTest.testExistingMethod -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getAdaptedValue -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getChildren -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getElements_object -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.hasChildren -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getParent -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.dispose -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getElements -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.isValidValue -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getAdaptedValue -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getElements_Object -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getChildren -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.hasChildren -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getParent -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.dispose -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getElements -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.isValidValue -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.context.TestClientContext.testClientContextExist -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetAdapter -- Time elapsed: 0.009 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetDisplayName -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testCanEdit -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetEditCommand -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testIsKnownElementType -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_EObject -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_IElementType -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_EClass -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_Unknown -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetContainedTypeEditServices -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProviderFactory.testCreateServiceInstance -- Time elapsed: 0.044 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceUtils.testGetCommandProvider -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.utils.TestGMFCommandUtils.testGetCommandEObjectResult -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureCommandFactory.testGetEditCommand -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureListCommandFactory.testGetEditCommand -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers -- Time elapsed: 5.878 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_relatedElements_diagram -- Time elapsed: 8.701 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_integration -- Time elapsed: 3.173 s
12:48:20 org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_relatedElements -- Time elapsed: 2.951 s
12:48:20 org.eclipse.papyrus.infra.services.edit.ui.dialogs.tests.TestElementTypeValidator.testValidate -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testInvalidContext -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testDefaultLabelProvider -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testEMFLabelProvider -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testUMLLabelProvider -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testUMLLabelProviderChangeEvents -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest.getSemanticRoots -- Time elapsed: 0.013 s
12:48:20 org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest.getSemanticIModels -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is writable in workspace] -- Time elapsed: 0.044 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is writable in workspace] -- Time elapsed: 0.039 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is writable in workspace] -- Time elapsed: 0.025 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is writable in workspace] -- Time elapsed: 0.023 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is writable in workspace] -- Time elapsed: 0.038 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is writable in workspace] -- Time elapsed: 0.019 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is writable in workspace] -- Time elapsed: 0.025 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is writable in workspace] -- Time elapsed: 0.019 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is writable in workspace] -- Time elapsed: 0.038 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is writable in workspace] -- Time elapsed: 0.019 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is writable in workspace] -- Time elapsed: 0.029 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is writable in workspace] -- Time elapsed: 0.051 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is writable in workspace] -- Time elapsed: 0.042 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is writable in workspace] -- Time elapsed: 0.017 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is writable in workspace] -- Time elapsed: 0.037 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is writable in workspace] -- Time elapsed: 0.023 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is writable in workspace] -- Time elapsed: 0.019 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is writable in workspace] -- Time elapsed: 0.021 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is writable in workspace] -- Time elapsed: 0.030 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is writable in workspace] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is writable in workspace] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is writable in workspace] -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is read-only in workspace] -- Time elapsed: 0.017 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is read-only in workspace] -- Time elapsed: 0.045 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is read-only in workspace] -- Time elapsed: 0.017 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is read-only in workspace] -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is read-only in workspace] -- Time elapsed: 0.017 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is read-only in workspace] -- Time elapsed: 0.037 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is read-only in workspace] -- Time elapsed: 0.017 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is read-only in workspace] -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is read-only in workspace] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is read-only in workspace] -- Time elapsed: 0.153 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is read-only in workspace] -- Time elapsed: 0.035 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is read-only in workspace] -- Time elapsed: 0.019 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is read-only in workspace] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is read-only in workspace] -- Time elapsed: 0.021 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is read-only in workspace] -- Time elapsed: 0.025 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is read-only in workspace] -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is read-only in workspace] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is read-only in workspace] -- Time elapsed: 0.049 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is read-only in workspace] -- Time elapsed: 0.021 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is read-only in workspace] -- Time elapsed: 0.017 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is read-only in workspace] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is read-only in workspace] -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.039 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.037 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.013 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.013 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.034 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.019 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.020 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.033 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is deployed in plug-in] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is deployed in plug-in] -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in] -- Time elapsed: 0.041 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is deployed in plug-in] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in] -- Time elapsed: 0.013 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is deployed in plug-in] -- Time elapsed: 0.020 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in] -- Time elapsed: 0.054 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is deployed in plug-in] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is deployed in plug-in] -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is deployed in plug-in] -- Time elapsed: 0.017 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is deployed in plug-in] -- Time elapsed: 0.029 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is deployed in plug-in] -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is deployed in plug-in] -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is deployed in plug-in] -- Time elapsed: 0.013 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in] -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is deployed in plug-in] -- Time elapsed: 0.034 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is deployed in plug-in] -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in] -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is deployed in plug-in] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is deployed in plug-in] -- Time elapsed: 0.013 s
12:48:20 org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:commands -- Time elapsed: 1.514 s
12:48:20 org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:delete -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:changes -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[collection (internal)] -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[collection (external)] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[single tree (internal)] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[single tree (external)] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[resource (internal)] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resources (external)] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resources (internal)] -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[resource set (internal)] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resource sets (external)] -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resource sets (internal)] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest.testGetServiceRegistryResource -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest.testGetInstance -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_dynamic_badRegistration -- Time elapsed: 0.733 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_dynamic -- Time elapsed: 0.083 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_static -- Time elapsed: 0.209 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_static_badRegistration -- Time elapsed: 0.057 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwareURIConverter -- Time elapsed: 0.067 s
12:48:20 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwareURIConverter_badMapping -- Time elapsed: 0.063 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShardObservedByOtherHelper[0: useCommands=false] -- Time elapsed: 0.979 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShard[0: useCommands=false] -- Time elapsed: 0.469 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShardObservedByOtherHelper[0: useCommands=false] -- Time elapsed: 0.016 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.attemptToUseClosedHelper[0: useCommands=false] -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShard[0: useCommands=false] -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShardObservedByOtherHelper[1: useCommands=true] -- Time elapsed: 0.528 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShard[1: useCommands=true] -- Time elapsed: 0.526 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShardObservedByOtherHelper[1: useCommands=true] -- Time elapsed: 0.009 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.attemptToUseClosedHelper[1: useCommands=true] -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShard[1: useCommands=true] -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.proxyResolutionLoadsShardFromTheTop[0: full index] -- Time elapsed: 1.095 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.shardLoadsContainersAndDoesntLoseStereotypes[0: full index] -- Time elapsed: 0.437 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.proxyResolutionLoadsShardFromTheTop[1: on-demand index] -- Time elapsed: 0.495 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.shardLoadsContainersAndDoesntLoseStereotypes[1: on-demand index] -- Time elapsed: 0.424 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.subunits -- Time elapsed: 0.795 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.parents -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.outgoingReferences_givenURI -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.incomingReferences_givenURI -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.roots -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.roots_alternate -- Time elapsed: 0.009 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.outgoingReferences -- Time elapsed: 0.195 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.incomingReferences -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.isShard -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.subunits -- Time elapsed: 0.777 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.parents -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.outgoingReferences_givenURI -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.incomingReferences_givenURI -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.roots -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest skipped
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.outgoingReferences -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.incomingReferences -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.isShard -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexBuilt -- Time elapsed: 0.486 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnChanges -- Time elapsed: 3.473 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnDeletion -- Time elapsed: 3.389 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest skipped
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnProjectDelete -- Time elapsed: 0.652 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexNotifiesOnReindex -- Time elapsed: 0.625 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRecoversFromCancel -- Time elapsed: 1.485 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRefreshesIfNecessary_bug473154 -- Time elapsed: 6.072 s
12:48:20 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexNotBuiltForDerivedResources -- Time elapsed: 0.379 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test1 -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test3 -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test4 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test5 -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test6 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test7 -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test8 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test9 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test10 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test11 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test12 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test13 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test14 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test15 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test16 -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test17 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test18 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test19 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test20 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test21 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test22 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test23 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test24 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test25 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test26 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests.LiteralFalseExpression_Test1 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests.LiteralFalseExpression_Test2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests.LiteralTrueExpression_Test1 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests.LiteralTrueExpression_Test2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test1_1 -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test1_2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test2_1 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test2_2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test3_1 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test3_2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_1 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_3 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_4 -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test10 -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test11 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test12 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test13 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test14 -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test15 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test16 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test17 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test18 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test19 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test20 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test21 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test22 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test23 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test24 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test25 -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test26 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test1 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test3 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test4 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test5 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test6 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test7 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test8 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test9 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test1 -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test3 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test4 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test5 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test1 -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test2 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test3 -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test4 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test5 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test6 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test7 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test8 -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.gmf.util.tests.CommandTreeIteratorTest.handlesWrapperChains -- Time elapsed: 0.009 s
12:48:20 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testMainModelElementsAreUnhandled -- Time elapsed: 0.192 s
12:48:20 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testNonExistentResourceIsUnhandled -- Time elapsed: 0.180 s
12:48:20 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedPluginModelElementsAreUnhandled -- Time elapsed: 0.177 s
12:48:20 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedWorkspaceModelElementsMadeWritable -- Time elapsed: 0.183 s
12:48:20 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testSubModelElementsAreUnhandled -- Time elapsed: 0.555 s
12:48:20 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testObjectURIsWithFragment -- Time elapsed: 0.173 s
12:48:20 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedWorkspaceModelElementsAreReadOnly -- Time elapsed: 0.193 s
12:48:20 org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest.labelProviderChangeNotifications -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest.getText -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.notificationsOnDependentWhenItChanges -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.getText -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.safeSubscriptionRemovalOnDestroy_bug507241 -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.notificationsOnDependentWhenDependencyChanges -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests.testGetTypeRegisteredInplugin -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testPACKAGE_WITH_COMPONENTSType -- Time elapsed: 0.012 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromWrongPackageToWrongPackage -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testDeleteComponentFromGoodPackage -- Time elapsed: 1.080 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticCreateComponentInWrongPackage -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testCyclicAdvices -- Time elapsed: 0.148 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testDeleteComponentFromWrongPackage -- Time elapsed: 0.024 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromWrongPackageToGoodPackage -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticCreateComponentInGoodPackage -- Time elapsed: 0.012 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testValidAdvicesOrder -- Time elapsed: 0.020 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromGoodPackageToWrongPackage -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testPACKAGE_WITH_ALL_ELEMENTSType -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromGoodPackageToGoodPackage -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementTypeSetConfigurationTest.testGetAllAdviceBindings -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.types.tests.SpecializationTypeConfigurationTest.testGetOwnedAdvice -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.MetamodelTypeConfigurationTest.testGetOwnedAdvice -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testGetElementTypeSet -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testGetOwningTarget -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testSetOwningTarget -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testValidateAbstractAdviceBindingConfiguration_apply_to_all_types -- Time elapsed: 0.077 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredTypeTest.testGetOwnedAdvice -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testGetElementTypeSet -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testGetOwningTarget -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testSetOwningTarget -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testValidateAbstractAdviceBindingConfiguration_apply_to_all_types -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests.testGetTypeRegisteredInplugin -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.addToAnd -- Time elapsed: 3.673 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.addToOr -- Time elapsed: 0.170 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate -- Time elapsed: 0.175 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.alreadyInAnd -- Time elapsed: 0.179 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate_notRule -- Time elapsed: 0.186 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpOrMultiple -- Time elapsed: 0.162 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpAndMultiple -- Time elapsed: 0.178 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.alreadyInOr -- Time elapsed: 0.162 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpOr -- Time elapsed: 0.168 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpAnd -- Time elapsed: 0.169 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpNot -- Time elapsed: 0.159 s
12:48:20 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate_negatedRule -- Time elapsed: 0.155 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_execute_undo_undo_redo -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_executeNonDirtying_undo_undo_redo_redo -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecuteNonDirtying_undo -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_undo_save_redo -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_undo -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecuteNonDirtying -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_undo_save -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_execute_undo_undo_save_redo -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelUnnestedCommand -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteNestedCommand -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelTripleNestedCommand -- Time elapsed: 0.012 s
12:48:20 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteTripleNestedCommand -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelNestedCommand -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteUnnestedCommand -- Time elapsed: 0.015 s
12:48:20 org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.genericCompoundsAndWrappers -- Time elapsed: 0.009 s
12:48:20 org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.gmfCompoundsAndWrappers -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.emfCompoundsAndWrappers -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.gefCompoundsAndWrappers -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromDiagramCommandStack -- Time elapsed: 0.808 s
12:48:20 org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromOperationHistory -- Time elapsed: 0.567 s
12:48:20 org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromEMFCommandStack -- Time elapsed: 0.557 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadelementTypeDiagramExpansion -- Time elapsed: 0.052 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadProviderDiagramExpansion -- Time elapsed: 0.323 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.init_DiagramExpansionRegistry -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadDiagramExpansion -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_DiagramExpansion -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.verifyMetaclassCreationWithCompartment -- Time elapsed: 2.366 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.verifyClassCreationWithCompartment -- Time elapsed: 1.446 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.load_DiagramExpansion -- Time elapsed: 1.211 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddChildLabel.load_DiagramExpansion -- Time elapsed: 1.469 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddBorderItem.load_DiagramExpansion -- Time elapsed: 1.327 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartmentWithKind.load_DiagramExpansion -- Time elapsed: 2.133 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddLink.load_DiagramExpansion -- Time elapsed: 1.547 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements.testDropInsideBadcontainer -- Time elapsed: 1.342 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements.testDropInsidecontainer -- Time elapsed: 1.549 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.AssistantUsage.testAssistantForLabelNode -- Time elapsed: 1.667 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrap -- Time elapsed: 0.009 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_command -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_gmfCommand -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_runnable -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.initialSyncOfEmptyDiagram -- Time elapsed: 2.340 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.newNodeOfWrongMetaclassNotSynchronized -- Time elapsed: 2.491 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:create -- Time elapsed: 3.311 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:move -- Time elapsed: 2.866 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:deleteView -- Time elapsed: 3.743 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:resize -- Time elapsed: 2.157 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:move -- Time elapsed: 3.248 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:override -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:move -- Time elapsed: 3.261 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:override -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagramNotifications -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_namedDiagramNotifications -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagram -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagramChangeContextName -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_namedDiagram -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.CreateEditBasedElementCommandTest.createElement -- Time elapsed: 0.396 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultCopyCommandTest.copyElement -- Time elapsed: 0.293 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultPasteCommandTest.pasteElement -- Time elapsed: 0.221 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramCopyCommandTest.copyElement -- Time elapsed: 1.370 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest.pasteElement -- Time elapsed: 1.518 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest.pasteProperty -- Time elapsed: 1.924 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.011 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.010 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[0] -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[1] -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[2] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[3] -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[4] -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[5] -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[6] -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[7] -- Time elapsed: 0.012 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.canonicalEdgesInClassDiagram -- Time elapsed: 3.252 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.noCanonicalViewInCanonicalView -- Time elapsed: 2.866 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.canonicalNodesInClassDiagram -- Time elapsed: 2.880 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.noCanonicalEdgeOnCanonicalView -- Time elapsed: 2.679 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.controlTestForNothingCanonical -- Time elapsed: 1.295 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:execute -- Time elapsed: 2.428 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalInCanonicalNestedViews:on -- Time elapsed: 1.634 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalInCanonicalNestedViews:off -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:execute -- Time elapsed: 2.390 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:execute -- Time elapsed: 3.196 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:execute -- Time elapsed: 4.288 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:execute -- Time elapsed: 4.098 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:execute -- Time elapsed: 3.925 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:execute -- Time elapsed: 2.521 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:execute -- Time elapsed: 2.547 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:execute -- Time elapsed: 2.627 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:execute -- Time elapsed: 2.484 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:execute -- Time elapsed: 3.640 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:execute -- Time elapsed: 4.011 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:execute -- Time elapsed: 3.772 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:execute -- Time elapsed: 4.071 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:execute -- Time elapsed: 2.889 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:execute -- Time elapsed: 2.696 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:execute -- Time elapsed: 3.199 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:execute -- Time elapsed: 2.729 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:execute -- Time elapsed: 2.785 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:execute -- Time elapsed: 3.800 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:execute -- Time elapsed: 2.765 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalEdgesInClassDiagram -- Time elapsed: 2.562 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.nestedCanonicalNodesByMetaclassSelectorInCanonicalView -- Time elapsed: 2.574 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.nestedCanonicalEdgesInCanonicalView -- Time elapsed: 2.486 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalNodesByMetaclassSelectorInClassDiagram -- Time elapsed: 2.650 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalNodesByExplicitStyleClassInClassDiagram -- Time elapsed: 2.371 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.controlTestForNothingCanonical -- Time elapsed: 1.235 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.overrideSelectorRule -- Time elapsed: 3.261 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.overrideExplicitClassRule -- Time elapsed: 3.531 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:execute -- Time elapsed: 3.526 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:execute -- Time elapsed: 2.170 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:initial -- Time elapsed: 3.891 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:non-canonical -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:canonical -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:initial -- Time elapsed: 3.160 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:close-reopen -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest skipped
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.nestedClassifiersDontCauseLoopInCompositeDiagram_bug474489 -- Time elapsed: 1.864 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.associationEndCanonicalPresentation_bug473148 -- Time elapsed: 1.773 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:initial -- Time elapsed: 1.179 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:synch -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:undo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:redo -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReadOnlyAxisTransactionOption -- Time elapsed: 0.034 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReferenceToReadOnlyObjectWithOppositeRolledBackCommand -- Time elapsed: 0.062 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReferenceToReadOnlyObjectWithOppositeRolledBackOperation -- Time elapsed: 0.057 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testIsReadOnlyEObject -- Time elapsed: 0.054 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testSashModelReadOnlyIfPermissionReadOnly -- Time elapsed: 0.054 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testAnyReadOnlyURIs -- Time elapsed: 0.056 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testCanMakeWritableEObject -- Time elapsed: 0.053 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testCanMakeWritableURIs -- Time elapsed: 0.073 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testCanMakeWritable -- Time elapsed: 0.091 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testAsBoolean -- Time elapsed: 0.072 s
12:48:20 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testIsReadOnly -- Time elapsed: 0.062 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSashRow__int_int -- Time elapsed: 0.012 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetVisibleSections -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSashColumn__int -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSection__String -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeSectionTest.testIsIdentifiedBy__String -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.SashColumnTest.testGetSashRow__int -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.openWelcomePage -- Time elapsed: 0.857 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.closeWelcomePage -- Time elapsed: 1.051 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.pageRemovalValidator -- Time elapsed: 1.977 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.emptyModelShowsWelcomePage -- Time elapsed: 0.527 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.emptyModelCannotCloseWelcomePage -- Time elapsed: 0.485 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.canCloseWelcomePage -- Time elapsed: 0.861 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.welcomeModelResource -- Time elapsed: 0.490 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.welcomeModelElement -- Time elapsed: 0.488 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.getOwner -- Time elapsed: 0.552 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.languagesProperty -- Time elapsed: 1.021 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.isEditableRestoreActivePage -- Time elapsed: 1.030 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.privateLayoutProperty -- Time elapsed: 1.020 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest skipped
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.isEditable -- Time elapsed: 0.993 s
12:48:20 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.dispose_bug487027 -- Time elapsed: 0.986 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.viewsProperty -- Time elapsed: 0.994 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.isEditable -- Time elapsed: 0.992 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.createView -- Time elapsed: 1.471 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.dispose_bug487027 -- Time elapsed: 1.515 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.deleteView -- Time elapsed: 1.046 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest.viewsPropertyExcludesPluginDeployedModels_bug493668 -- Time elapsed: 1.024 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest.viewsPropertyUpdateFromModalContextThread -- Time elapsed: 2.231 s
12:48:20 org.eclipse.papyrus.infra.properties.ui.providers.tests.PropertiesHeaderLabelProviderTest.labelProviderChange -- Time elapsed: 0.075 s
12:48:20 org.eclipse.papyrus.infra.properties.ui.tests.EcorePropertyEditorFactoryTest.createWithLocalFactory -- Time elapsed: 0.014 s
12:48:20 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_not -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_xor -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_or -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testValidateAcyclic__DiagnosticChain_Map -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.filters.tests.EqualsTest.testMatches__Object -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.filters.tests.FilterReferenceTest.testMatches__Object -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest.testMatches__Object -- Time elapsed: 0.013 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest.testGetProvider -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnSourceAndTarget__IAdaptable_IAdaptable -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesForSREOnSource__IAdaptable -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testRemoveProviderChangeListener__IProviderChangeListener -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForTarget__IAdaptable_IElementType -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetClientContext -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testAddProviderChangeListener__IProviderChangeListener -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testSelectExistingElementForTarget__IAdaptable_IElementType -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnSource__IAdaptable -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetElementType__String -- Time elapsed: 0.034 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetExcludedElementTypes -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForSource__IAdaptable_IElementType -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testSelectExistingElementForSource__IAdaptable_IElementType -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForPopupBar__IAdaptable -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesForSREOnTarget__IAdaptable -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetElementTypes -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testIsRelationshipType__IElementType -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypes__String_IAdaptable -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelationshipTypes -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnTarget__IAdaptable -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testProvides__IOperation -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.PopupAssistantTest.testGetElementType -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ConnectionAssistantTest.testGetElementType -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testGetElementType -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testMatches__Object -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testGetProvider -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.sourceForConnectionToTarget -- Time elapsed: 0.144 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionFromSource -- Time elapsed: 0.158 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionToTarget -- Time elapsed: 0.183 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionToTarget -- Time elapsed: 0.173 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedTargetForConnectionFromSource -- Time elapsed: 0.053 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedSourceForConnectionToTarget -- Time elapsed: 0.075 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionFromSourceToTarget -- Time elapsed: 0.130 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.targetForConnectionFromSource -- Time elapsed: 0.053 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.popupOnDiagramSurface -- Time elapsed: 0.046 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionFromSource -- Time elapsed: 0.122 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.popupOnShape -- Time elapsed: 0.088 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedPopupOnDiagramSurface -- Time elapsed: 0.084 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionFromSourceToTarget -- Time elapsed: 0.229 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.sourceForConnectionToTarget -- Time elapsed: 0.235 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionToTarget -- Time elapsed: 0.290 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.targetForConnectionFromSource -- Time elapsed: 0.221 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.popupOnDiagramSurface -- Time elapsed: 0.080 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionFromSource -- Time elapsed: 0.163 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.popupOnShape -- Time elapsed: 0.048 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionFromSourceToTarget -- Time elapsed: 0.153 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.145 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.124 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.117 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.380 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.130 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.855 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.710 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.682 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.683 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.694 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.709 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.603 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.580 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.576 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.535 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.045 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.047 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.051 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.036 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.027 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.073 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.025 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.032 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.081 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.038 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.027 s
12:48:20 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.025 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlSeveralModelsWithProfile -- Time elapsed: 2.578 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlSeveralModelsWithProfileInSameResource -- Time elapsed: 2.087 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlModelWithProfile -- Time elapsed: 1.782 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlSeveralModelsWithProfileInSameResource -- Time elapsed: 2.093 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlModelWithProfile -- Time elapsed: 2.128 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlSeveralModelsWithProfile -- Time elapsed: 2.103 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolShardSubunit -- Time elapsed: 0.878 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolOneSubmodel -- Time elapsed: 1.372 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolSeveralSubmodelsInSameResource -- Time elapsed: 1.582 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testDeleteSubmodel -- Time elapsed: 1.403 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolSeveralSubmodels -- Time elapsed: 1.646 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolOneSubmodel -- Time elapsed: 1.397 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodelsWithoutSave -- Time elapsed: 1.530 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodelsInSameResource -- Time elapsed: 1.691 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolUpdatesReferencesToRootObject_bug480209 -- Time elapsed: 1.056 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodels -- Time elapsed: 1.815 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase1 -- Time elapsed: 1.324 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase2 -- Time elapsed: 1.332 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase3 -- Time elapsed: 1.307 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlSeveralModels -- Time elapsed: 1.762 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlOneSubmodel -- Time elapsed: 1.453 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlSeveralModels -- Time elapsed: 2.139 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlSeveralModelsInSameResource -- Time elapsed: 1.649 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlSeveralModelsInSameResource -- Time elapsed: 1.755 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlOneSubmodel -- Time elapsed: 1.310 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolModelWithProfile -- Time elapsed: 2.062 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolSeveralModelsWithProfileInSameResource -- Time elapsed: 2.609 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolSeveralModelsWithProfile -- Time elapsed: 3.313 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolSeveralModelsWithProfileInSameResource -- Time elapsed: 3.103 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolSeveralModelsWithProfile -- Time elapsed: 2.650 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolModelWithProfile -- Time elapsed: 2.605 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlLegacyModelTest.testControlLegacyModel -- Time elapsed: 1.126 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.canCreateSubModel -- Time elapsed: 0.638 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.approveUncontrolRequest -- Time elapsed: 0.686 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.approveControlRequest -- Time elapsed: 0.616 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.disapproveUncontrolRequest -- Time elapsed: 0.644 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.disapproveControlRequest -- Time elapsed: 0.610 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest.convertSubmodelToShard -- Time elapsed: 1.432 s
12:48:20 org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest.convertShardToSubmodel -- Time elapsed: 1.417 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithNote -- Time elapsed: 1.212 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteNotOrphanElement -- Time elapsed: 1.140 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithNotOrphan -- Time elapsed: 1.123 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithOrphan -- Time elapsed: 1.174 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithConnection -- Time elapsed: 1.086 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithOrphan -- Time elapsed: 1.074 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteTextNode -- Time elapsed: 1.063 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteOrphan -- Time elapsed: 1.096 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithNotOrphan -- Time elapsed: 1.067 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithNote -- Time elapsed: 1.106 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViews -- Time elapsed: 1.088 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithOrphan -- Time elapsed: 1.071 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonical -- Time elapsed: 1.107 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithNote -- Time elapsed: 1.067 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithNotOrphan -- Time elapsed: 1.108 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSClassProviderTest.testCSSClassContentProvider -- Time elapsed: 0.011 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testPackage -- Time elapsed: 0.011 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testClassStyle -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testCSSClassStyle -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testPriorities -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testInterfaceStyle -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testStyleSheetsPriorities -- Time elapsed: 0.009 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testPackage -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testClassStyle -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testCSSClassStyle -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testPriorities -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testInterfaceStyle -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedStyleTest.testStylesDisabled -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testShowAllCompartmentsTitles -- Time elapsed: 0.050 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests skipped
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testAttributeCompartment -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testCompartmentForceValue -- Time elapsed: 0.020 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testAttributeCompartmentForInterface -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest.testWithoutCSSSupport -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest.testCSSSupport -- Time elapsed: 0.004 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testProjectStylesheets -- Time elapsed: 0.011 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testPackage -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testClassStyle -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testCSSClassStyle -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testPriorities -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testInterfaceStyle -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testWorkspaceTheme -- Time elapsed: 0.027 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testPackage -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testClassStyle -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testCSSClassStyle -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testPriorities -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testInterfaceStyle -- Time elapsed: 0.006 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.canonicalStyleNotInferred -- Time elapsed: 0.065 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.canonicalStyleInferred -- Time elapsed: 0.050 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.overrideInferredStyle -- Time elapsed: 0.059 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testUnnamedReference -- Time elapsed: 0.008 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testNamedReference -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testEmptyNameReference -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testUntypedReference -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest.testKindSelectorForCompartment -- Time elapsed: 0.822 s
12:48:20 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest.testKindSelectorForLabel -- Time elapsed: 1.059 s
12:48:20 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationLabelProviderTest.testLabels -- Time elapsed: 0.975 s
12:48:20 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest.testUseInternationalizationModification -- Time elapsed: 0.745 s
12:48:20 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest.testLanguageModification -- Time elapsed: 0.684 s
12:48:20 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.enablementNotification -- Time elapsed: 0.603 s
12:48:20 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.localeNotificationByPreferences -- Time elapsed: 0.639 s
12:48:20 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.localeNotification -- Time elapsed: 0.610 s
12:48:20 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.removePreferenceListener -- Time elapsed: 0.607 s
12:48:20 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.enablementNotificationByPreferences -- Time elapsed: 0.605 s
12:48:20 org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest.getViewCountOn -- Time elapsed: 0.073 s
12:48:20 org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest.getOwnedViewCount -- Time elapsed: 0.056 s
12:48:20 org.eclipse.papyrus.infra.viewpoints.policy.tests.PolicyCheckerTest.testIsInViewpoint -- Time elapsed: 0.053 s
12:48:20 org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyNonOwningContextOfView -- Time elapsed: 0.063 s
12:48:20 org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyOwnerOfViewOnly -- Time elapsed: 0.052 s
12:48:20 org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyOwningContextOfView -- Time elapsed: 0.060 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDomainTest.testGetQualifiedName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGeneralizationCycle__DiagnosticChain_Map -- Time elapsed: 0.007 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testCreationCommandClassRequired__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testContextGeneralizationIsConsistent__DiagnosticChain_Map -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testIsConsistentWith__ArchitectureContext -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testExtensionCycle__DiagnosticChain_Map -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testIsExtension -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testConversionCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testAllGeneralContexts -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testCeationCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGeneralNotExtended__DiagnosticChain_Map -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testContextExtensionsAreConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testAllExtendedContexts -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGetQualifiedName -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.StakeholderTest.testGetQualifiedName -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ConcernTest.testGetQualifiedName -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureViewpointTest.testGetQualifiedName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGeneralizationCycle__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testCreationCommandClassRequired__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testContextGeneralizationIsConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testIsConsistentWith__ArchitectureContext -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testExtensionCycle__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testIsExtension -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testConversionCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testAllGeneralContexts -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testCeationCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGeneralNotExtended__DiagnosticChain_Map -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testContextExtensionsAreConsistent__DiagnosticChain_Map -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testAllExtendedContexts -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGetQualifiedName -- Time elapsed: 0 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsSameName -- Time elapsed: 0.044 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeContextSameName -- Time elapsed: 0.047 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsDifferentName -- Time elapsed: 0.036 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsRepresentationKinds -- Time elapsed: 0.038 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeContextDifferentName -- Time elapsed: 0.047 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getMetamodel -- Time elapsed: 0.005 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getConversionCommandClass -- Time elapsed: 0.010 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getCreationCommandClass -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getRepresentationKinds -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getProfiles -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDomain -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDefaultViewpoints -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getParent -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getExtensionPrefix -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getCreationCommandClassName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getElementTypes -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getConversionCommandClassName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getQualifiedName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getIcon -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getId -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDescription -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getStakeholders -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getParent -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getConcerns -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getQualifiedName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getIcon -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getId -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getDescription -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getConversionCommandClass -- Time elapsed: 0.003 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getCreationCommandClass -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDomain -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDefaultViewpoints -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getParent -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getExtensionPrefix -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getCreationCommandClassName -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getElementTypes -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getConversionCommandClassName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getQualifiedName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getIcon -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getId -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDescription -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getRepresentationKinds -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getParent -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getConcerns -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getContext -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getQualifiedName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getIcon -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getName -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getId -- Time elapsed: 0.002 s
12:48:20 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getDescription -- Time elapsed: 0.001 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.resources -- Time elapsed: 0.057 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeViewpoints -- Time elapsed: 0.022 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.traces -- Time elapsed: 0.022 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.isMerged -- Time elapsed: 0.022 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeDiagramParent -- Time elapsed: 0.022 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeRepresentationKinds -- Time elapsed: 0.022 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.collectViewpoints -- Time elapsed: 0.022 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.collectStakeholdersAndConcerns -- Time elapsed: 0.025 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.getContexts -- Time elapsed: 0.021 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeContextName -- Time elapsed: 0.023 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.resources -- Time elapsed: 0.027 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeViewpoints -- Time elapsed: 0.037 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.merged -- Time elapsed: 0.026 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.traces -- Time elapsed: 0.026 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeDiagramParent -- Time elapsed: 0.025 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeRepresentationKinds -- Time elapsed: 0.026 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.collectViewpoints -- Time elapsed: 0.026 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.stakeholdersAndConcernsCollected -- Time elapsed: 0.027 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.getContexts -- Time elapsed: 0.034 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeContextName -- Time elapsed: 0.024 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeViewpoints -- Time elapsed: 0.022 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.contexts -- Time elapsed: 0.020 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeRepresentationKinds -- Time elapsed: 0.029 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeDefaultViewpoints -- Time elapsed: 0.021 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.extensionContentNotInherited -- Time elapsed: 0.024 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.extensionContextsElided -- Time elapsed: 0.023 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.inheritedContentMergedByExtension -- Time elapsed: 0.032 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.emptyDomainsElided -- Time elapsed: 0.024 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.stakeholdersAndConcerns -- Time elapsed: 0.027 s
12:48:20 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerAddContextTest.addContextToExtendedDomain -- Time elapsed: 0.018 s
12:48:20 org.eclipse.papyrus.infra.ui.architecture.tests.editors.SwitchViewpointsTest.switchViewpoints -- Time elapsed: 2.432 s
12:48:20 org.eclipse.papyrus.infra.ui.architecture.tests.editors.ModelExplorerViewpointFilterTest.revealDiagramsAndTables -- Time elapsed: 0.900 s
12:48:20 org.eclipse.papyrus.infra.ui.architecture.tests.editors.GrayedIconTest.checkIcons -- Time elapsed: 0.724 s
12:48:20 
12:48:20 Results:
12:48:20 
12:48:20 Tests run: 1087, Failures: 0, Errors: 0, Skipped: 28
12:48:20 
12:48:22 [INFO] All tests passed
12:48:22 [INFO] 
12:48:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.suite.tests ---
12:48:22 [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
12:48:22 [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.suite.tests' with 0 classes
12:48:22 [INFO] 
12:48:22 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests >--
12:48:22 [INFO] Building org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT [150/175]
12:48:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml
12:48:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:48:22 [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
12:48:23 [INFO] 
12:48:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:23 [INFO] 
12:48:23 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:23 [INFO] The project's OSGi version is 2.0.0.202404241627
12:48:23 [INFO] 
12:48:23 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:23 [INFO] 
12:48:23 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:23 [INFO] 
12:48:23 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:23 [INFO] 
12:48:23 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:23 [INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.tests
12:48:23 [INFO] 
12:48:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:23 [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
12:48:23 [INFO] 
12:48:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:23 [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
12:48:23 [INFO] 
12:48:23 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [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
12:48:24 [INFO] 
12:48:24 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [INFO] 
12:48:24 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [INFO] 
12:48:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [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
12:48:24 [INFO] 
12:48:24 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [INFO] 
12:48:24 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 217 were skipped
12:48:24 [INFO] 
12:48:24 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [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
12:48:24 [INFO] 
12:48:24 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [INFO] 
12:48:24 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.newchild.tests ---
12:48:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:48:24 [INFO] 
12:48:24 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests >--
12:48:24 [INFO] Building org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT [151/175]
12:48:24 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml
12:48:24 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:48:24 [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
12:48:25 [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.202404240313/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404240313.jar
12:48:25 [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.202404240313/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404240313.jar
12:48:25 [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
12:48:26 [INFO] 
12:48:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:26 [INFO] 
12:48:26 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:26 [INFO] The project's OSGi version is 1.1.0.202404241627
12:48:26 [INFO] 
12:48:26 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:26 [INFO] 
12:48:26 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:26 [INFO] 
12:48:26 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:26 [INFO] 
12:48:26 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:26 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.suite.tests
12:48:34 [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.202404240313/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404240313.jar
12:48:34 [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.202404240313/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404240313.jar
12:48:34 [INFO] 
12:48:34 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:34 [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
12:48:34 [INFO] 
12:48:34 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:34 [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
12:48:34 [INFO] 
12:48:34 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:34 [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
12:48:35 [INFO] 
12:48:35 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:35 [INFO] 
12:48:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:35 [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
12:48:35 [INFO] 
12:48:35 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:35 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1113 were skipped
12:48:35 [INFO] 
12:48:35 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:35 [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
12:48:35 [INFO] 
12:48:35 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:35 [INFO] 
12:48:35 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:48:37 [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
12:48:37 [INFO] Command line:
12:48:37 	[/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]
12:48:44 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
12:48:44 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
12:48:44 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
12:48:44 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
12:48:44 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
12:48:44 
12:48:52 Running org.eclipse.papyrus.toolsmiths.suite.tests.AllTests
12:49:38 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
12:49:38 log4j:WARN Please initialize the log4j system properly.
12:49:38 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
12:57:11 Tests run: 165, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 498.1 s -- in org.eclipse.papyrus.toolsmiths.suite.tests.AllTests
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.ProfileAutomaticMigrationTest -- Time elapsed: 0.006 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.PackageAutomaticMigrationTest -- Time elapsed: 0.001 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.StereotypeAutomaticMigrationTest_Stereotype_delete_Property -- Time elapsed: 0.001 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.PropertyAutomaticMigrationTest -- Time elapsed: 0.003 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.StereotypeAutomaticMigrationTest -- Time elapsed: 0.001 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.GeneralizationAutomaticMigrationTest -- Time elapsed: 0.002 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsAbstractFromStereotypeTest.atomicListTest -- Time elapsed: 0.001 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveProfileIntoNonApplyProfileTest -- Time elapsed: 0.108 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveStereotypeIntoNonApplyProfileTest -- Time elapsed: 0.100 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMovePackageIntoAlreadyApplyProfileTest -- Time elapsed: 0.092 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveStereotypeIntoAlreadyApplyProfileTest -- Time elapsed: 0.092 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMovePackageIntoNonApplyProfileTest -- Time elapsed: 0.098 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveProfileIntoAlreadyApplyProfileTest -- Time elapsed: 0.087 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.UpperMultiplicityTest -- Time elapsed: 0.003 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.atomicListTest -- Time elapsed: 0 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.LowerMultiplicityTest -- Time elapsed: 0 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.DeleteEnumerationLiteralTest -- Time elapsed: 0.002 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.MoveEnumerationLiteralTest -- Time elapsed: 0 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.atomicListTest -- Time elapsed: 0 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsStaticFromPropertyTest.atomicListTest -- Time elapsed: 0.002 s
12:57:11 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.AddPropertyToStereotypeTest.atomicListTest -- Time elapsed: 0.001 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest.unresolvedNonBundleDeployedURI -- Time elapsed: 23.81 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest.noSpuriousDependencyProblemsFromDynamicProfileDefinition -- Time elapsed: 7.209 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.getFilesFromProject -- Time elapsed: 0.588 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.existFileFromProject_closed -- Time elapsed: 0.514 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.existFileFromProject -- Time elapsed: 0.812 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.getFilesFromProject_closed -- Time elapsed: 0.366 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest.noIntermediateExtensionPointConfigurations -- Time elapsed: 4.594 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest.addMissingExtension -- Time elapsed: 0.478 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingAttributeMarkerResolutionTest.addMissingAttribute -- Time elapsed: 0.406 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFile -- Time elapsed: 0.412 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFolder -- Time elapsed: 0.401 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFolder_withNesting -- Time elapsed: 0.389 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginBuilderTest.ok -- Time elapsed: 8.491 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest.noSuchModelFile -- Time elapsed: 5.877 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest.noExtension -- Time elapsed: 4.697 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unresolvedIconResourceURI -- Time elapsed: 4.156 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unresolvedGrayedIconResourceURI -- Time elapsed: 5.391 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.invalidIconResourceURI -- Time elapsed: 3.790 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.clientContextIDMismatch -- Time elapsed: 4.308 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdviceNotIncluded -- Time elapsed: 2.272 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdviceNotIncluded_extension -- Time elapsed: 2.739 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdvice_inherited -- Time elapsed: 3.280 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdvice_byExtension -- Time elapsed: 3.472 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.multipleClientContexts -- Time elapsed: 2.861 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unusedRepresentationKind -- Time elapsed: 3.290 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationKindReferenced -- Time elapsed: 3.345 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.implicitMergeWarning -- Time elapsed: 11.42 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.explicitMergeNotWarned -- Time elapsed: 8.222 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.unresolvedCreationCommandClass -- Time elapsed: 8.059 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.creationCommandClassBinaryTypeResolved -- Time elapsed: 8.143 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.invalidCreationCommandClass -- Time elapsed: 8.794 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression.bug573888_profilePlatformPluginURI -- Time elapsed: 3.841 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression.bug573888_registrationPlatformPluginURI -- Time elapsed: 2.426 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.missingArchitectureFrameworkDependency -- Time elapsed: 10.42 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.iconBundle -- Time elapsed: 2.434 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.creationCommandClassBundle -- Time elapsed: 10.12 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.creationCommandClassBinaryTypeResolved -- Time elapsed: 7.861 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 2.684 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 2.409 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingArchitecture -- Time elapsed: 2.667 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingIcon -- Time elapsed: 2.207 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.allReferencesSpecific -- Time elapsed: 2.098 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.tests.ModelQuickFixTests.representationsAdviceFix -- Time elapsed: 4.393 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginValidationTest.testProfilePluginValidation -- Time elapsed: 1.384 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.dependencyValidationFails -- Time elapsed: 1.102 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.extensionValidationPasses -- Time elapsed: 0.695 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.modelValidationPasses -- Time elapsed: 2.111 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.buildPropertiesValidationFails -- Time elapsed: 1.298 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.dependencyValidationPasses -- Time elapsed: 1.529 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.extensionValidationFails -- Time elapsed: 0.728 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.modelValidationFails -- Time elapsed: 0.605 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.iconBundleDependency -- Time elapsed: 1.343 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.buildPropertiesValidationPasses -- Time elapsed: 0.811 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.clientContextIDViaGMF -- Time elapsed: 1.040 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.clientContextIDViaArchitectureCongtext -- Time elapsed: 1.013 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noClientContext -- Time elapsed: 0.798 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noSuchModelFile -- Time elapsed: 1.037 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noExtension -- Time elapsed: 0.793 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noExtensionButArchitectureReference -- Time elapsed: 1.445 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.unknownClientContextID -- Time elapsed: 1.107 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedFeatureName -- Time elapsed: 1.235 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.ok -- Time elapsed: 1.526 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 1.810 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unqualifiedStereotypeQualifiedName -- Time elapsed: 1.377 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedProfileQualifiedName -- Time elapsed: 1.465 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General.unresolvedIconReference -- Time elapsed: 1.431 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General.unresolvedMetamodelNSURI -- Time elapsed: 1.178 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.unresolvedProfileURI -- Time elapsed: 1.068 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.ok -- Time elapsed: 1.112 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 1.232 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.unresolvedFeatureName -- Time elapsed: 1.341 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.ok -- Time elapsed: 1.069 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 1.594 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 1.300 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.missingReferencedIcon -- Time elapsed: 1.501 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 1.110 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.allReferencesExplicit -- Time elapsed: 1.178 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginValidationTest.testProfilePluginValidation -- Time elapsed: 5.784 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest.hasExtension -- Time elapsed: 5.901 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest.noExtension -- Time elapsed: 5.608 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfileModelBuilderTest.profileRelativeURI -- Time elapsed: 5.062 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginBuilderTest.ok -- Time elapsed: 2.172 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginXMLBuilderTest.noExtension -- Time elapsed: 1.429 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest.unresolvedIconResourceURI -- Time elapsed: 1.322 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest.unresolvedRole -- Time elapsed: 1.078 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.modelResourceBundle -- Time elapsed: 0.963 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.iconResourceBundle -- Time elapsed: 1.106 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.missingNewChildBundleDependency -- Time elapsed: 1.304 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 1.501 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 1.130 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingNewChildModel -- Time elapsed: 1.392 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingIcon -- Time elapsed: 1.798 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.environmentOK -- Time elapsed: 7.294 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.contextOK -- Time elapsed: 5.301 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.extensionsOK -- Time elapsed: 4.613 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.manifestOK -- Time elapsed: 4.933 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest.noEnvironmentExtension -- Time elapsed: 4.111 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest.noContextExtension -- Time elapsed: 4.549 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.missingDependencyByContextReference -- Time elapsed: 4.019 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.unresolvedEnvironmentModelFactory -- Time elapsed: 12.42 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.missingDependencyByEnvironmentModelFactory -- Time elapsed: 8.616 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.implicitSourceTracesOK -- Time elapsed: 3.339 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextProperty -- Time elapsed: 3.796 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextElement -- Time elapsed: 4.949 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.obsoleteDataContextProperty -- Time elapsed: 3.510 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.obsoleteDataContextElement -- Time elapsed: 2.808 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.enumPropertyWrongType -- Time elapsed: 3.616 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.stringPropertyWrongType -- Time elapsed: 3.615 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.dataTypeAsClass -- Time elapsed: 4.070 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.stringPropertyEditorWrongWidgetType -- Time elapsed: 2.329 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedInstanceOfConstraint -- Time elapsed: 2.945 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedHasStereotypeConstraint -- Time elapsed: 3.327 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedHasStereotypeConstraint_byRenamedProfile -- Time elapsed: 3.634 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedProperty -- Time elapsed: 2.303 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedStereotype -- Time elapsed: 2.371 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedProfile -- Time elapsed: 2.913 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextPackage_nestedProfile -- Time elapsed: 3.189 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextPackage_nestedPackage -- Time elapsed: 2.647 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.profileMoved -- Time elapsed: 2.571 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.propertyWrongMultiplicity -- Time elapsed: 2.858 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.implicitSourceTracesOK -- Time elapsed: 2.940 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.missingDataContextProperty -- Time elapsed: 2.334 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.missingDataContextElement -- Time elapsed: 1.837 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.obsoleteDataContextProperty -- Time elapsed: 2.034 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.obsoleteDataContextElement -- Time elapsed: 2.185 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.enumPropertyWrongType -- Time elapsed: 2.624 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.stringPropertyWrongType -- Time elapsed: 1.890 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.unresolvedInstanceOfConstraint -- Time elapsed: 1.817 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.stringPropertyWrongType -- Time elapsed: 4.482 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextPackage_nestedPackage -- Time elapsed: 5.540 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedProfile -- Time elapsed: 6.163 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_instanceOf -- Time elapsed: 5.206 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextPackage_nestedProfile -- Time elapsed: 4.901 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.obsoleteDataContextElement -- Time elapsed: 6.280 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_hasStereotype -- Time elapsed: 4.428 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedProperty -- Time elapsed: 5.100 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextProperty -- Time elapsed: 5.607 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextElement -- Time elapsed: 5.182 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.propertyWrongMultiplicity -- Time elapsed: 5.031 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.stringPropertyEditorWrongWidgetType -- Time elapsed: 4.207 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.enumPropertyWrongType -- Time elapsed: 5.264 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_hasStereotype_byRenamedProfile -- Time elapsed: 4.060 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.obsoleteDataContextProperty -- Time elapsed: 5.427 s
12:57:11 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedStereotype -- Time elapsed: 5.054 s
12:57:11 
12:57:11 Results:
12:57:11 
12:57:11 Tests run: 165, Failures: 0, Errors: 0, Skipped: 0
12:57:11 
12:57:13 [INFO] All tests passed
12:57:13 [INFO] 
12:57:13 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
12:57:13 [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
12:57:13 [INFO] Analyzed bundle 'org.eclipse.papyrus.toolsmiths.suite.tests' with 0 classes
12:57:13 [INFO] 
12:57:13 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests >--
12:57:13 [INFO] Building org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT [152/175]
12:57:13 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml
12:57:13 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:57:13 [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
12:57:13 [INFO] 
12:57:13 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:13 [INFO] 
12:57:13 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:13 [INFO] The project's OSGi version is 2.0.0.202404241627
12:57:13 [INFO] 
12:57:13 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:13 [INFO] 
12:57:13 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:13 [INFO] 
12:57:13 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:13 [INFO] 
12:57:13 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:13 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.communication.tests
12:57:15 [INFO] 
12:57:15 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:15 [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
12:57:15 [INFO] 
12:57:15 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:15 [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
12:57:15 [INFO] 
12:57:15 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:15 [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
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:16 [INFO] 
12:57:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:16 [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
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:16 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:16 [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
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:16 [INFO] Skipping tests
12:57:16 [INFO] 
12:57:16 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
12:57:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:57:16 [INFO] 
12:57:16 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests >--
12:57:16 [INFO] Building org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT [153/175]
12:57:16 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml
12:57:16 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:57:16 [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
12:57:16 [INFO] 
12:57:16 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:16 [INFO] The project's OSGi version is 2.0.0.202404241627
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:16 [INFO] 
12:57:16 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:16 [INFO] 
12:57:16 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:16 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.statemachine.tests
12:57:19 [INFO] 
12:57:19 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [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
12:57:19 [INFO] 
12:57:19 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [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
12:57:19 [INFO] 
12:57:19 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [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
12:57:19 [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] 
12:57:19 	assertThat(smDiagram.eResource(), nullValue());
12:57:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:57:19 The method assertThat(Resource, Matcher<? super Resource>) from the type Assert is deprecated
12:57:19 1 problem (1 warning)
12:57:19 [INFO] 
12:57:19 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [INFO] 
12:57:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [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
12:57:19 [INFO] 
12:57:19 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:57:19 [INFO] 
12:57:19 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [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
12:57:19 [INFO] 
12:57:19 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [INFO] 
12:57:19 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [INFO] Skipping tests
12:57:19 [INFO] 
12:57:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
12:57:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:57:19 [INFO] 
12:57:19 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests >--
12:57:19 [INFO] Building org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT [154/175]
12:57:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml
12:57:19 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:57:19 [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
12:57:20 [INFO] 
12:57:20 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:20 [INFO] 
12:57:20 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:20 [INFO] The project's OSGi version is 2.0.100.202404241627
12:57:20 [INFO] 
12:57:20 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:20 [INFO] 
12:57:20 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:20 [INFO] 
12:57:20 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:20 [INFO] 
12:57:20 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:20 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.interactionoverview.tests
12:57:22 [INFO] 
12:57:22 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:22 [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
12:57:22 [INFO] 
12:57:22 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:22 [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
12:57:22 [INFO] 
12:57:22 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:22 [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
12:57:23 [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] 
12:57:23 	import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils;
12:57:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:57:23 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:57:23 [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] 
12:57:23 	final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID);
12:57:23 	                                                                         ^^^^^^^^^^^^^
12:57:23 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:57:23 [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] 
12:57:23 	final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID);
12:57:23 	                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:57:23 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:57:23 [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] 
12:57:23 	@SuppressWarnings("unchecked")
12:57:23 	                  ^^^^^^^^^^^
12:57:23 Unnecessary @SuppressWarnings("unchecked")
12:57:23 [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] 
12:57:23 	import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils;
12:57:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:57:23 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:57:23 [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] 
12:57:23 	final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID);
12:57:23 	                                                                                                    ^^^^^^^^^^^^^
12:57:23 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:57:23 [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] 
12:57:23 	final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID);
12:57:23 	                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:57:23 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.202404240259/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202404240259.jar')
12:57:23 7 problems (7 warnings)
12:57:23 [INFO] 
12:57:23 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:23 [INFO] 
12:57:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:23 [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
12:57:23 [INFO] 
12:57:23 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:23 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
12:57:23 [INFO] 
12:57:23 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:23 [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
12:57:23 [INFO] 
12:57:23 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:23 [INFO] 
12:57:23 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:23 [INFO] Skipping tests
12:57:23 [INFO] 
12:57:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
12:57:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
12:57:23 [INFO] 
12:57:23 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests >--
12:57:23 [INFO] Building org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT [155/175]
12:57:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml
12:57:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
12:57:23 [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
12:57:24 [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
12:57:25 [INFO] 
12:57:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:25 [INFO] 
12:57:25 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:25 [INFO] The project's OSGi version is 1.1.0.202404241627
12:57:25 [INFO] 
12:57:25 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:25 [INFO] 
12:57:25 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:25 [INFO] 
12:57:25 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:25 [INFO] 
12:57:25 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:25 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.suite.tests
12:57:33 [INFO] 
12:57:33 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:33 [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
12:57:33 [INFO] 
12:57:33 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:33 [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
12:57:33 [INFO] 
12:57:33 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:33 [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
12:57:34 [INFO] 
12:57:34 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:34 [INFO] 
12:57:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:34 [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
12:57:34 [INFO] 
12:57:34 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:34 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1109 were skipped
12:57:34 [INFO] 
12:57:34 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:34 [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
12:57:34 [INFO] 
12:57:34 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:34 [INFO] 
12:57:34 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
12:57:35 [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
12:57:35 [INFO] Command line:
12:57:35 	[/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]
12:57:43 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
12:57:43 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
12:57:43 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
12:57:43 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
12:57:43 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
12:57:43 
12:57:51 Running org.eclipse.papyrus.uml.diagram.suite.tests.AllTests
12:58:02 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
12:58:02 log4j:WARN Please initialize the log4j system properly.
12:58:02 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
12:58:12 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
13:11:43 Tests run: 1422, Failures: 0, Errors: 0, Skipped: 174, Time elapsed: 831.5 s -- in org.eclipse.papyrus.uml.diagram.suite.tests.AllTests
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypePropertyStructure -- Time elapsed: 13.14 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCompartmentStructure -- Time elapsed: 4.192 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeLabelStructure -- Time elapsed: 3.891 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCompartmentInCommentStructure -- Time elapsed: 3.343 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypePropertyInCommentStructure -- Time elapsed: 2.988 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCommentStructure -- Time elapsed: 3.249 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testProfileApplication -- Time elapsed: 3.332 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeBraceStructure -- Time elapsed: 2.781 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeBracePropertyStructure -- Time elapsed: 2.766 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnEnumeration -- Time elapsed: 43.26 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnPackage -- Time elapsed: 3.277 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnInterface -- Time elapsed: 2.868 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnClass -- Time elapsed: 2.981 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnEnumerationLiteral -- Time elapsed: 2.557 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnProperty -- Time elapsed: 2.598 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnOperation -- Time elapsed: 2.404 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayLinkClassDiagramTest.testApplyStereotypeOnLink -- Time elapsed: 2.338 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test1 -- Time elapsed: 2.262 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test2 -- Time elapsed: 1.951 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test3 -- Time elapsed: 1.816 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test5 -- Time elapsed: 1.641 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test6 -- Time elapsed: 1.643 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test4 -- Time elapsed: 1.586 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test7 -- Time elapsed: 1.709 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test8 -- Time elapsed: 1.520 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test9 -- Time elapsed: 1.457 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test10 -- Time elapsed: 1.419 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test11 -- Time elapsed: 1.385 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags10 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags11 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags12 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags13 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags1 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags2 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags3 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags4 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags5 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags6 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags7 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags8 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags9 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText10 -- Time elapsed: 0.005 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText11 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText1 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText2 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText3 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText4 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText5 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText6 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText7 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText8 -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText9 -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest.testDeleteOnClassNamedStyleFont -- Time elapsed: 1.459 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest.testDeleteOnPackageWithStyle -- Time elapsed: 1.479 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase1 -- Time elapsed: 2.266 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase2 -- Time elapsed: 2.082 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase3 -- Time elapsed: 2.058 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase4 -- Time elapsed: 2.334 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityDefault -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinity -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerIntUpper -- Time elapsed: 0.004 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityEqualsLiteralLowerUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntLowerStringUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLiteralLowerStringLiteralUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerIsNull -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerStringUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerIntUpperInfinity -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerUpper -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralUpperIsNull -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringInfinityLowerUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerLiteralInfinity -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerEqualsUpperWithBrackets -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLiteral -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntLowerIntUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerInfinity -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLiteralRange -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntRange -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntValues -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLowerEqualsUpperWithBrackets -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLowerUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLowerUpper -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralEqualsWithBrackets -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerStringLiteralUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerIntLiteralUpper -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralBooleanFalse -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralIntegerNegative -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralInteger -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralUnlimitedNaturalInfinitive -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralUnlimitedNatural -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralBoolean -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralNull -- Time elapsed: 0.003 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralReal -- Time elapsed: 0.002 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralString -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest skipped
13:11:43 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:initial -- Time elapsed: 2.099 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:synch -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:undo -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:redo -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForPortWithCSS -- Time elapsed: 2.424 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForFloatingLabelWithCSS -- Time elapsed: 2.094 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest skipped
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForFloatingLabel -- Time elapsed: 1.917 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest skipped
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForNode -- Time elapsed: 2.278 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForPort -- Time elapsed: 2.063 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForNodeWithCSS -- Time elapsed: 2.142 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest.testMoveOneGeneralization -- Time elapsed: 1.245 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest.testMoveTwoGeneralizations -- Time elapsed: 1.285 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug495430_DuplicatedTransitionsTest.checkDuplication -- Time elapsed: 0.014 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testResizedPortPosition -- Time elapsed: 3.660 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnOval -- Time elapsed: 1.186 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnPackageTop -- Time elapsed: 1.105 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPosition -- Time elapsed: 3.678 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnCorner -- Time elapsed: 1.743 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testAssociationRoleMultiplicityPosition -- Time elapsed: 1.444 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testDependencyNamePosition -- Time elapsed: 1.413 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testIntRealizationNamePosition -- Time elapsed: 1.382 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testContextLinkNamePosition -- Time elapsed: 1.252 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleEClassRef -- Time elapsed: 3.740 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleEClassRef -- Time elapsed: 3.373 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyProfile -- Time elapsed: 3.542 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_MultiEClassRef -- Time elapsed: 3.170 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_SingleStereoRef -- Time elapsed: 2.980 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_SingleEClassRef -- Time elapsed: 3.193 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_MultiStereoRef -- Time elapsed: 3.084 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_MultiStereoRef -- Time elapsed: 3.213 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_SingleStereoRef -- Time elapsed: 2.983 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_SingleStereoRef -- Time elapsed: 2.994 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiEClassRef -- Time elapsed: 2.955 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_SingleEClassRef -- Time elapsed: 3.010 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_MultiEClassRef -- Time elapsed: 3.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_MultiStereoRef -- Time elapsed: 2.986 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_MultiEClassRef -- Time elapsed: 2.826 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_SingleEClassRef -- Time elapsed: 2.937 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_MultiStereoRef -- Time elapsed: 2.881 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyStereotypeOnSource -- Time elapsed: 2.662 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyStereotypeOnTarget -- Time elapsed: 2.744 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_SingleEClassRef -- Time elapsed: 2.875 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleStereoRef -- Time elapsed: 3.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleStereoRef -- Time elapsed: 3.101 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_MultiStereoRef -- Time elapsed: 2.827 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_SingleStereoRef -- Time elapsed: 2.734 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_MultiEClassRef -- Time elapsed: 2.836 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameEdge_MultiEClassRef -- Time elapsed: 2.813 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiStereoRef -- Time elapsed: 2.895 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest.testConnectionDecorationRegistry -- Time elapsed: 1.069 s
13:11:43 org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest.testEdgeDecoration -- Time elapsed: 1.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageIPackage -- Time elapsed: 1.936 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageSignal -- Time elapsed: 0.681 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageEnumeration -- Time elapsed: 0.719 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInterface -- Time elapsed: 0.994 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInformationItem -- Time elapsed: 0.621 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageTimeObservation -- Time elapsed: 0.901 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageDurationObservation -- Time elapsed: 0.686 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInstanceSpecification -- Time elapsed: 1.191 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageComment -- Time elapsed: 0.522 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageDataType -- Time elapsed: 0.810 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageConstraint -- Time elapsed: 0.508 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageClass -- Time elapsed: 0.721 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageModel -- Time elapsed: 0.697 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageComponent -- Time elapsed: 0.682 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManagePrimitiveType -- Time elapsed: 0.810 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageSignal -- Time elapsed: 1.506 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageEnumeration -- Time elapsed: 0.949 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInterface -- Time elapsed: 0.789 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInformationItem -- Time elapsed: 0.619 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInstanceSpecification -- Time elapsed: 0.806 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageComment -- Time elapsed: 0.534 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageDataType -- Time elapsed: 0.828 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageConstraint -- Time elapsed: 0.789 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageClass -- Time elapsed: 0.779 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageComponent -- Time elapsed: 0.911 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManagePrimitiveType -- Time elapsed: 0.708 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedDataType -- Time elapsed: 0.505 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManagePrimitiveTypeOperation -- Time elapsed: 0.146 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedSignal -- Time elapsed: 0.159 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedInterface -- Time elapsed: 0.269 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageEnumerationLiteralEnumeration -- Time elapsed: 0.120 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedDataType -- Time elapsed: 0.134 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedSignal -- Time elapsed: 0.140 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedEnumeration -- Time elapsed: 0.135 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceProperty -- Time elapsed: 0.164 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedEnumeration -- Time elapsed: 0.145 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedSignal -- Time elapsed: 0.140 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceReception -- Time elapsed: 0.200 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedClass -- Time elapsed: 0.152 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentReception -- Time elapsed: 0.139 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedPrimitiveType -- Time elapsed: 0.144 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentProperty -- Time elapsed: 0.148 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassProperty -- Time elapsed: 0.133 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManagePrimitiveTypeProperty -- Time elapsed: 0.134 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedPrimitiveType -- Time elapsed: 0.152 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassReception -- Time elapsed: 0.143 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedDataType -- Time elapsed: 0.144 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceOperation -- Time elapsed: 0.140 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedClass -- Time elapsed: 0.136 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentOperation -- Time elapsed: 0.156 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageSignalProperty -- Time elapsed: 0.115 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedInetrface -- Time elapsed: 0.152 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedPrimitiveType -- Time elapsed: 0.146 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedEnumeration -- Time elapsed: 0.157 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassOperation -- Time elapsed: 0.156 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedClass -- Time elapsed: 0.146 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedInterface -- Time elapsed: 0.151 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageSubstitution -- Time elapsed: 1.135 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageElementImport -- Time elapsed: 0.788 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageInterfaceRealization -- Time elapsed: 0.665 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageTemplateBinding -- Time elapsed: 0.975 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.531 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManagePackageImport -- Time elapsed: 0.712 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink.testToManageMultiDependency -- Time elapsed: 0.818 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink.testToManageMultiAssociation -- Time elapsed: 0.856 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContainmentLink.testToManageContainment -- Time elapsed: 0.558 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContextLink.testToManageContextLink -- Time elapsed: 0.619 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestDropfunction.testDropWithOrder -- Time elapsed: 0.602 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation.testStaticOperation -- Time elapsed: 0.496 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation.testStaticProperty -- Time elapsed: 0.443 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedDataType -- Time elapsed: 0.368 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedSignal -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedInterface -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageclassNestedEnumeration -- Time elapsed: 0.074 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedDataType -- Time elapsed: 0.074 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedSignal -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedEnumeration -- Time elapsed: 0.073 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedSignal -- Time elapsed: 0.077 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedClass -- Time elapsed: 0.082 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedPrimitiveType -- Time elapsed: 0.080 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedPrimitiveType -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedDataType -- Time elapsed: 0.074 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedClass -- Time elapsed: 0.073 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedInetrface -- Time elapsed: 0.073 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedPrimitiveType -- Time elapsed: 0.074 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedEnumeration -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedClass -- Time elapsed: 0.076 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedInterface -- Time elapsed: 0.077 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsProperty -- Time elapsed: 0.355 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsClass -- Time elapsed: 0.057 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testDataTypeVsProperty -- Time elapsed: 0.044 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testAssociationClassVsProperty -- Time elapsed: 0.077 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsOperation -- Time elapsed: 0.090 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testEnumerationVsEnumerationLiteral -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testDataTypeVsOperation -- Time elapsed: 0.044 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsPrimitiveType -- Time elapsed: 0.056 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsOperation -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsProperty -- Time elapsed: 0.054 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsDataType -- Time elapsed: 0.057 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsSignal -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsPrimitiveType -- Time elapsed: 0.057 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsEnumeration -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testPrimitiveTypeVsOperation -- Time elapsed: 0.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testAssociationClassVsOperation -- Time elapsed: 0.044 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsPrimitiveType -- Time elapsed: 0.103 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsProperty -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsDataType -- Time elapsed: 0.055 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsSignal -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsInterface -- Time elapsed: 0.062 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsEnumeration -- Time elapsed: 0.053 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsEnumeration -- Time elapsed: 0.052 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsReception -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsInterface -- Time elapsed: 0.058 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsDataType -- Time elapsed: 0.055 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsSignal -- Time elapsed: 0.052 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsReception -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsClass -- Time elapsed: 0.060 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsInterface -- Time elapsed: 0.058 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsReception -- Time elapsed: 0.047 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testSignalVsProperty -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsClass -- Time elapsed: 0.063 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsOperation -- Time elapsed: 0.054 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testPrimitiveTypeVsProperty -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceNestedCompartment -- Time elapsed: 0.323 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInPrimitiveTypeAttributeCompartment -- Time elapsed: 0.022 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceOperationCompartment -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInDataTypeAttributeCompartment -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInClassOperationCompartment -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceAttributeCompartment -- Time elapsed: 0.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceNestedCompartment -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInClassNestedCompartment -- Time elapsed: 0.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInClassAttributeCompartment -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInComponentOperationCompartment -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInPrimitiveTypeOperationCompartment -- Time elapsed: 0.023 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInComponentNestedCompartment -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInComponentAttributeCompartment -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInClassNestedCompartment -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInDataTypeOperationCompartment -- Time elapsed: 0.023 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInComponentNestedCompartment -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.370 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.068 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.067 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInComponentDropFromModelExplorer -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInInterfaceDropFromModelExplorer -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropDataType2PropertyAttributeCompartment -- Time elapsed: 0.044 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSignal2PropertyAttributeCompartment -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.056 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInComponentDropFromModelExplorer -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.064 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.076 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInSignalDropFromModelExplorer -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInDataTypeDropFromModelExplorer -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInClassDropFromModelExplorer -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropClass2OperationCompartment -- Time elapsed: 0.052 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2OperationCompartment -- Time elapsed: 0.051 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.058 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropClass2PropertyAttributeCompartment -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropPrimitiveType2AttributeCompartment -- Time elapsed: 0.046 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.064 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.064 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropComponent2OperationCompartment -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2PropertyAttributeCompartment -- Time elapsed: 0.051 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInClassDropFromModelExplorer -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.072 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.057 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.067 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropPrimitiveType2OperationCompartment -- Time elapsed: 0.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.067 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInPrimitiveTypeDropFromModelExplorer -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInPrimitiveTypeDropFromModelExplorer -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropDataType2OperationCompartment -- Time elapsed: 0.043 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.066 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropComponent2PropertyAttributeCompartment -- Time elapsed: 0.051 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInDataTypeDropFromModelExplorer -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.073 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInInterfaceDropFromModelExplorer -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageIPackage -- Time elapsed: 0.436 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageSignal -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageEnumeration -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInterface -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInformationItem -- Time elapsed: 0.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageTimeObservation -- Time elapsed: 0.043 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageDurationObservation -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInstanceSpecification -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageComment -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageDataType -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageConstraint -- Time elapsed: 3.760 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageClass -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageModel -- Time elapsed: 0.046 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageComponent -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManagePrimitiveType -- Time elapsed: 0.047 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationClass.testManageAssociationClass -- Time elapsed: 1.582 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfcaeVsComponent -- Time elapsed: 0.355 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfacetVsClass -- Time elapsed: 0.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClassVsInterface -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsClass -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClasstVsClass -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsInterface -- Time elapsed: 0.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfaceVsInterface -- Time elapsed: 0.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClassVsComponent -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsComponent -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic.testAssociationLinkReorient -- Time elapsed: 0.421 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic.testAssociationLink -- Time elapsed: 0.068 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramInstanceSpecification.testInstanceSpecification -- Time elapsed: 0.541 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageSignal -- Time elapsed: 0.329 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageEnumeration -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageInterface -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageDataType -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageClass -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageComponent -- Time elapsed: 0.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManagePrimitiveType -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagram.testToManageClassDiagram -- Time elapsed: 0.398 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest.testOpening24PackageModel -- Time elapsed: 0.505 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest.testOpening24PackageDiagram -- Time elapsed: 0.582 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug382954_InstanceSpecificationLink.testLinkCreation -- Time elapsed: 0.063 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest.testCopyConstraintInClassDiagram -- Time elapsed: 2.676 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest.testCopyConstraintInClassDiagramWithClass -- Time elapsed: 1.885 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest.testMoveOneLiteral -- Time elapsed: 1.000 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest.testMoveTwoLiterals -- Time elapsed: 1.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest.testPropertyReference -- Time elapsed: 1.054 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest.testMoveGeneralization -- Time elapsed: 1.123 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest.testAllContentsNoInheritance -- Time elapsed: 1.607 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest.testAllContentsToChild -- Time elapsed: 1.552 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationNotInverted -- Time elapsed: 0.441 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationAfterReorientSource -- Time elapsed: 0.157 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationAfterReorientTarget -- Time elapsed: 0.145 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.resources.ClassPaletteTest.checkPaletteIds -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.047 s
13:11:43 org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.130 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageAddVariableValueAction -- Time elapsed: 2.353 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDestroyObjectAction -- Time elapsed: 0.930 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDecisionNode -- Time elapsed: 1.106 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadStructuralFeatureAction -- Time elapsed: 1.857 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageInitialNode -- Time elapsed: 1.005 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageValueSpecificationAction -- Time elapsed: 1.189 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageCentralBufferNode -- Time elapsed: 0.969 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageSequenceNode -- Time elapsed: 0.937 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageOpaqueAction -- Time elapsed: 0.943 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageConditionalNode -- Time elapsed: 0.980 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadSelfAction -- Time elapsed: 0.913 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageActivityPartition -- Time elapsed: 0.934 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageForkNode -- Time elapsed: 0.969 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageMergeNode -- Time elapsed: 1.057 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageCreateObjectAction -- Time elapsed: 1.094 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageExpansionRegion -- Time elapsed: 0.924 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageFlowFinalNode -- Time elapsed: 1.323 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDataStoreNode -- Time elapsed: 0.690 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadVariableAction -- Time elapsed: 0.986 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageloopNode -- Time elapsed: 1.575 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageSendObjectAction -- Time elapsed: 0.982 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageActivityFinalNode -- Time elapsed: 1.826 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageAcceptEventAction -- Time elapsed: 1.545 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageJoinNode -- Time elapsed: 0.980 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageBroadCastSignalAction -- Time elapsed: 0.967 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageStructuredActivity -- Time elapsed: 0.909 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityChildNodeInStructuredActivity skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToSequenceNode -- Time elapsed: 0.419 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToConditionalNode -- Time elapsed: 0.073 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToStructuredNode -- Time elapsed: 0.070 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToConditionalNode -- Time elapsed: 0.047 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToStructuredNode -- Time elapsed: 0.065 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromLoopNodeToActivity -- Time elapsed: 0.058 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToExpansionRegionNode -- Time elapsed: 0.062 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromConditionalNodeToActivity -- Time elapsed: 0.054 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToLoopNode -- Time elapsed: 0.072 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromSequenceNodeToActivity -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToConditionalNode -- Time elapsed: 0.071 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToActivity -- Time elapsed: 0.051 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToExpansionRegion -- Time elapsed: 0.090 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromStructuredNodeToActivity -- Time elapsed: 0.055 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToLoop -- Time elapsed: 0.059 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToLoopNode -- Time elapsed: 0.068 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.BeetwenNonContainmentActivityGroup -- Time elapsed: 0.082 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToExpansionRegionNode -- Time elapsed: 0.070 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToActivity -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToInteruptibleActivtyRegion -- Time elapsed: 0.072 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToActivityPartion -- Time elapsed: 0.068 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToStructuredNode -- Time elapsed: 0.062 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromExpansionRegionToActivity -- Time elapsed: 0.053 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToSequenceNode -- Time elapsed: 0.064 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToActivityPartition -- Time elapsed: 0.052 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToInterruptibleActivityRegion -- Time elapsed: 0.059 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToSequenceNode -- Time elapsed: 0.054 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestDropObjects.testExpansionNodeInExpansionRegionCompartment -- Time elapsed: 0.551 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestCommentLink.testToCreateCommentLink -- Time elapsed: 0.382 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInClearStructuralFeatureAction -- Time elapsed: 0.373 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInReadLinkAction -- Time elapsed: 0.069 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.034 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureStructuredActivityNodeInActivity -- Time elapsed: 0.016 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureConditionalNodeInActivity -- Time elapsed: 0.016 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsFirstInInsertAtTestIdentityAction -- Time elapsed: 0.060 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInTestIdentityAction -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.045 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.111 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionNodeAsOutInExpansionRegion -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsCollectionInReduceAction -- Time elapsed: 0.052 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.068 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadStructuralFeatureAction -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsTargetInSendObjectAction -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInExpansionRegion -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsRequestInSendObjectAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.086 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInCreateLinkAction -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsSecondInTestIdentityAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsRequestInSendObjectAction -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInDestroyLinkAction -- Time elapsed: 0.052 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureInitialNodeActionActionInActivity -- Time elapsed: 0.023 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReclassifyObjectAction -- Time elapsed: 0.059 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInReadLinkAction -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.102 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReclassifyObjectAction -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadIsClassifiedObjectAction -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureAcceptEventActionInLoopNode -- Time elapsed: 0.070 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsLoopVariableInLoopNode -- Time elapsed: 0.047 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsCollectionInReduceAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInOpaqueAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testResetInRegionWhenResizeGraphicalRepresentationElements -- Time elapsed: 0.047 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsTargetInSendObjectAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReclassifyObjectAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsLoopVariableInputInLoopNode -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureSequenceNodeInActivity -- Time elapsed: 0.023 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadLinkAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsTargetInDestroyObjectAction -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionRegonInStructuredActivityNode -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReduceAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadExtentAction -- Time elapsed: 0.045 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureActivityInActivity -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInSequenceNode -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsValueInAddVariableValueAction -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInOpaqueAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInReadLinkAction -- Time elapsed: 0.034 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionNodeAsInInExpansionRegion -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsLoopVariableInputInLoopNode -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionRegionInActivity -- Time elapsed: 0.018 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInClearAssociationAction -- Time elapsed: 0.052 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsTargetInDestroyObjectAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInDestroyLinkAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadVariableAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInClearAssociationAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsSecondInTestIdentityAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.055 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.034 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInCreateLinkAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInDestroyLinkAction -- Time elapsed: 0.041 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsLoopVariableInputInLoopNode -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsResultInLoopNode -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInClearAssociationAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsTargetInDestroyObjectAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsCollectionInReduceAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsTargetInSendObjectAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsOutputValueInOpaqueAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInStartObjectBehaviorAction -- Time elapsed: 0.034 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInAddStructuralFeatureValueAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInConditionalNode -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureCreateLinkActionInActivity -- Time elapsed: 0.019 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsFirstInTestIdentityAction -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureOpaqueActionActionInActivity -- Time elapsed: 0.018 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsRequestInSendObjectAction -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInCreateLinkAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsValueInAddVariableValueAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInStructuredActivityNode -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsSecondInTestIdentityAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureLoopNodeInActivity -- Time elapsed: 0.019 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureDecisionNodeInConditionalNode -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInOpaqueAction -- Time elapsed: 0.034 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsFirstInTestIdentityAction -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testResetInPartitionWhenResizeGraphicalRepresentationElements -- Time elapsed: 0.096 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureTestIdentityActionInActivity -- Time elapsed: 0.019 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsValueInAddVariableValueAction -- Time elapsed: 0.034 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateControlFlowLinkInStructuredActivityNode -- Time elapsed: 0.421 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromPinToPin -- Time elapsed: 0.159 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testControlFlowLinkReorient -- Time elapsed: 0.157 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateControlFlowLink -- Time elapsed: 0.053 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromOutpinPinInStructuredActivityNodeToOutputPin -- Time elapsed: 0.074 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromOutputPinInStructuredActivityNodeToOutputPin -- Time elapsed: 0.127 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromInputPinInStructuredActivityNodeToInputPin -- Time elapsed: 0.107 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromInputPinInStructuredActivityNodeToInputPin -- Time elapsed: 0.083 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorient -- Time elapsed: 0.103 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testNoExecutableNodeFlowLink -- Time elapsed: 0.079 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromPinToAction -- Time elapsed: 0.084 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.383 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateForkNodeInLoopNode -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.017 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestItemProviderCommand.testItemProviderCommandUndo -- Time elapsed: 0.367 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent -- Time elapsed: 0.068 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent_OperationChange -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testAdviceForAcceptCallActionExists -- Time elapsed: 0.059 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_ChangeEvent -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent -- Time elapsed: 0.073 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_ToIsUnmarshallTrue -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_MixedEvents -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_MultipleTrigger_MixedEvents -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_NoCommonAncestor -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent -- Time elapsed: 0.046 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_SignalEvent -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_TimeEvent -- Time elapsed: 0.054 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_CommonAncestor -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_TimeEvent -- Time elapsed: 0.043 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testAdviceForAcceptEventActionExists -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_TimeEvent -- Time elapsed: 0.043 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent_SignalChange -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_MultipleTrigger_SignalEvent_CommonAncestor -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_changePropertyStructuralFeatureType -- Time elapsed: 0.041 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature -- Time elapsed: 0.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testAdviceForAddStructuraFeatureActionExists -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PortStructuralFeature -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_changePortStructuralFeatureType -- Time elapsed: 0.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_To_BehaviorWithParameters -- Time elapsed: 0.045 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testAdviceForCallBehaviorActionExists -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testPinDerivation_NoOperation_To_OperationWithParameters -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testAdviceForCallOperationActionExists -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testPinDerivation_OperationWithParameters_To_OperationWithParameters -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testAdviceForCreateLinkActionExists -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndCreationData -- Time elapsed: 0.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndDataWithValuePin -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_ModificationLinkEndCreationData -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testPinDerivation_NoClassifier_ToClassClassifier -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testPinDerivation_NoClassifier_ToActivityClassifier -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testAdviceForCreateObjectActionExists -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndDestructionData -- Time elapsed: 0.034 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testAdviceForDestroyLinkActionExists -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndDataWithValuePin -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_ModificationLinkEndDestructionData -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationLinkEndData_OpenEnd -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndData -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndData -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testAdviceForReadLinkActionExists -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationLinkEndData_NotOpenEnd -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityInRootElement -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityOwnedBeahaviour -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityAsClassifierBehaviour -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityNestedClassifer -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivitySpecifiedOperation -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testAdviceForReadSelfActionExists -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_changePropertyStructuralFeatureType -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testAdviceForCallOperationActionExists -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PortStructuralFeature -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_changePortStructuralFeatureType -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testPinDerivation_SignalWithAttributes_To_SignalWithAttributes -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testAdviceForSendSignalActionExists -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testPinDerivation_NoSignal_ToSignalWithAttributes -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation.testAdviceForStartClassifierBehaviorActionExists -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation.testPinDerivation_StartClassifierBehaviorAction -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters_Synchronous -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testAdviceForStartObjectBehaviorActionExists -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters_Asynchronous -- Time elapsed: 0.054 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_AddParameter_Synchronous -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_To_OtherBehaviorWithParameters_Synchronous -- Time elapsed: 0.063 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_ChangeParameter_Synchronous -- Time elapsed: 0.033 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation.testAdviceForTestIdentityActionExists -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation.testPinDerivation_Creation -- Time elapsed: 0.064 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralStringValue -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testAdviceForValueSpecificationActionExists -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralUnlimitedNaturalValue -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToInstanceSpecificationValueSingleClassifier -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralRealValue -- Time elapsed: 0.208 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralEnumerationValue -- Time elapsed: 0.044 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralBooleanValue -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralIntegerValue -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionRegionBadCreateCommand -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionNodeCreateCommand -- Time elapsed: 0.002 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionRegionContainmentChildCreateCommand -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testAlienCreationRequest -- Time elapsed: 0.007 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testMixedElementTypesCreationRequest -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testExpansionNodeCreationRequest -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.005 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageIPackage -- Time elapsed: 1.373 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageComment -- Time elapsed: 0.373 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageExecutionEnvironment -- Time elapsed: 0.756 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageConstraint -- Time elapsed: 0.456 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageModel -- Time elapsed: 0.501 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageNode -- Time elapsed: 0.623 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageArtifact -- Time elapsed: 0.648 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageDevice -- Time elapsed: 0.473 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToExecutionEnvironment -- Time elapsed: 1.358 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToPackage -- Time elapsed: 0.651 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToModel -- Time elapsed: 0.606 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManagePackage -- Time elapsed: 0.827 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToConstraint -- Time elapsed: 0.551 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToArtifact3 -- Time elapsed: 0.527 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToComment -- Time elapsed: 0.520 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageComment -- Time elapsed: 0.573 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageExecutionEnvironment -- Time elapsed: 0.584 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageConstraint -- Time elapsed: 0.549 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageModel -- Time elapsed: 0.581 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageNode -- Time elapsed: 0.604 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToNode -- Time elapsed: 0.574 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageArtifact -- Time elapsed: 0.542 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageDevice -- Time elapsed: 0.696 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToArtifact -- Time elapsed: 1.252 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToExecutionEnvironment -- Time elapsed: 0.504 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToDevice -- Time elapsed: 0.607 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToNode -- Time elapsed: 0.510 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testToManageDeployment -- Time elapsed: 0.456 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableArtifactArtifactDeployment -- Time elapsed: 0.058 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableNodeArtifactDeployment -- Time elapsed: 0.051 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableNodeNodeDeployment -- Time elapsed: 0.047 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 1.010 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramCommentLink.testToManageComment -- Time elapsed: 0.469 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramConstraintLink.testToManageConstraint -- Time elapsed: 0.438 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramManifestationLink.testToManageManifestation -- Time elapsed: 0.484 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInModelCN -- Time elapsed: 0.359 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInPackageCN -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInDevice -- Time elapsed: 0.023 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInModel -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInPackageCN -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInPackage -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInModelCN -- Time elapsed: 0.041 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInModel -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInModelCN -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInModelCN -- Time elapsed: 0.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInPackage -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNode -- Time elapsed: 0.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInPackage -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInArtifactCN -- Time elapsed: 0.054 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInDevice -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInExecEnvir -- Time elapsed: 0.031 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNestedNodeCN -- Time elapsed: 0.043 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedDeviceCN -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInDevice -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInModel -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNestedDeviceCN -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInPackageCN -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInModelCN -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInDevice -- Time elapsed: 0.032 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNestedNodeCN -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInModel -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInPackage -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInModelCN -- Time elapsed: 0.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNode -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedNodeCN -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInModel -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInPackageCN -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInPackage -- Time elapsed: 0.029 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInPackage -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedExecEnvirCN -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInModelCN -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNestedDeviceCN -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInPackage -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInModel -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInModelCN -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInPackageCN -- Time elapsed: 0.039 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInExecEnvir -- Time elapsed: 0.026 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNode -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInModel -- Time elapsed: 0.030 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNestedExecEnvirCN -- Time elapsed: 0.046 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNode -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInArtifactACN -- Time elapsed: 0.048 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInPackageCN -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInPackageCN -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNestedNodeCN -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInModel -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInPackage -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManagePackage -- Time elapsed: 1.246 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageInterface -- Time elapsed: 0.960 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageComment -- Time elapsed: 0.326 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageConstraint -- Time elapsed: 0.598 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageModel -- Time elapsed: 0.554 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageComponent -- Time elapsed: 0.575 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManagePackage -- Time elapsed: 1.959 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageInterface -- Time elapsed: 0.524 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageComment -- Time elapsed: 0.544 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageConstraint -- Time elapsed: 0.743 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageModel -- Time elapsed: 0.562 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageComponent -- Time elapsed: 0.799 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode.testToManagePropertyPart -- Time elapsed: 1.288 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode.testToManagePort -- Time elapsed: 0.734 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageProperty -- Time elapsed: 0.400 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageReception -- Time elapsed: 0.107 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageOperation -- Time elapsed: 0.118 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceAbstraction -- Time elapsed: 1.041 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceUsage -- Time elapsed: 0.663 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceDependency -- Time elapsed: 0.671 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceManifestation -- Time elapsed: 0.565 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.931 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramCommentLink.testToManageComment -- Time elapsed: 0.395 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConstraintLink.testToManageConstraint -- Time elapsed: 0.398 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsProperty -- Time elapsed: 0.354 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsOperation -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsReception -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceOperationCompartment -- Time elapsed: 0.310 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceAttributeCompartment -- Time elapsed: 0.020 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testReceptionInInterfaceAttributeCompartment -- Time elapsed: 0.020 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInInterfaceDropFromModelExplorer -- Time elapsed: 0.314 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2OperationCompartment -- Time elapsed: 0.038 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2PropertyAttributeCompartment -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInInterfaceDropFromModelExplorer -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector.testToManagePropertyPortConnection -- Time elapsed: 4.119 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortAbstraction -- Time elapsed: 0.920 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortUsage -- Time elapsed: 0.460 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortConnector -- Time elapsed: 0.063 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortGeneralization -- Time elapsed: 0.064 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation.testComponentPortLocation -- Time elapsed: 0.372 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation.testComponentPartPortLocation -- Time elapsed: 0.084 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector.testToManagePropertyPortConnection -- Time elapsed: 4.157 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testHideAndDropChildComponentToComponent -- Time elapsed: 0.372 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testDropChildComponentFromComponentToDiagram -- Time elapsed: 0.045 s
13:11:43 org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testHideChild_DropToDiagram_DropToParentComponent -- Time elapsed: 0.070 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testCreateThreeInteractions -- Time elapsed: 0.859 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testDeleteInteraction -- Time elapsed: 0.725 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testCreateInteraction -- Time elapsed: 0.669 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testHideInteraction -- Time elapsed: 0.673 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testDropInteraction -- Time elapsed: 0.682 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testDropLifeline -- Time elapsed: 0.780 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testHideLifeline -- Time elapsed: 0.679 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testCellEditorLocator -- Time elapsed: 0.651 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testCreateLifeline -- Time elapsed: 0.644 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.create3LifelinesTest -- Time elapsed: 0.711 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testDeleteLifeline -- Time elapsed: 0.663 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testDropLifeline -- Time elapsed: 0.783 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testHideLifeline -- Time elapsed: 0.678 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testCellEditorLocator -- Time elapsed: 0.663 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testCreateLifeline -- Time elapsed: 0.682 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.create3LifelinesTest -- Time elapsed: 0.712 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testDeleteLifeline -- Time elapsed: 0.731 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant.testDeleteStateInvariants -- Time elapsed: 2.734 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant.testHideStateInvariants -- Time elapsed: 2.910 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant.testCannotDeleteLastStateInvariant -- Time elapsed: 0.740 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant.testCannotHideLastStateInvariant -- Time elapsed: 1.020 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testDeleteOccurrenceSpecification -- Time elapsed: 1.514 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testModelWithThreeOccurrenceSpecifications -- Time elapsed: 1.737 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testFullUndoRedo -- Time elapsed: 1.590 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testCreateOccurrenceSpecificationWithDoubleClick -- Time elapsed: 1.421 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification.testFullUndoRedo -- Time elapsed: 1.516 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification.testCreateOccurrenceSpecificationWithDoubleClick -- Time elapsed: 0.720 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testDeleteStateDefinition -- Time elapsed: 0.699 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testCreateStateDefinition -- Time elapsed: 0.655 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testCreateMultipleStateDefinitions -- Time elapsed: 0.682 s
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifelineLayout skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages skipped
13:11:43 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages skipped
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectStateMachine -- Time elapsed: 0.497 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectOpaqueBehavior -- Time elapsed: 0.142 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManagePackage -- Time elapsed: 0.120 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectActivity -- Time elapsed: 0.152 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectArtifact -- Time elapsed: 0.148 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectComponent -- Time elapsed: 0.147 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDevice -- Time elapsed: 0.147 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageComment -- Time elapsed: 0.117 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectStereotype -- Time elapsed: 0.158 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInformationItem -- Time elapsed: 0.147 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectExecutionEnvironment -- Time elapsed: 0.152 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectProtocolStateMachine -- Time elapsed: 0.169 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectActor -- Time elapsed: 0.251 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectClass -- Time elapsed: 0.157 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectCollaboration -- Time elapsed: 0.167 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectSignal -- Time elapsed: 0.150 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectNode -- Time elapsed: 0.154 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageConstraint -- Time elapsed: 0.140 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectUsecase -- Time elapsed: 0.191 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectEnumeration -- Time elapsed: 0.170 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageActor -- Time elapsed: 0.279 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInterface -- Time elapsed: 0.175 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectPrimitiveType -- Time elapsed: 0.152 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectFunctionBehavior -- Time elapsed: 0.163 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInteraction -- Time elapsed: 0.160 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDeployementSpecification -- Time elapsed: 0.173 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDatatype -- Time elapsed: 0.153 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManagePackage -- Time elapsed: 1.668 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageUseCase -- Time elapsed: 0.666 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageComment -- Time elapsed: 0.547 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageConstraint -- Time elapsed: 0.577 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageActor -- Time elapsed: 0.759 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageComponent -- Time elapsed: 0.882 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageDependencyUseCase_Actor -- Time elapsed: 1.023 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageRealization -- Time elapsed: 0.508 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAssociationUseCase_Actor -- Time elapsed: 0.479 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAbstraction -- Time elapsed: 0.435 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageUsage -- Time elapsed: 0.536 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageDependency -- Time elapsed: 0.524 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAssociationUseCase_UseCase -- Time elapsed: 0.552 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageExtend -- Time elapsed: 0.893 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManagePackageMerge -- Time elapsed: 0.444 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageInclude -- Time elapsed: 0.533 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.277 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManagePackageImport -- Time elapsed: 0.648 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.005 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest.moveUseCaseWithinSubject -- Time elapsed: 1.264 s
13:11:43 org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest.moveUseCaseIntoSubject -- Time elapsed: 2.007 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageActivitySubstitution -- Time elapsed: 1.014 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageCollaborationSubstitution -- Time elapsed: 0.714 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToSubstitution -- Time elapsed: 0.254 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testClassToCollaborationGeneralization -- Time elapsed: 0.640 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageClassSubstitution -- Time elapsed: 0.259 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testCollaborationToClassGeneralization -- Time elapsed: 0.497 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageStateMachineSubstitution -- Time elapsed: 0.566 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.464 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToInterfaceRealization -- Time elapsed: 0.502 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortAbstraction -- Time elapsed: 0.940 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortUsage -- Time elapsed: 0.505 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortConnector -- Time elapsed: 0.610 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortGeneralization -- Time elapsed: 0.049 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortAbstraction -- Time elapsed: 0.867 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortUsage -- Time elapsed: 0.562 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortConnector -- Time elapsed: 0.057 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortGeneralization -- Time elapsed: 0.059 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationObservation -- Time elapsed: 1.104 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToArtifact -- Time elapsed: 0.438 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToExecutionEnvironment -- Time elapsed: 0.501 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToProtocolStateMachine -- Time elapsed: 0.474 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToEnumeration -- Time elapsed: 0.458 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToActor -- Time elapsed: 0.404 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToClass -- Time elapsed: 0.599 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralNull -- Time elapsed: 0.448 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDevice -- Time elapsed: 0.438 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralInteger -- Time elapsed: 0.404 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInteraction -- Time elapsed: 0.430 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralString -- Time elapsed: 0.496 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeEvent -- Time elapsed: 0.389 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToConstraint -- Time elapsed: 0.392 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeInterval -- Time elapsed: 0.410 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToUseCase -- Time elapsed: 0.390 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToOpaqueExpression -- Time elapsed: 0.436 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToStateMachine -- Time elapsed: 0.428 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToSignal -- Time elapsed: 0.326 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInterface -- Time elapsed: 0.499 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToIntervalConstraint -- Time elapsed: 0.416 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDeploymentSpecification -- Time elapsed: 0.413 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToChangeEvent -- Time elapsed: 0.409 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInteractionConstraint -- Time elapsed: 0.430 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralUnlimitedNatural -- Time elapsed: 0.419 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInformationItem -- Time elapsed: 0.426 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToCollaboration -- Time elapsed: 0.518 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationInterval -- Time elapsed: 0.385 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeExpression -- Time elapsed: 0.547 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeObservation -- Time elapsed: 0.459 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInterval -- Time elapsed: 0.405 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToComment -- Time elapsed: 0.383 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToPrimitiveType -- Time elapsed: 0.424 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToOpaqueBehavior -- Time elapsed: 0.463 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToStringExpression -- Time elapsed: 0.431 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralBoolean -- Time elapsed: 0.408 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToFunctionBehavior -- Time elapsed: 0.406 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDataType -- Time elapsed: 0.523 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationConstraint -- Time elapsed: 0.473 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToAnyReceiveEvent -- Time elapsed: 0.654 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeConstraint -- Time elapsed: 0.426 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToExpression -- Time elapsed: 0.420 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDuration -- Time elapsed: 0.419 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToComponent -- Time elapsed: 0.392 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToSignalEvent -- Time elapsed: 0.529 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToNode -- Time elapsed: 0.467 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToActivity -- Time elapsed: 0.382 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToCallEvent -- Time elapsed: 0.429 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInstanceValue -- Time elapsed: 0.440 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToProperty -- Time elapsed: 1.314 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToConstraint -- Time elapsed: 0.815 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToComment -- Time elapsed: 0.529 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToPort -- Time elapsed: 0.607 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToCollaborationUse -- Time elapsed: 0.545 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramActivityChildNode.testToParameter -- Time elapsed: 3.057 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationUsage -- Time elapsed: 0.947 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToUsage -- Time elapsed: 0.467 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassRealization -- Time elapsed: 0.487 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassDependency -- Time elapsed: 0.488 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineRealization -- Time elapsed: 0.637 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityUsage -- Time elapsed: 0.287 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityAbstraction -- Time elapsed: 0.516 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityDependency -- Time elapsed: 0.511 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationAbstraction -- Time elapsed: 0.544 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineUsage -- Time elapsed: 0.539 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManifestation -- Time elapsed: 0.451 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToAbstraction -- Time elapsed: 0.490 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationDependency -- Time elapsed: 0.539 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassUsage -- Time elapsed: 0.495 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineDependency -- Time elapsed: 0.544 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityRealization -- Time elapsed: 0.525 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassAbstraction -- Time elapsed: 0.548 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineAbstraction -- Time elapsed: 0.556 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationRealization -- Time elapsed: 0.551 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToRealization -- Time elapsed: 0.505 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testClassPartPortLocation -- Time elapsed: 0.370 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testProtocolStateMachinePortLocation -- Time elapsed: 0.065 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testClassPortLocation -- Time elapsed: 0.061 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testInteractionItemPortLocation -- Time elapsed: 0.062 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testActivityPortLocation -- Time elapsed: 0.003 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testStateMachinePortLocation -- Time elapsed: 0.065 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramDropOntoChildNode.dropAssociationOntoPart_bug470823 -- Time elapsed: 0.325 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.028 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramElementTypeConfigurationTest.validateCompositeDiagramElementTypeConfigurationModel -- Time elapsed: 0.017 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramGmfGenTest.validateCompositeDiagramGmfGenModel -- Time elapsed: 1.896 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.tests.copyPaste.ConstraintCopyPasteTest.testCopyConstraintFromClassToClass -- Time elapsed: 1.464 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.013 s
13:11:43 org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[2] -- Time elapsed: 0.923 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate1100 -- Time elapsed: 1.249 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate8000 -- Time elapsed: 0.621 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate9000 -- Time elapsed: 0.566 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToState -- Time elapsed: 0.664 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate10000 -- Time elapsed: 0.579 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate12000 -- Time elapsed: 0.623 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate13000 -- Time elapsed: 0.649 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate14000 -- Time elapsed: 0.652 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate15000 -- Time elapsed: 0.649 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToFinalState -- Time elapsed: 0.661 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstainedElementLink -- Time elapsed: 0.336 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToCreateCommentLink -- Time elapsed: 0.040 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstraintConstrainedElementLinkCannotBeStarted -- Time elapsed: 0.075 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testCommentLinkCannotBeStarted -- Time elapsed: 0.082 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientCommentLink -- Time elapsed: 0.059 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientConstraintContextLink -- Time elapsed: 0.074 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testContextElementLink -- Time elapsed: 0.043 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientConstraintConstrainedElementLink -- Time elapsed: 0.064 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstraintContextLinkCannotBeStarted -- Time elapsed: 0.069 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkReorient -- Time elapsed: 0.392 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testEntryPointTransitionLink -- Time elapsed: 0.096 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testExitPointTransitionLink -- Time elapsed: 0.123 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkWithSameSourceAndTarget -- Time elapsed: 0.037 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkCannotBeStarted -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLink -- Time elapsed: 0.052 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInState -- Time elapsed: 0.319 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateForkInRegion -- Time elapsed: 0.015 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testStateInRegion -- Time elapsed: 0.020 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testFinalStateInRegino -- Time elapsed: 0.021 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateExitPointKind -- Time elapsed: 0.016 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoEntryPointInRegion -- Time elapsed: 0.022 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInStateMachine -- Time elapsed: 0.016 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateShallowHistoryKind -- Time elapsed: 0.020 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateTerminateInRegion -- Time elapsed: 0.021 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJoinKind -- Time elapsed: 0.015 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJoinInRegion -- Time elapsed: 0.016 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateChoiseKind -- Time elapsed: 0.021 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJunctionInRegion -- Time elapsed: 0.021 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoExitPointInRegion -- Time elapsed: 0.021 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testEntryPointJunctionKind -- Time elapsed: 0.016 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConnectionPointReferenceInStateWithoutSubmachine -- Time elapsed: 0.022 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateInitialKind -- Time elapsed: 0.022 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateTerminateKind -- Time elapsed: 0.021 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInStateCompartment -- Time elapsed: 0.036 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInRegion -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateChoiseInRegion -- Time elapsed: 0.022 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateForkKind -- Time elapsed: 0.017 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testDeferrableTriggerInState -- Time elapsed: 0.041 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateDeepHistoryKind -- Time elapsed: 0.024 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoEntryPointInStateMachine -- Time elapsed: 0.019 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testCommentInRegion -- Time elapsed: 0.014 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateShallowHistoryInRegion -- Time elapsed: 0.023 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJunctionKind -- Time elapsed: 0.021 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConnectionPointReferenceInState -- Time elapsed: 0.081 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateInitialInRegion -- Time elapsed: 0.022 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoExitPointInStateMachine -- Time elapsed: 0.020 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateDeepHistoryInRegion -- Time elapsed: 0.023 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConstraintInRegion -- Time elapsed: 0.016 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode.testStateMachineResizeHeight -- Time elapsed: 0.317 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode.testStateMachineResizeWidth -- Time elapsed: 0.021 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineContextLink.testToManageContextLink -- Time elapsed: 0.517 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.statemachine.custom.helpers.tests.ZoneTest.deleteDiagramWithEmptyZoneAnnotation_bug468207 -- Time elapsed: 2.252 s
13:11:43 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToConstraint -- Time elapsed: 1.349 s
13:11:43 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToComment -- Time elapsed: 0.795 s
13:11:43 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToLifeline -- Time elapsed: 1.102 s
13:11:43 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.003 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest.testDefineNestedProfileWithDependencies -- Time elapsed: 0.508 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest.testDefineSimpleProfile -- Time elapsed: 0.535 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManagePackage -- Time elapsed: 1.053 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageProfile -- Time elapsed: 0.603 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageDataType -- Time elapsed: 0.603 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageClass -- Time elapsed: 0.464 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageStereoType -- Time elapsed: 0.696 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageStereoTypeInPackage -- Time elapsed: 1.758 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageStereoTypeInProfile -- Time elapsed: 0.705 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageClassInPackage -- Time elapsed: 0.637 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageClassInProfile -- Time elapsed: 0.596 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManagePackageInPackage -- Time elapsed: 0.547 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageProfileInPackage -- Time elapsed: 0.583 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManagePackageInProfile -- Time elapsed: 0.703 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageProfileInProfile -- Time elapsed: 0.555 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageDatatypeInPackage -- Time elapsed: 0.633 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageDatatypeInProfile -- Time elapsed: 0.625 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink.testToManageAssociationWithoutMulti -- Time elapsed: 1.112 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestImportMetaClass.testImportMetaClass -- Time elapsed: 2.282 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramExtension.testDestroyExtensionProperty -- Time elapsed: 1.323 s
13:11:43 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramContextLink.testToManageContextLink -- Time elapsed: 0.539 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestInteractionAffixedChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageActionExecution -- Time elapsed: 0.928 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageDurationConstraint -- Time elapsed: 0.240 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageBehaviorExecution -- Time elapsed: 0.208 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageStateInvariant -- Time elapsed: 0.153 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode.testToManageContinuation -- Time elapsed: 0.453 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testConsiderIgnoreFragment -- Time elapsed: 0.325 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testCombinedFragmentContinuation -- Time elapsed: 0.697 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testCombinedFragment -- Time elapsed: 0.062 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperand_364701.testOperandAddDelete -- Time elapsed: 0.443 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828.testMessageSync -- Time elapsed: 0.480 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedCombinedFragment_364795 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestAdvancedDragDrop_364696 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808.testEditLoop -- Time elapsed: 0.359 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808.testEditText -- Time elapsed: 0.050 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteractionOperand -- Time elapsed: 4.818 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteractionFragmentInOperand -- Time elapsed: 4.042 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteNotOnlyInteractionOperand -- Time elapsed: 3.911 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOnLifeline_533671 -- Time elapsed: 3.608 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragDoesNotMoveExistingFragments_533679 -- Time elapsed: 3.311 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.noCreateOperandOnLifelineWithoutCFrag_533672 -- Time elapsed: 0.982 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteCombinedFragment -- Time elapsed: 3.591 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.defaultInteractionOperand_533673 -- Time elapsed: 3.423 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteAllInteractionOperands -- Time elapsed: 3.530 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.validateCreatedInteractionOperand_533676 -- Time elapsed: 3.206 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteOnlyInteractionOperand -- Time elapsed: 3.536 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOverHalfMessage_533675 -- Time elapsed: 2.946 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.attemptToMoveOperandGuard_533699 -- Time elapsed: 3.086 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createOperandOnLifeline_533672 -- Time elapsed: 3.458 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragEnclosedFragments_533679 -- Time elapsed: 3.307 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteCombinedFragmentMultipleOperands_533681 -- Time elapsed: 3.526 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragInCFrag_533675 -- Time elapsed: 3.411 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.attemptToResizeOperandGuard_533699 -- Time elapsed: 3.012 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragInFreeSpace_533675 -- Time elapsed: 3.018 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOverLifelines_533671 -- Time elapsed: 3.278 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createOperandOverLifelines_533672 -- Time elapsed: 3.485 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteraction -- Time elapsed: 3.607 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeOperand -- Time elapsed: 2.079 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeFragmentNW -- Time elapsed: 1.081 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeFragmentSE -- Time elapsed: 1.080 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testCreateOperand -- Time elapsed: 1.136 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testSimpleLayout -- Time elapsed: 0.928 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testDeleteOperand -- Time elapsed: 2.366 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testMoveOperandForbidden -- Time elapsed: 0.942 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testMoveCombinedFragment -- Time elapsed: 1.110 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createCombinedFragment_operand -- Time elapsed: 2.894 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createInteractionUse -- Time elapsed: 1.064 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createStateInvariant -- Time elapsed: 1.080 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createCombinedFragment -- Time elapsed: 2.776 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeFragmentNW -- Time elapsed: 3.056 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeFragmentSE -- Time elapsed: 2.942 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeOperands -- Time elapsed: 2.806 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testMoveFragment -- Time elapsed: 3.003 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testCreateOperand -- Time elapsed: 1.292 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testExpandCF -- Time elapsed: 1.144 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testDeleteOperand -- Time elapsed: 3.699 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testShrinkCF -- Time elapsed: 1.173 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testInitialCoverage -- Time elapsed: 1.044 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testMoveOperandSeparator -- Time elapsed: 2.517 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testMoveCF -- Time elapsed: 1.247 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderSecondToFirst -- Time elapsed: 1.303 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderFirstToLast -- Time elapsed: 1.319 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderThirdToLast -- Time elapsed: 1.284 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReparentForbidden -- Time elapsed: 1.146 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderLastToFirst -- Time elapsed: 1.315 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderLastToThird -- Time elapsed: 1.354 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderFirstToSecond -- Time elapsed: 1.357 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 2.430 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDeletion -- Time elapsed: 2.863 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnMessages -- Time elapsed: 1.348 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinksDisplay -- Time elapsed: 1.233 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 2.222 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 1.361 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 1.365 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinksAnchors -- Time elapsed: 1.201 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 2.254 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDeletion -- Time elapsed: 2.844 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnMessages -- Time elapsed: 1.321 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinksDisplay -- Time elapsed: 1.683 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 2.226 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 1.400 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 1.366 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinksAnchors -- Time elapsed: 1.703 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 2.258 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDeletion -- Time elapsed: 2.830 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnMessages -- Time elapsed: 1.341 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinksDisplay -- Time elapsed: 1.702 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 2.228 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 1.370 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 1.336 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinksAnchors -- Time elapsed: 1.793 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 1.270 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 1.276 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnDestruction -- Time elapsed: 1.300 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 1.311 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 1.336 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 1.401 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 1.339 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnDestruction -- Time elapsed: 1.299 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 1.324 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 1.473 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 1.576 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 1.301 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnDestruction -- Time elapsed: 1.353 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 1.272 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 1.331 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.noCreateOnLifeline[OBSERVATION] -- Time elapsed: 1.375 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnDestructionOccurrence[OBSERVATION] -- Time elapsed: 1.657 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionFinish[OBSERVATION] -- Time elapsed: 1.545 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationRightToLeftCreateMessage[OBSERVATION] -- Time elapsed: 1.561 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationLeftToRightCreateMessage[OBSERVATION] -- Time elapsed: 1.524 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnExecution[OBSERVATION] -- Time elapsed: 1.640 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageSendOnLifeline[OBSERVATION] -- Time elapsed: 1.539 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnLifeline[OBSERVATION] -- Time elapsed: 1.559 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionStart[OBSERVATION] -- Time elapsed: 1.530 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.noCreateOnLifeline[CONSTRAINT] -- Time elapsed: 1.408 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnDestructionOccurrence[CONSTRAINT] -- Time elapsed: 1.563 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionFinish[CONSTRAINT] -- Time elapsed: 1.566 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationRightToLeftCreateMessage[CONSTRAINT] -- Time elapsed: 1.540 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationLeftToRightCreateMessage[CONSTRAINT] -- Time elapsed: 1.568 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnExecution[CONSTRAINT] -- Time elapsed: 1.563 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageSendOnLifeline[CONSTRAINT] -- Time elapsed: 1.684 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnLifeline[CONSTRAINT] -- Time elapsed: 1.722 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionStart[CONSTRAINT] -- Time elapsed: 1.608 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageReceiveOnExecution[OBSERVATION] -- Time elapsed: 1.719 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageSendOnLifeline[OBSERVATION] -- Time elapsed: 1.744 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageReceiveOnExecution[CONSTRAINT] -- Time elapsed: 1.734 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageSendOnLifeline[CONSTRAINT] -- Time elapsed: 1.793 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentName_382951 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageSync -- Time elapsed: 0.771 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageAsync -- Time elapsed: 0.241 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageReply -- Time elapsed: 0.366 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageCreate -- Time elapsed: 0.229 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageDelete -- Time elapsed: 0.262 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testBehaviorExecution -- Time elapsed: 0.179 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testActionExecution -- Time elapsed: 0.169 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testLifeline -- Time elapsed: 0.092 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966.testEditMaxint -- Time elapsed: 0.311 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966.testEditMinint -- Time elapsed: 0.058 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661.testHeaderAnchor -- Time elapsed: 0.615 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661.testVerticalBarAnchor -- Time elapsed: 0.227 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202.testMessageLost -- Time elapsed: 0.598 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202.testMessageFound -- Time elapsed: 0.218 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestGuardVisibility_402966 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageCreateWithLifeline_403134 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774.testResize -- Time elapsed: 0.323 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testReconnectSyncMessage -- Time elapsed: 0.416 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testReconnectReplyMessage -- Time elapsed: 0.148 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testDeleteReplyMessage -- Time elapsed: 0.125 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testDeleteSyncMessage -- Time elapsed: 0.131 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testCreateReplyMessage -- Time elapsed: 0.158 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testCreateSyncMessage -- Time elapsed: 0.156 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_477463.testMessageOccurrenceSpecification -- Time elapsed: 0.043 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceDeletion -- Time elapsed: 1.420 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceCreation -- Time elapsed: 1.640 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceMoveDown -- Time elapsed: 1.010 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528787.testExecutionChangeAfterMessageCreationUndo -- Time elapsed: 0.735 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528473 skipped
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testAdaptSizeDeltaToMaxHeight -- Time elapsed: 0.001 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testIsAffixedToRight -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testGetRealMoveDelta -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testGetRelativeBounds -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN.testCreateThreeInteractions -- Time elapsed: 0.513 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN skipped
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN.testCreateInteraction -- Time elapsed: 0.386 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN skipped
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageDecisionNode -- Time elapsed: 1.340 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageInitialNode -- Time elapsed: 1.397 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageSequenceNode -- Time elapsed: 1.259 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageConditionalNode -- Time elapsed: 1.218 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageForkNode -- Time elapsed: 1.512 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode skipped
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageMergeNode -- Time elapsed: 1.264 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageFlowFinalNode -- Time elapsed: 1.305 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageLoopNode -- Time elapsed: 1.242 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageActivityFinalNode -- Time elapsed: 1.277 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageJoinNode -- Time elapsed: 1.266 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.282 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.034 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.002 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateForkNodeInLoopNode -- Time elapsed: 0.027 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.014 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.286 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.035 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.002 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateForkNodeInLoopNode -- Time elapsed: 0.025 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.015 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
13:11:43 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.003 s
13:11:43 
13:11:43 Results:
13:11:43 
13:11:43 Tests run: 1422, Failures: 0, Errors: 0, Skipped: 174
13:11:43 
13:11:45 [INFO] All tests passed
13:11:45 [INFO] 
13:11:45 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
13:11:45 [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
13:11:45 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.diagram.suite.tests' with 0 classes
13:11:45 [INFO] 
13:11:45 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests >--
13:11:45 [INFO] Building org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT [156/175]
13:11:45 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml
13:11:45 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:11:45 [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
13:11:45 [INFO] 
13:11:45 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:45 [INFO] 
13:11:45 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:45 [INFO] The project's OSGi version is 2.0.0.202404241627
13:11:45 [INFO] 
13:11:45 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:45 [INFO] 
13:11:45 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:45 [INFO] 
13:11:45 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:45 [INFO] 
13:11:45 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:45 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests
13:11:47 [INFO] 
13:11:47 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:47 [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
13:11:47 [INFO] 
13:11:47 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:47 [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
13:11:47 [INFO] 
13:11:47 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:47 [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
13:11:48 [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] 
13:11:48 	private IMultiDiagramEditor editor;
13:11:48 	                            ^^^^^^
13:11:48 The value of the field TestReopenWithCSS.editor is not used
13:11:48 [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] 
13:11:48 	Stereotype stereotypeTest = null;
13:11:48 	           ^^^^^^^^^^^^^^
13:11:48 The value of the local variable stereotypeTest is not used
13:11:48 [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] 
13:11:48 	private IMultiDiagramEditor editor;
13:11:48 	                            ^^^^^^
13:11:48 The value of the field TestReopenAsComment.editor is not used
13:11:48 [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] 
13:11:48 	EditPart stereotypedClassEditPart = fixture.findEditPart(stereotypedClass);
13:11:48 	         ^^^^^^^^^^^^^^^^^^^^^^^^
13:11:48 The value of the local variable stereotypedClassEditPart is not used
13:11:48 [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] 
13:11:48 	EditPart stereotypedLinkEditPart = fixture.findEditPart(stereotypedLink);
13:11:48 	         ^^^^^^^^^^^^^^^^^^^^^^^
13:11:48 The value of the local variable stereotypedLinkEditPart is not used
13:11:48 [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] 
13:11:48 	private IMultiDiagramEditor editor;
13:11:48 	                            ^^^^^^
13:11:48 The value of the field TestUpdateValue.editor is not used
13:11:48 [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] 
13:11:48 	Stereotype stereotypeTest = null;
13:11:48 	           ^^^^^^^^^^^^^^
13:11:48 The value of the local variable stereotypeTest is not used
13:11:48 [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] 
13:11:48 	private IMultiDiagramEditor editor;
13:11:48 	                            ^^^^^^
13:11:48 The value of the field TestReopenAsBrace.editor is not used
13:11:48 [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] 
13:11:48 	private IMultiDiagramEditor editor;
13:11:48 	                            ^^^^^^
13:11:48 The value of the field TestUnapplyProfile.editor is not used
13:11:48 [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] 
13:11:48 	private IMultiDiagramEditor editor;
13:11:48 	                            ^^^^^^
13:11:48 The value of the field TestReopenWithPropertyView.editor is not used
13:11:48 [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] 
13:11:48 	Stereotype stereotypeTest = null;
13:11:48 	           ^^^^^^^^^^^^^^
13:11:48 The value of the local variable stereotypeTest is not used
13:11:48 [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] 
13:11:48 	Stereotype stereotypeTest = null;
13:11:48 	           ^^^^^^^^^^^^^^
13:11:48 The value of the local variable stereotypeTest is not used
13:11:48 [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] 
13:11:48 	private IMultiDiagramEditor editor;
13:11:48 	                            ^^^^^^
13:11:48 The value of the field TestReopenAsCompartment.editor is not used
13:11:48 [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] 
13:11:48 	Stereotype stereotypeTest = null;
13:11:48 	           ^^^^^^^^^^^^^^
13:11:48 The value of the local variable stereotypeTest is not used
13:11:48 [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] 
13:11:48 	private IMultiDiagramEditor editor;
13:11:48 	                            ^^^^^^
13:11:48 The value of the field TestUnapplyStereotype.editor is not used
13:11:48 15 problems (15 warnings)
13:11:48 [INFO] 
13:11:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:48 [INFO] 
13:11:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:48 [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
13:11:48 [INFO] 
13:11:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 362 were skipped
13:11:48 [INFO] 
13:11:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:48 [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
13:11:48 [INFO] 
13:11:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:48 [INFO] 
13:11:48 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:48 [INFO] Skipping tests
13:11:48 [INFO] 
13:11:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
13:11:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:11:48 [INFO] 
13:11:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests >--
13:11:48 [INFO] Building org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT [157/175]
13:11:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml
13:11:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:11:48 [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
13:11:49 [INFO] 
13:11:49 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:49 [INFO] 
13:11:49 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:49 [INFO] The project's OSGi version is 2.0.0.202404241627
13:11:49 [INFO] 
13:11:49 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:49 [INFO] 
13:11:49 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:49 [INFO] 
13:11:49 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:49 [INFO] 
13:11:49 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:49 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.dnd.tests
13:11:51 [INFO] 
13:11:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:51 [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
13:11:51 [INFO] 
13:11:51 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:51 [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
13:11:51 [INFO] 
13:11:51 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:51 [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
13:11:52 [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] 
13:11:52 	houseKeeper.setField("strategy", DropStrategyManager.instance.findStrategy(org.eclipse.papyrus.uml.diagram.dnd.Activator.PLUGIN_ID + ".instanceSpecification"));
13:11:52 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:11:52 The method setField(String, DropStrategy) from the type AbstractHouseKeeperRule is deprecated
13:11:52 [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] 
13:11:52 	protected void checkSlots(EditPart instanceSpecificationPart, List<Property>... expectedProperties) {
13:11:52 	                                                                                ^^^^^^^^^^^^^^^^^^
13:11:52 Type safety: Potential heap pollution via varargs parameter expectedProperties
13:11:52 [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] 
13:11:52 	checkSlots(target, ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
13:11:52 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:11:52 Type safety: A generic array of List<Property> is created for a varargs parameter
13:11:52 [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] 
13:11:52 	checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes());
13:11:52 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:11:52 Type safety: A generic array of List<Property> is created for a varargs parameter
13:11:52 [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] 
13:11:52 	checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
13:11:52 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:11:52 Type safety: A generic array of List<Property> is created for a varargs parameter
13:11:52 [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] 
13:11:52 	checkSlots(target, ((org.eclipse.uml2.uml.Class) class1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
13:11:52 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:11:52 Type safety: A generic array of List<Property> is created for a varargs parameter
13:11:52 6 problems (6 warnings)
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:52 [INFO] 
13:11:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:52 [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
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:52 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 330 were skipped
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:52 [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
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:52 [INFO] Skipping tests
13:11:52 [INFO] 
13:11:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
13:11:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:11:52 [INFO] 
13:11:52 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests >--
13:11:52 [INFO] Building org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT [158/175]
13:11:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml
13:11:52 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:11:52 [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
13:11:52 [INFO] 
13:11:52 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:52 [INFO] The project's OSGi version is 2.0.0.202404241627
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:52 [INFO] 
13:11:52 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:52 [INFO] 
13:11:52 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:52 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.properties.tests
13:11:54 [INFO] 
13:11:54 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:54 [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
13:11:54 [INFO] 
13:11:54 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:54 [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
13:11:54 [INFO] 
13:11:54 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:54 [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
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:55 [INFO] 
13:11:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:55 [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
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:55 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 334 were skipped
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:55 [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
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:55 [INFO] Skipping tests
13:11:55 [INFO] 
13:11:55 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
13:11:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:11:55 [INFO] 
13:11:55 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests >--
13:11:55 [INFO] Building org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT [159/175]
13:11:55 [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
13:11:55 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:11:55 [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
13:11:55 [INFO] 
13:11:55 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:55 [INFO] The project's OSGi version is 2.0.0.202404241627
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:55 [INFO] 
13:11:55 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:55 [INFO] 
13:11:55 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:55 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotype.display.tests
13:11:57 [INFO] 
13:11:57 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:57 [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
13:11:57 [INFO] 
13:11:57 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:57 [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
13:11:57 [INFO] 
13:11:57 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:57 [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
13:11:58 [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] 
13:11:58 	editorModel = TableHelper.createTable(configuration, view, configuration.getName(), description);
13:11:58 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:11:58 The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
13:11:58 1 problem (1 warning)
13:11:58 [INFO] 
13:11:58 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:58 [INFO] 
13:11:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:58 [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
13:11:58 [INFO] 
13:11:58 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:58 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 316 were skipped
13:11:58 [INFO] 
13:11:58 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:58 [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
13:11:58 [INFO] 
13:11:58 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:58 [INFO] 
13:11:58 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:58 [INFO] Skipping tests
13:11:58 [INFO] 
13:11:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
13:11:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:11:58 [INFO] 
13:11:58 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests >--
13:11:58 [INFO] Building org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT [160/175]
13:11:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml
13:11:58 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:11:58 [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
13:11:59 [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
13:12:00 [INFO] 
13:12:00 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:00 [INFO] 
13:12:00 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:00 [INFO] The project's OSGi version is 1.1.0.202404241627
13:12:00 [INFO] 
13:12:00 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:00 [INFO] 
13:12:00 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:00 [INFO] 
13:12:00 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:00 [INFO] 
13:12:00 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:00 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.suite.tests
13:12:08 [INFO] 
13:12:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:08 [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
13:12:08 [INFO] 
13:12:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:08 [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
13:12:08 [INFO] 
13:12:08 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:08 [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
13:12:08 [INFO] 
13:12:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:08 [INFO] 
13:12:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:08 [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
13:12:08 [INFO] 
13:12:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped
13:12:08 [INFO] 
13:12:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:08 [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
13:12:08 [INFO] 
13:12:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:08 [INFO] 
13:12:08 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:12:09 [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
13:12:09 [INFO] Command line:
13:12:09 	[/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]
13:12:17 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
13:12:17 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
13:12:17 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
13:12:17 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
13:12:17 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
13:12:17 
13:12:25 Running org.eclipse.papyrus.uml.nattable.suite.tests.AllTests
13:12:33 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
13:12:33 log4j:WARN Please initialize the log4j system properly.
13:12:33 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
13:12:49 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
13:13:06 
13:13:06 (Eclipse:5208): Gtk-WARNING **: 17:13:06.719: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:06 
13:13:06 (Eclipse:5208): Gtk-WARNING **: 17:13:06.731: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:09 
13:13:09 (Eclipse:5208): Gtk-WARNING **: 17:13:09.487: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:09 
13:13:09 (Eclipse:5208): Gtk-WARNING **: 17:13:09.500: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:20 
13:13:20 (Eclipse:5208): Gtk-WARNING **: 17:13:20.670: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:20 
13:13:20 (Eclipse:5208): Gtk-WARNING **: 17:13:20.682: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:21 
13:13:21 (Eclipse:5208): Gtk-WARNING **: 17:13:21.827: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:21 
13:13:21 (Eclipse:5208): Gtk-WARNING **: 17:13:21.838: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:23 
13:13:23 (Eclipse:5208): Gtk-WARNING **: 17:13:23.083: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:23 
13:13:23 (Eclipse:5208): Gtk-WARNING **: 17:13:23.094: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:24 
13:13:24 (Eclipse:5208): Gtk-WARNING **: 17:13:24.249: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:24 
13:13:24 (Eclipse:5208): Gtk-WARNING **: 17:13:24.270: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:25 
13:13:25 (Eclipse:5208): Gtk-WARNING **: 17:13:25.373: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:25 
13:13:25 (Eclipse:5208): Gtk-WARNING **: 17:13:25.383: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:26 
13:13:26 (Eclipse:5208): Gtk-WARNING **: 17:13:26.446: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:26 
13:13:26 (Eclipse:5208): Gtk-WARNING **: 17:13:26.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:27 
13:13:27 (Eclipse:5208): Gtk-WARNING **: 17:13:27.501: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:27 
13:13:27 (Eclipse:5208): Gtk-WARNING **: 17:13:27.511: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:28 
13:13:28 (Eclipse:5208): Gtk-WARNING **: 17:13:28.613: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:13:28 
13:13:28 (Eclipse:5208): Gtk-WARNING **: 17:13:28.623: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:12 
13:14:12 (Eclipse:5208): Gtk-WARNING **: 17:14:12.914: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:12 
13:14:12 (Eclipse:5208): Gtk-WARNING **: 17:14:12.924: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:14 
13:14:14 (Eclipse:5208): Gtk-WARNING **: 17:14:14.232: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:14 
13:14:14 (Eclipse:5208): Gtk-WARNING **: 17:14:14.247: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:15 
13:14:15 (Eclipse:5208): Gtk-WARNING **: 17:14:15.548: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:15 
13:14:15 (Eclipse:5208): Gtk-WARNING **: 17:14:15.563: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:17 
13:14:17 (Eclipse:5208): Gtk-WARNING **: 17:14:17.095: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:17 
13:14:17 (Eclipse:5208): Gtk-WARNING **: 17:14:17.105: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:18 
13:14:18 (Eclipse:5208): Gtk-WARNING **: 17:14:18.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:18 
13:14:18 (Eclipse:5208): Gtk-WARNING **: 17:14:18.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:20 
13:14:20 (Eclipse:5208): Gtk-WARNING **: 17:14:20.436: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:20 
13:14:20 (Eclipse:5208): Gtk-WARNING **: 17:14:20.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:31 
13:14:31 (Eclipse:5208): Gtk-WARNING **: 17:14:31.229: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:31 
13:14:31 (Eclipse:5208): Gtk-WARNING **: 17:14:31.244: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:31 
13:14:31 (Eclipse:5208): Gtk-WARNING **: 17:14:31.323: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:31 
13:14:31 (Eclipse:5208): Gtk-WARNING **: 17:14:31.328: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:32 
13:14:32 (Eclipse:5208): Gtk-WARNING **: 17:14:32.372: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:32 
13:14:32 (Eclipse:5208): Gtk-WARNING **: 17:14:32.387: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:32 
13:14:32 (Eclipse:5208): Gtk-WARNING **: 17:14:32.468: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:32 
13:14:32 (Eclipse:5208): Gtk-WARNING **: 17:14:32.473: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:33 
13:14:33 (Eclipse:5208): Gtk-WARNING **: 17:14:33.228: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:33 
13:14:33 (Eclipse:5208): Gtk-WARNING **: 17:14:33.242: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:33 
13:14:33 (Eclipse:5208): Gtk-WARNING **: 17:14:33.320: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:33 
13:14:33 (Eclipse:5208): Gtk-WARNING **: 17:14:33.325: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:34 
13:14:34 (Eclipse:5208): Gtk-WARNING **: 17:14:34.060: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:34 
13:14:34 (Eclipse:5208): Gtk-WARNING **: 17:14:34.074: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:34 
13:14:34 (Eclipse:5208): Gtk-WARNING **: 17:14:34.154: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:34 
13:14:34 (Eclipse:5208): Gtk-WARNING **: 17:14:34.160: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:34 
13:14:34 (Eclipse:5208): Gtk-WARNING **: 17:14:34.915: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:34 
13:14:34 (Eclipse:5208): Gtk-WARNING **: 17:14:34.929: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:35 
13:14:35 (Eclipse:5208): Gtk-WARNING **: 17:14:35.012: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:35 
13:14:35 (Eclipse:5208): Gtk-WARNING **: 17:14:35.018: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:40 
13:14:40 (Eclipse:5208): Gtk-WARNING **: 17:14:40.527: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:40 
13:14:40 (Eclipse:5208): Gtk-WARNING **: 17:14:40.542: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:40 
13:14:40 (Eclipse:5208): Gtk-WARNING **: 17:14:40.621: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:40 
13:14:40 (Eclipse:5208): Gtk-WARNING **: 17:14:40.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:41 
13:14:41 (Eclipse:5208): Gtk-WARNING **: 17:14:41.705: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:41 
13:14:41 (Eclipse:5208): Gtk-WARNING **: 17:14:41.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:41 
13:14:41 (Eclipse:5208): Gtk-WARNING **: 17:14:41.803: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:41 
13:14:41 (Eclipse:5208): Gtk-WARNING **: 17:14:41.809: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:42 
13:14:42 (Eclipse:5208): Gtk-WARNING **: 17:14:42.120: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:42 
13:14:42 (Eclipse:5208): Gtk-WARNING **: 17:14:42.128: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:42 
13:14:42 (Eclipse:5208): Gtk-WARNING **: 17:14:42.904: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:42 
13:14:42 (Eclipse:5208): Gtk-WARNING **: 17:14:42.919: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:43 
13:14:43 (Eclipse:5208): Gtk-WARNING **: 17:14:43.000: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:43 
13:14:43 (Eclipse:5208): Gtk-WARNING **: 17:14:43.005: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:43 
13:14:43 (Eclipse:5208): Gtk-WARNING **: 17:14:43.907: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:43 
13:14:43 (Eclipse:5208): Gtk-WARNING **: 17:14:43.922: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:44 
13:14:44 (Eclipse:5208): Gtk-WARNING **: 17:14:44.001: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:44 
13:14:44 (Eclipse:5208): Gtk-WARNING **: 17:14:44.007: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:44 
13:14:44 (Eclipse:5208): Gtk-WARNING **: 17:14:44.753: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:44 
13:14:44 (Eclipse:5208): Gtk-WARNING **: 17:14:44.768: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:44 
13:14:44 (Eclipse:5208): Gtk-WARNING **: 17:14:44.847: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:44 
13:14:44 (Eclipse:5208): Gtk-WARNING **: 17:14:44.852: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:45 
13:14:45 (Eclipse:5208): Gtk-WARNING **: 17:14:45.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:45 
13:14:45 (Eclipse:5208): Gtk-WARNING **: 17:14:45.652: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:45 
13:14:45 (Eclipse:5208): Gtk-WARNING **: 17:14:45.735: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:45 
13:14:45 (Eclipse:5208): Gtk-WARNING **: 17:14:45.740: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:46 
13:14:46 (Eclipse:5208): Gtk-WARNING **: 17:14:46.744: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:46 
13:14:46 (Eclipse:5208): Gtk-WARNING **: 17:14:46.773: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:46 
13:14:46 (Eclipse:5208): Gtk-WARNING **: 17:14:46.853: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:46 
13:14:46 (Eclipse:5208): Gtk-WARNING **: 17:14:46.864: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:51 
13:14:51 (Eclipse:5208): Gtk-WARNING **: 17:14:51.791: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:51 
13:14:51 (Eclipse:5208): Gtk-WARNING **: 17:14:51.798: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:52 
13:14:52 (Eclipse:5208): Gtk-WARNING **: 17:14:52.772: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:52 
13:14:52 (Eclipse:5208): Gtk-WARNING **: 17:14:52.787: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:52 
13:14:52 (Eclipse:5208): Gtk-WARNING **: 17:14:52.867: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:52 
13:14:52 (Eclipse:5208): Gtk-WARNING **: 17:14:52.873: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:53 
13:14:53 (Eclipse:5208): Gtk-WARNING **: 17:14:53.841: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:53 
13:14:53 (Eclipse:5208): Gtk-WARNING **: 17:14:53.856: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:53 
13:14:53 (Eclipse:5208): Gtk-WARNING **: 17:14:53.934: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:53 
13:14:53 (Eclipse:5208): Gtk-WARNING **: 17:14:53.940: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:54 
13:14:54 (Eclipse:5208): Gtk-WARNING **: 17:14:54.210: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:54 
13:14:54 (Eclipse:5208): Gtk-WARNING **: 17:14:54.217: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:54 
13:14:54 (Eclipse:5208): Gtk-WARNING **: 17:14:54.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:54 
13:14:54 (Eclipse:5208): Gtk-WARNING **: 17:14:54.973: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:55 
13:14:55 (Eclipse:5208): Gtk-WARNING **: 17:14:55.049: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:55 
13:14:55 (Eclipse:5208): Gtk-WARNING **: 17:14:55.054: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:58 
13:14:58 (Eclipse:5208): Gtk-WARNING **: 17:14:58.025: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:58 
13:14:58 (Eclipse:5208): Gtk-WARNING **: 17:14:58.035: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:58 
13:14:58 (Eclipse:5208): Gtk-WARNING **: 17:14:58.864: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:58 
13:14:58 (Eclipse:5208): Gtk-WARNING **: 17:14:58.873: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:59 
13:14:59 (Eclipse:5208): Gtk-WARNING **: 17:14:59.689: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:14:59 
13:14:59 (Eclipse:5208): Gtk-WARNING **: 17:14:59.699: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:00 
13:15:00 (Eclipse:5208): Gtk-WARNING **: 17:15:00.657: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:00 
13:15:00 (Eclipse:5208): Gtk-WARNING **: 17:15:00.667: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:01 
13:15:01 (Eclipse:5208): Gtk-WARNING **: 17:15:01.942: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:01 
13:15:01 (Eclipse:5208): Gtk-WARNING **: 17:15:01.951: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:02 
13:15:02 (Eclipse:5208): Gtk-WARNING **: 17:15:02.962: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:02 
13:15:02 (Eclipse:5208): Gtk-WARNING **: 17:15:02.971: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:05 
13:15:05 (Eclipse:5208): Gtk-WARNING **: 17:15:05.655: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:05 
13:15:05 (Eclipse:5208): Gtk-WARNING **: 17:15:05.664: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:06 
13:15:06 (Eclipse:5208): Gtk-WARNING **: 17:15:06.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:06 
13:15:06 (Eclipse:5208): Gtk-WARNING **: 17:15:06.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:07 
13:15:07 (Eclipse:5208): Gtk-WARNING **: 17:15:07.744: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:07 
13:15:07 (Eclipse:5208): Gtk-WARNING **: 17:15:07.754: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:08 
13:15:08 (Eclipse:5208): Gtk-WARNING **: 17:15:08.813: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:08 
13:15:08 (Eclipse:5208): Gtk-WARNING **: 17:15:08.823: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:09 
13:15:09 (Eclipse:5208): Gtk-WARNING **: 17:15:09.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:09 
13:15:09 (Eclipse:5208): Gtk-WARNING **: 17:15:09.909: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:11 
13:15:11 (Eclipse:5208): Gtk-WARNING **: 17:15:11.624: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:11 
13:15:11 (Eclipse:5208): Gtk-WARNING **: 17:15:11.634: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:13 
13:15:13 (Eclipse:5208): Gtk-WARNING **: 17:15:13.386: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:13 
13:15:13 (Eclipse:5208): Gtk-WARNING **: 17:15:13.396: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:14 
13:15:14 (Eclipse:5208): Gtk-WARNING **: 17:15:14.555: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:14 
13:15:14 (Eclipse:5208): Gtk-WARNING **: 17:15:14.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:15 
13:15:15 (Eclipse:5208): Gtk-WARNING **: 17:15:15.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:15 
13:15:15 (Eclipse:5208): Gtk-WARNING **: 17:15:15.908: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:16 
13:15:16 (Eclipse:5208): Gtk-WARNING **: 17:15:16.798: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:16 
13:15:16 (Eclipse:5208): Gtk-WARNING **: 17:15:16.808: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:17 
13:15:17 (Eclipse:5208): Gtk-WARNING **: 17:15:17.880: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:17 
13:15:17 (Eclipse:5208): Gtk-WARNING **: 17:15:17.890: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:19 
13:15:19 (Eclipse:5208): Gtk-WARNING **: 17:15:19.534: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:19 
13:15:19 (Eclipse:5208): Gtk-WARNING **: 17:15:19.546: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:21 
13:15:21 (Eclipse:5208): Gtk-WARNING **: 17:15:21.130: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:21 
13:15:21 (Eclipse:5208): Gtk-WARNING **: 17:15:21.140: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:22 
13:15:22 (Eclipse:5208): Gtk-WARNING **: 17:15:22.702: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:22 
13:15:22 (Eclipse:5208): Gtk-WARNING **: 17:15:22.712: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:23 
13:15:23 (Eclipse:5208): Gtk-WARNING **: 17:15:23.529: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:23 
13:15:23 (Eclipse:5208): Gtk-WARNING **: 17:15:23.538: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:25 
13:15:25 (Eclipse:5208): Gtk-WARNING **: 17:15:25.077: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:25 
13:15:25 (Eclipse:5208): Gtk-WARNING **: 17:15:25.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:26 
13:15:26 (Eclipse:5208): Gtk-WARNING **: 17:15:26.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:26 
13:15:26 (Eclipse:5208): Gtk-WARNING **: 17:15:26.909: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:27 
13:15:27 (Eclipse:5208): Gtk-WARNING **: 17:15:27.723: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:27 
13:15:27 (Eclipse:5208): Gtk-WARNING **: 17:15:27.732: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:29 
13:15:29 (Eclipse:5208): Gtk-WARNING **: 17:15:29.521: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:29 
13:15:29 (Eclipse:5208): Gtk-WARNING **: 17:15:29.531: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:29 Apr 24, 2024 5:15:29 PM org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter paintLayer
13:15:29 SEVERE: Error while painting table
13:15:29 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
13:15:29 	at org.eclipse.papyrus.infra.nattable.utils.TableHelper.isMultiColumnTreeTable(TableHelper.java:308)
13:15:29 	at org.eclipse.papyrus.infra.nattable.utils.TableHelper.isMultiColumnTreeTable(TableHelper.java:325)
13:15:29 	at org.eclipse.papyrus.infra.nattable.painter.PapyrusIndentedTreeImagePainter.getWrappedPainterBounds(PapyrusIndentedTreeImagePainter.java:169)
13:15:29 	at org.eclipse.nebula.widgets.nattable.tree.painter.IndentedTreeImagePainter.paintCell(IndentedTreeImagePainter.java:363)
13:15:29 	at org.eclipse.nebula.widgets.nattable.painter.cell.CellPainterWrapper.paintCell(CellPainterWrapper.java:67)
13:15:29 	at org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter.paintCell(BackgroundPainter.java:52)
13:15:29 	at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintCell(CellLayerPainter.java:216)
13:15:29 	at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintLayer(CellLayerPainter.java:86)
13:15:29 	at org.eclipse.nebula.widgets.nattable.painter.layer.GridLineCellLayerPainter.paintLayer(GridLineCellLayerPainter.java:141)
13:15:29 	at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1055)
13:15:29 	at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1055)
13:15:29 	at org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter.paintLayer(NatLayerPainter.java:54)
13:15:29 	at org.eclipse.nebula.widgets.nattable.NatTable.paintNatTable(NatTable.java:507)
13:15:29 	at org.eclipse.nebula.widgets.nattable.NatTable.paintControl(NatTable.java:502)
13:15:29 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
13:15:29 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
13:15:29 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5854)
13:15:29 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1529)
13:15:29 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1555)
13:15:29 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1538)
13:15:29 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3927)
13:15:29 	at org.eclipse.swt.widgets.Scrollable.gtk_draw(Scrollable.java:365)
13:15:29 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:506)
13:15:29 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:174)
13:15:29 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2482)
13:15:29 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6883)
13:15:29 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6162)
13:15:29 	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_do_event(Native Method)
13:15:29 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1597)
13:15:29 	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method)
13:15:29 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4513)
13:15:29 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
13:15:29 	at org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest.testTableDeletion(OpenAndDeleteTest.java:111)
13:15:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:15:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:15:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:15:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:15:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
13:15:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
13:15:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
13:15:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
13:15:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
13:15:29 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
13:15:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:15:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
13:15:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
13:15:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
13:15:29 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
13:15:29 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
13:15:29 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
13:15:29 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
13:15:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
13:15:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:15:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:15:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:15:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:15:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:15:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:15:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
13:15:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:15:29 	at org.junit.runners.Suite.runChild(Suite.java:128)
13:15:29 	at org.junit.runners.Suite.runChild(Suite.java:27)
13:15:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:15:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:15:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:15:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:15:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:15:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:15:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:15:29 	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
13:15:29 	at org.junit.runners.Suite.runChild(Suite.java:128)
13:15:29 	at org.junit.runners.Suite.runChild(Suite.java:27)
13:15:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:15:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:15:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:15:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:15:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:15:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:15:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
13:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
13:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
13:15:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
13:15:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:15:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:15:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:15:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:15:29 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
13:15:29 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
13:15:29 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
13:15:29 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
13:15:29 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
13:15:29 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
13:15:29 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
13:15:29 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
13:15:29 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5039)
13:15:29 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
13:15:29 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
13:15:29 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
13:15:29 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
13:15:29 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
13:15:29 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
13:15:29 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
13:15:29 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
13:15:29 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
13:15:29 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
13:15:29 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
13:15:29 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
13:15:29 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
13:15:29 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
13:15:29 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
13:15:29 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
13:15:29 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
13:15:29 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
13:15:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:15:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:15:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:15:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:15:29 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
13:15:29 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
13:15:29 	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
13:15:29 	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)
13:15:29 
13:15:30 
13:15:30 (Eclipse:5208): Gtk-WARNING **: 17:15:30.738: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:30 
13:15:30 (Eclipse:5208): Gtk-WARNING **: 17:15:30.747: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:31 
13:15:31 (Eclipse:5208): Gtk-WARNING **: 17:15:31.593: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:31 
13:15:31 (Eclipse:5208): Gtk-WARNING **: 17:15:31.603: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:35 
13:15:35 (Eclipse:5208): Gtk-WARNING **: 17:15:35.831: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:35 
13:15:35 (Eclipse:5208): Gtk-WARNING **: 17:15:35.840: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:37 
13:15:37 (Eclipse:5208): Gtk-WARNING **: 17:15:37.183: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:37 
13:15:37 (Eclipse:5208): Gtk-WARNING **: 17:15:37.192: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:38 
13:15:38 (Eclipse:5208): Gtk-WARNING **: 17:15:38.575: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:38 
13:15:38 (Eclipse:5208): Gtk-WARNING **: 17:15:38.584: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:40 
13:15:40 (Eclipse:5208): Gtk-WARNING **: 17:15:40.303: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:40 
13:15:40 (Eclipse:5208): Gtk-WARNING **: 17:15:40.313: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:41 
13:15:41 (Eclipse:5208): Gtk-WARNING **: 17:15:41.854: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:41 
13:15:41 (Eclipse:5208): Gtk-WARNING **: 17:15:41.863: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:43 
13:15:43 (Eclipse:5208): Gtk-WARNING **: 17:15:43.392: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:43 
13:15:43 (Eclipse:5208): Gtk-WARNING **: 17:15:43.402: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:44 
13:15:44 (Eclipse:5208): Gtk-WARNING **: 17:15:44.784: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:44 
13:15:44 (Eclipse:5208): Gtk-WARNING **: 17:15:44.793: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:46 
13:15:46 (Eclipse:5208): Gtk-WARNING **: 17:15:46.215: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:46 
13:15:46 (Eclipse:5208): Gtk-WARNING **: 17:15:46.225: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:47 
13:15:47 (Eclipse:5208): Gtk-WARNING **: 17:15:47.729: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:47 
13:15:47 (Eclipse:5208): Gtk-WARNING **: 17:15:47.738: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:48 
13:15:48 (Eclipse:5208): Gtk-WARNING **: 17:15:48.896: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:48 
13:15:48 (Eclipse:5208): Gtk-WARNING **: 17:15:48.906: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:49 
13:15:49 (Eclipse:5208): Gtk-WARNING **: 17:15:49.987: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:49 
13:15:49 (Eclipse:5208): Gtk-WARNING **: 17:15:49.996: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:51 
13:15:51 (Eclipse:5208): Gtk-WARNING **: 17:15:51.107: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:51 
13:15:51 (Eclipse:5208): Gtk-WARNING **: 17:15:51.117: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:52 
13:15:52 (Eclipse:5208): Gtk-WARNING **: 17:15:52.038: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:52 
13:15:52 (Eclipse:5208): Gtk-WARNING **: 17:15:52.047: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:53 
13:15:53 (Eclipse:5208): Gtk-WARNING **: 17:15:53.212: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:53 
13:15:53 (Eclipse:5208): Gtk-WARNING **: 17:15:53.221: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:55 
13:15:55 (Eclipse:5208): Gtk-WARNING **: 17:15:55.680: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:55 
13:15:55 (Eclipse:5208): Gtk-WARNING **: 17:15:55.690: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:58 
13:15:58 (Eclipse:5208): Gtk-WARNING **: 17:15:58.539: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:58 
13:15:58 (Eclipse:5208): Gtk-WARNING **: 17:15:58.549: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:58 
13:15:58 (Eclipse:5208): Gtk-WARNING **: 17:15:58.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:58 
13:15:58 (Eclipse:5208): Gtk-WARNING **: 17:15:58.733: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:59 
13:15:59 (Eclipse:5208): Gtk-WARNING **: 17:15:59.490: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:15:59 
13:15:59 (Eclipse:5208): Gtk-WARNING **: 17:15:59.501: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:00 
13:16:00 (Eclipse:5208): Gtk-WARNING **: 17:16:00.264: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:00 
13:16:00 (Eclipse:5208): Gtk-WARNING **: 17:16:00.274: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:01 
13:16:01 (Eclipse:5208): Gtk-WARNING **: 17:16:01.049: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:01 
13:16:01 (Eclipse:5208): Gtk-WARNING **: 17:16:01.058: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:02 
13:16:02 (Eclipse:5208): Gtk-WARNING **: 17:16:02.085: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:02 
13:16:02 (Eclipse:5208): Gtk-WARNING **: 17:16:02.094: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:03 
13:16:03 (Eclipse:5208): Gtk-WARNING **: 17:16:03.118: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:03 
13:16:03 (Eclipse:5208): Gtk-WARNING **: 17:16:03.128: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:04 
13:16:04 (Eclipse:5208): Gtk-WARNING **: 17:16:04.103: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:04 
13:16:04 (Eclipse:5208): Gtk-WARNING **: 17:16:04.112: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:05 
13:16:05 (Eclipse:5208): Gtk-WARNING **: 17:16:05.291: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:05 
13:16:05 (Eclipse:5208): Gtk-WARNING **: 17:16:05.300: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:06 
13:16:06 (Eclipse:5208): Gtk-WARNING **: 17:16:06.547: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:06 
13:16:06 (Eclipse:5208): Gtk-WARNING **: 17:16:06.557: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:07 
13:16:07 (Eclipse:5208): Gtk-WARNING **: 17:16:07.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:07 
13:16:07 (Eclipse:5208): Gtk-WARNING **: 17:16:07.646: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:08 
13:16:08 (Eclipse:5208): Gtk-WARNING **: 17:16:08.703: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:08 
13:16:08 (Eclipse:5208): Gtk-WARNING **: 17:16:08.714: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:09 
13:16:09 (Eclipse:5208): Gtk-CRITICAL **: 17:16:09.694: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:09 
13:16:09 (Eclipse:5208): Gtk-CRITICAL **: 17:16:09.694: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:09 
13:16:09 (Eclipse:5208): Gtk-WARNING **: 17:16:09.760: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:09 
13:16:09 (Eclipse:5208): Gtk-WARNING **: 17:16:09.770: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:09 
13:16:09 (Eclipse:5208): Gtk-CRITICAL **: 17:16:09.792: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:09 
13:16:09 (Eclipse:5208): Gtk-CRITICAL **: 17:16:09.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:09 
13:16:09 (Eclipse:5208): Gtk-CRITICAL **: 17:16:09.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:09 
13:16:09 (Eclipse:5208): Gtk-CRITICAL **: 17:16:09.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:10 
13:16:10 (Eclipse:5208): Gtk-WARNING **: 17:16:10.191: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:10 
13:16:10 (Eclipse:5208): Gtk-WARNING **: 17:16:10.202: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:10 
13:16:10 (Eclipse:5208): Gtk-CRITICAL **: 17:16:10.283: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:10 
13:16:10 (Eclipse:5208): Gtk-CRITICAL **: 17:16:10.437: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:10 
13:16:10 (Eclipse:5208): Gtk-CRITICAL **: 17:16:10.556: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:11 
13:16:11 (Eclipse:5208): Gtk-CRITICAL **: 17:16:11.266: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:11 
13:16:11 (Eclipse:5208): Gtk-CRITICAL **: 17:16:11.266: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:11 
13:16:11 (Eclipse:5208): Gtk-WARNING **: 17:16:11.332: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:11 
13:16:11 (Eclipse:5208): Gtk-WARNING **: 17:16:11.342: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:11 
13:16:11 (Eclipse:5208): Gtk-CRITICAL **: 17:16:11.364: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:11 
13:16:11 (Eclipse:5208): Gtk-CRITICAL **: 17:16:11.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:11 
13:16:11 (Eclipse:5208): Gtk-CRITICAL **: 17:16:11.443: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:11 
13:16:11 (Eclipse:5208): Gtk-CRITICAL **: 17:16:11.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:11 
13:16:11 (Eclipse:5208): Gtk-WARNING **: 17:16:11.682: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:11 
13:16:11 (Eclipse:5208): Gtk-WARNING **: 17:16:11.694: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:11 
13:16:11 (Eclipse:5208): Gtk-CRITICAL **: 17:16:11.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:12 
13:16:12 (Eclipse:5208): Gtk-CRITICAL **: 17:16:12.093: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:12 
13:16:12 (Eclipse:5208): Gtk-CRITICAL **: 17:16:12.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:12 
13:16:12 (Eclipse:5208): Gtk-CRITICAL **: 17:16:12.821: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:12 
13:16:12 (Eclipse:5208): Gtk-CRITICAL **: 17:16:12.821: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:12 
13:16:12 (Eclipse:5208): Gtk-WARNING **: 17:16:12.885: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:12 
13:16:12 (Eclipse:5208): Gtk-WARNING **: 17:16:12.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:12 
13:16:12 (Eclipse:5208): Gtk-CRITICAL **: 17:16:12.916: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:12 
13:16:12 (Eclipse:5208): Gtk-CRITICAL **: 17:16:12.958: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:12 
13:16:12 (Eclipse:5208): Gtk-CRITICAL **: 17:16:12.990: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:13 
13:16:13 (Eclipse:5208): Gtk-CRITICAL **: 17:16:13.058: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:13 
13:16:13 (Eclipse:5208): Gtk-WARNING **: 17:16:13.249: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:13 
13:16:13 (Eclipse:5208): Gtk-WARNING **: 17:16:13.261: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:13 
13:16:13 (Eclipse:5208): Gtk-CRITICAL **: 17:16:13.394: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:13 
13:16:13 (Eclipse:5208): Gtk-CRITICAL **: 17:16:13.504: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:13 
13:16:13 (Eclipse:5208): Gtk-CRITICAL **: 17:16:13.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:14 
13:16:14 (Eclipse:5208): Gtk-CRITICAL **: 17:16:14.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:14 
13:16:14 (Eclipse:5208): Gtk-CRITICAL **: 17:16:14.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:14 
13:16:14 (Eclipse:5208): Gtk-WARNING **: 17:16:14.329: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:14 
13:16:14 (Eclipse:5208): Gtk-WARNING **: 17:16:14.338: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:14 
13:16:14 (Eclipse:5208): Gtk-CRITICAL **: 17:16:14.369: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:14 
13:16:14 (Eclipse:5208): Gtk-CRITICAL **: 17:16:14.414: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:14 
13:16:14 (Eclipse:5208): Gtk-CRITICAL **: 17:16:14.445: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:14 
13:16:14 (Eclipse:5208): Gtk-CRITICAL **: 17:16:14.514: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:14 
13:16:14 (Eclipse:5208): Gtk-CRITICAL **: 17:16:14.613: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:14 
13:16:14 (Eclipse:5208): Gtk-WARNING **: 17:16:14.821: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:14 
13:16:14 (Eclipse:5208): Gtk-WARNING **: 17:16:14.832: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:14 
13:16:14 (Eclipse:5208): Gtk-CRITICAL **: 17:16:14.943: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:15 
13:16:15 (Eclipse:5208): Gtk-CRITICAL **: 17:16:15.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:15 
13:16:15 (Eclipse:5208): Gtk-CRITICAL **: 17:16:15.717: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:15 
13:16:15 (Eclipse:5208): Gtk-CRITICAL **: 17:16:15.717: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:15 
13:16:15 (Eclipse:5208): Gtk-WARNING **: 17:16:15.779: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:15 
13:16:15 (Eclipse:5208): Gtk-WARNING **: 17:16:15.789: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:15 
13:16:15 (Eclipse:5208): Gtk-CRITICAL **: 17:16:15.811: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:15 
13:16:15 (Eclipse:5208): Gtk-CRITICAL **: 17:16:15.860: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:15 
13:16:15 (Eclipse:5208): Gtk-CRITICAL **: 17:16:15.888: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:15 
13:16:15 (Eclipse:5208): Gtk-CRITICAL **: 17:16:15.954: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:16 
13:16:16 (Eclipse:5208): Gtk-WARNING **: 17:16:16.130: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:16 
13:16:16 (Eclipse:5208): Gtk-WARNING **: 17:16:16.141: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:16 
13:16:16 (Eclipse:5208): Gtk-CRITICAL **: 17:16:16.200: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:16 
13:16:16 (Eclipse:5208): Gtk-CRITICAL **: 17:16:16.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:16 
13:16:16 (Eclipse:5208): Gtk-CRITICAL **: 17:16:16.387: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-WARNING **: 17:16:17.097: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:17 
13:16:17 (Eclipse:5208): Gtk-WARNING **: 17:16:17.106: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.126: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.169: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.200: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.266: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-WARNING **: 17:16:17.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:17 
13:16:17 (Eclipse:5208): Gtk-WARNING **: 17:16:17.462: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.549: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.645: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:17 
13:16:17 (Eclipse:5208): Gtk-CRITICAL **: 17:16:17.737: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:18 
13:16:18 (Eclipse:5208): Gtk-CRITICAL **: 17:16:18.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:18 
13:16:18 (Eclipse:5208): Gtk-CRITICAL **: 17:16:18.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:18 
13:16:18 (Eclipse:5208): Gtk-WARNING **: 17:16:18.456: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:18 
13:16:18 (Eclipse:5208): Gtk-WARNING **: 17:16:18.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:18 
13:16:18 (Eclipse:5208): Gtk-CRITICAL **: 17:16:18.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:18 
13:16:18 (Eclipse:5208): Gtk-CRITICAL **: 17:16:18.527: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:18 
13:16:18 (Eclipse:5208): Gtk-CRITICAL **: 17:16:18.556: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:18 
13:16:18 (Eclipse:5208): Gtk-CRITICAL **: 17:16:18.624: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:18 
13:16:18 (Eclipse:5208): Gtk-WARNING **: 17:16:18.811: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:18 
13:16:18 (Eclipse:5208): Gtk-WARNING **: 17:16:18.822: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:18 
13:16:18 (Eclipse:5208): Gtk-CRITICAL **: 17:16:18.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:19 
13:16:19 (Eclipse:5208): Gtk-CRITICAL **: 17:16:19.079: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:19 
13:16:19 (Eclipse:5208): Gtk-CRITICAL **: 17:16:19.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:19 
13:16:19 (Eclipse:5208): Gtk-CRITICAL **: 17:16:19.809: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:19 
13:16:19 (Eclipse:5208): Gtk-CRITICAL **: 17:16:19.809: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:19 
13:16:19 (Eclipse:5208): Gtk-WARNING **: 17:16:19.873: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:19 
13:16:19 (Eclipse:5208): Gtk-WARNING **: 17:16:19.883: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:19 
13:16:19 (Eclipse:5208): Gtk-CRITICAL **: 17:16:19.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:19 
13:16:19 (Eclipse:5208): Gtk-CRITICAL **: 17:16:19.953: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:19 
13:16:19 (Eclipse:5208): Gtk-CRITICAL **: 17:16:19.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:20 
13:16:20 (Eclipse:5208): Gtk-CRITICAL **: 17:16:20.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:20 
13:16:20 (Eclipse:5208): Gtk-WARNING **: 17:16:20.223: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:20 
13:16:20 (Eclipse:5208): Gtk-WARNING **: 17:16:20.235: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:20 
13:16:20 (Eclipse:5208): Gtk-CRITICAL **: 17:16:20.367: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:20 
13:16:20 (Eclipse:5208): Gtk-CRITICAL **: 17:16:20.454: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:20 
13:16:20 (Eclipse:5208): Gtk-CRITICAL **: 17:16:20.551: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.186: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.186: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-WARNING **: 17:16:21.249: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:21 
13:16:21 (Eclipse:5208): Gtk-WARNING **: 17:16:21.259: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.320: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-WARNING **: 17:16:21.599: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:21 
13:16:21 (Eclipse:5208): Gtk-WARNING **: 17:16:21.610: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.632: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:21 
13:16:21 (Eclipse:5208): Gtk-CRITICAL **: 17:16:21.906: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:22 
13:16:22 (Eclipse:5208): Gtk-CRITICAL **: 17:16:22.750: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:22 
13:16:22 (Eclipse:5208): Gtk-CRITICAL **: 17:16:22.750: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:22 
13:16:22 (Eclipse:5208): Gtk-WARNING **: 17:16:22.826: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:22 
13:16:22 (Eclipse:5208): Gtk-WARNING **: 17:16:22.836: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:22 
13:16:22 (Eclipse:5208): Gtk-CRITICAL **: 17:16:22.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:22 
13:16:22 (Eclipse:5208): Gtk-CRITICAL **: 17:16:22.933: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:22 
13:16:22 (Eclipse:5208): Gtk-CRITICAL **: 17:16:22.963: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:23 
13:16:23 (Eclipse:5208): Gtk-CRITICAL **: 17:16:23.032: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:23 
13:16:23 (Eclipse:5208): Gtk-WARNING **: 17:16:23.200: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:23 
13:16:23 (Eclipse:5208): Gtk-WARNING **: 17:16:23.211: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:23 
13:16:23 (Eclipse:5208): Gtk-CRITICAL **: 17:16:23.287: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:23 
13:16:23 (Eclipse:5208): Gtk-CRITICAL **: 17:16:23.374: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:23 
13:16:23 (Eclipse:5208): Gtk-CRITICAL **: 17:16:23.465: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.086: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.086: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-WARNING **: 17:16:24.150: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:24 
13:16:24 (Eclipse:5208): Gtk-WARNING **: 17:16:24.159: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.179: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.228: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.255: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.318: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-WARNING **: 17:16:24.487: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:24 
13:16:24 (Eclipse:5208): Gtk-WARNING **: 17:16:24.498: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.609: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.702: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:24 
13:16:24 (Eclipse:5208): Gtk-CRITICAL **: 17:16:24.791: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:25 
13:16:25 (Eclipse:5208): Gtk-CRITICAL **: 17:16:25.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:25 
13:16:25 (Eclipse:5208): Gtk-CRITICAL **: 17:16:25.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:25 
13:16:25 (Eclipse:5208): Gtk-WARNING **: 17:16:25.483: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:25 
13:16:25 (Eclipse:5208): Gtk-WARNING **: 17:16:25.492: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:25 
13:16:25 (Eclipse:5208): Gtk-CRITICAL **: 17:16:25.513: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:25 
13:16:25 (Eclipse:5208): Gtk-CRITICAL **: 17:16:25.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:25 
13:16:25 (Eclipse:5208): Gtk-CRITICAL **: 17:16:25.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:25 
13:16:25 (Eclipse:5208): Gtk-CRITICAL **: 17:16:25.656: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:25 
13:16:25 (Eclipse:5208): Gtk-WARNING **: 17:16:25.849: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:25 
13:16:25 (Eclipse:5208): Gtk-WARNING **: 17:16:25.860: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:26 
13:16:26 (Eclipse:5208): Gtk-CRITICAL **: 17:16:26.062: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:26 
13:16:26 (Eclipse:5208): Gtk-CRITICAL **: 17:16:26.155: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:26 
13:16:26 (Eclipse:5208): Gtk-CRITICAL **: 17:16:26.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:26 
13:16:26 (Eclipse:5208): Gtk-CRITICAL **: 17:16:26.849: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:26 
13:16:26 (Eclipse:5208): Gtk-CRITICAL **: 17:16:26.849: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:26 
13:16:26 (Eclipse:5208): Gtk-WARNING **: 17:16:26.911: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:26 
13:16:26 (Eclipse:5208): Gtk-WARNING **: 17:16:26.921: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:26 
13:16:26 (Eclipse:5208): Gtk-CRITICAL **: 17:16:26.942: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:26 
13:16:26 (Eclipse:5208): Gtk-CRITICAL **: 17:16:26.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:27 
13:16:27 (Eclipse:5208): Gtk-CRITICAL **: 17:16:27.019: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:27 
13:16:27 (Eclipse:5208): Gtk-CRITICAL **: 17:16:27.086: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:27 
13:16:27 (Eclipse:5208): Gtk-CRITICAL **: 17:16:27.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:27 
13:16:27 (Eclipse:5208): Gtk-CRITICAL **: 17:16:27.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:27 
13:16:27 (Eclipse:5208): Gtk-WARNING **: 17:16:27.862: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:27 
13:16:27 (Eclipse:5208): Gtk-WARNING **: 17:16:27.872: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:27 
13:16:27 (Eclipse:5208): Gtk-CRITICAL **: 17:16:27.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:27 
13:16:27 (Eclipse:5208): Gtk-CRITICAL **: 17:16:27.950: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:27 
13:16:27 (Eclipse:5208): Gtk-CRITICAL **: 17:16:27.982: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:28 
13:16:28 (Eclipse:5208): Gtk-CRITICAL **: 17:16:28.055: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:28 
13:16:28 (Eclipse:5208): Gtk-WARNING **: 17:16:28.239: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:28 
13:16:28 (Eclipse:5208): Gtk-WARNING **: 17:16:28.250: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:28 
13:16:28 (Eclipse:5208): Gtk-CRITICAL **: 17:16:28.323: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:28 
13:16:28 (Eclipse:5208): Gtk-CRITICAL **: 17:16:28.426: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:28 
13:16:28 (Eclipse:5208): Gtk-CRITICAL **: 17:16:28.524: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:29 
13:16:29 (Eclipse:5208): Gtk-CRITICAL **: 17:16:29.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:29 
13:16:29 (Eclipse:5208): Gtk-CRITICAL **: 17:16:29.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:29 
13:16:29 (Eclipse:5208): Gtk-WARNING **: 17:16:29.268: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:29 
13:16:29 (Eclipse:5208): Gtk-WARNING **: 17:16:29.278: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:29 
13:16:29 (Eclipse:5208): Gtk-CRITICAL **: 17:16:29.299: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:29 
13:16:29 (Eclipse:5208): Gtk-CRITICAL **: 17:16:29.356: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:29 
13:16:29 (Eclipse:5208): Gtk-CRITICAL **: 17:16:29.387: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:29 
13:16:29 (Eclipse:5208): Gtk-CRITICAL **: 17:16:29.458: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:29 
13:16:29 (Eclipse:5208): Gtk-WARNING **: 17:16:29.628: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:29 
13:16:29 (Eclipse:5208): Gtk-WARNING **: 17:16:29.639: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:29 
13:16:29 (Eclipse:5208): Gtk-CRITICAL **: 17:16:29.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:30 
13:16:30 (Eclipse:5208): Gtk-CRITICAL **: 17:16:30.006: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:30 
13:16:30 (Eclipse:5208): Gtk-CRITICAL **: 17:16:30.023: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:30 
13:16:30 (Eclipse:5208): Gtk-CRITICAL **: 17:16:30.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:30 
13:16:30 (Eclipse:5208): Gtk-CRITICAL **: 17:16:30.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:30 
13:16:30 (Eclipse:5208): Gtk-WARNING **: 17:16:30.793: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:30 
13:16:30 (Eclipse:5208): Gtk-WARNING **: 17:16:30.802: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:30 
13:16:30 (Eclipse:5208): Gtk-CRITICAL **: 17:16:30.824: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:30 
13:16:30 (Eclipse:5208): Gtk-CRITICAL **: 17:16:30.872: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:30 
13:16:30 (Eclipse:5208): Gtk-CRITICAL **: 17:16:30.905: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:30 
13:16:30 (Eclipse:5208): Gtk-CRITICAL **: 17:16:30.974: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:31 
13:16:31 (Eclipse:5208): Gtk-WARNING **: 17:16:31.156: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:31 
13:16:31 (Eclipse:5208): Gtk-WARNING **: 17:16:31.167: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:31 
13:16:31 (Eclipse:5208): Gtk-CRITICAL **: 17:16:31.305: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:31 
13:16:31 (Eclipse:5208): Gtk-CRITICAL **: 17:16:31.408: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:31 
13:16:31 (Eclipse:5208): Gtk-CRITICAL **: 17:16:31.502: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.129: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.130: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-WARNING **: 17:16:32.192: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:32 
13:16:32 (Eclipse:5208): Gtk-WARNING **: 17:16:32.201: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.271: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.300: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.379: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.477: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-WARNING **: 17:16:32.684: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:32 
13:16:32 (Eclipse:5208): Gtk-WARNING **: 17:16:32.698: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.815: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:32 
13:16:32 (Eclipse:5208): Gtk-CRITICAL **: 17:16:32.907: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:33 
13:16:33 (Eclipse:5208): Gtk-CRITICAL **: 17:16:33.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:33 
13:16:33 (Eclipse:5208): Gtk-CRITICAL **: 17:16:33.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:33 
13:16:33 (Eclipse:5208): Gtk-WARNING **: 17:16:33.668: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:33 
13:16:33 (Eclipse:5208): Gtk-WARNING **: 17:16:33.678: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:33 
13:16:33 (Eclipse:5208): Gtk-CRITICAL **: 17:16:33.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:33 
13:16:33 (Eclipse:5208): Gtk-CRITICAL **: 17:16:33.751: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:33 
13:16:33 (Eclipse:5208): Gtk-CRITICAL **: 17:16:33.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:33 
13:16:33 (Eclipse:5208): Gtk-CRITICAL **: 17:16:33.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:34 
13:16:34 (Eclipse:5208): Gtk-WARNING **: 17:16:34.032: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:34 
13:16:34 (Eclipse:5208): Gtk-WARNING **: 17:16:34.044: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:34 
13:16:34 (Eclipse:5208): Gtk-CRITICAL **: 17:16:34.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:34 
13:16:34 (Eclipse:5208): Gtk-CRITICAL **: 17:16:34.201: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:34 
13:16:34 (Eclipse:5208): Gtk-CRITICAL **: 17:16:34.298: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:34 
13:16:34 (Eclipse:5208): Gtk-CRITICAL **: 17:16:34.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:34 
13:16:34 (Eclipse:5208): Gtk-CRITICAL **: 17:16:34.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:34 
13:16:34 (Eclipse:5208): Gtk-WARNING **: 17:16:34.954: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:34 
13:16:34 (Eclipse:5208): Gtk-WARNING **: 17:16:34.963: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:34 
13:16:34 (Eclipse:5208): Gtk-CRITICAL **: 17:16:34.984: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:35 
13:16:35 (Eclipse:5208): Gtk-CRITICAL **: 17:16:35.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:35 
13:16:35 (Eclipse:5208): Gtk-CRITICAL **: 17:16:35.065: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:35 
13:16:35 (Eclipse:5208): Gtk-CRITICAL **: 17:16:35.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:35 
13:16:35 (Eclipse:5208): Gtk-WARNING **: 17:16:35.316: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:35 
13:16:35 (Eclipse:5208): Gtk-WARNING **: 17:16:35.328: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:35 
13:16:35 (Eclipse:5208): Gtk-CRITICAL **: 17:16:35.429: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:35 
13:16:35 (Eclipse:5208): Gtk-CRITICAL **: 17:16:35.545: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:35 
13:16:35 (Eclipse:5208): Gtk-CRITICAL **: 17:16:35.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:36 
13:16:36 (Eclipse:5208): Gtk-CRITICAL **: 17:16:36.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:36 
13:16:36 (Eclipse:5208): Gtk-CRITICAL **: 17:16:36.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:36 
13:16:36 (Eclipse:5208): Gtk-WARNING **: 17:16:36.374: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:36 
13:16:36 (Eclipse:5208): Gtk-WARNING **: 17:16:36.384: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:36 
13:16:36 (Eclipse:5208): Gtk-CRITICAL **: 17:16:36.406: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:36 
13:16:36 (Eclipse:5208): Gtk-CRITICAL **: 17:16:36.453: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:36 
13:16:36 (Eclipse:5208): Gtk-CRITICAL **: 17:16:36.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:36 
13:16:36 (Eclipse:5208): Gtk-CRITICAL **: 17:16:36.558: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:36 
13:16:36 (Eclipse:5208): Gtk-WARNING **: 17:16:36.756: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:36 
13:16:36 (Eclipse:5208): Gtk-WARNING **: 17:16:36.768: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:36 
13:16:36 (Eclipse:5208): Gtk-CRITICAL **: 17:16:36.965: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:37 
13:16:37 (Eclipse:5208): Gtk-CRITICAL **: 17:16:37.078: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:37 
13:16:37 (Eclipse:5208): Gtk-CRITICAL **: 17:16:37.172: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:38 
13:16:38 (Eclipse:5208): Gtk-CRITICAL **: 17:16:38.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:38 
13:16:38 (Eclipse:5208): Gtk-CRITICAL **: 17:16:38.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:38 
13:16:38 (Eclipse:5208): Gtk-WARNING **: 17:16:38.230: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:38 
13:16:38 (Eclipse:5208): Gtk-WARNING **: 17:16:38.264: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:38 
13:16:38 (Eclipse:5208): Gtk-CRITICAL **: 17:16:38.287: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:38 
13:16:38 (Eclipse:5208): Gtk-CRITICAL **: 17:16:38.336: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:38 
13:16:38 (Eclipse:5208): Gtk-CRITICAL **: 17:16:38.374: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:38 
13:16:38 (Eclipse:5208): Gtk-CRITICAL **: 17:16:38.452: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:38 
13:16:38 (Eclipse:5208): Gtk-WARNING **: 17:16:38.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:38 
13:16:38 (Eclipse:5208): Gtk-WARNING **: 17:16:38.646: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:38 
13:16:38 (Eclipse:5208): Gtk-CRITICAL **: 17:16:38.806: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:38 
13:16:38 (Eclipse:5208): Gtk-CRITICAL **: 17:16:38.907: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:39 
13:16:39 (Eclipse:5208): Gtk-CRITICAL **: 17:16:39.000: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:39 
13:16:39 (Eclipse:5208): Gtk-CRITICAL **: 17:16:39.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:39 
13:16:39 (Eclipse:5208): Gtk-CRITICAL **: 17:16:39.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:39 
13:16:39 (Eclipse:5208): Gtk-WARNING **: 17:16:39.659: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:39 
13:16:39 (Eclipse:5208): Gtk-WARNING **: 17:16:39.669: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:39 
13:16:39 (Eclipse:5208): Gtk-CRITICAL **: 17:16:39.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:39 
13:16:39 (Eclipse:5208): Gtk-CRITICAL **: 17:16:39.750: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:39 
13:16:39 (Eclipse:5208): Gtk-CRITICAL **: 17:16:39.778: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:39 
13:16:39 (Eclipse:5208): Gtk-CRITICAL **: 17:16:39.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:40 
13:16:40 (Eclipse:5208): Gtk-WARNING **: 17:16:40.026: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:40 
13:16:40 (Eclipse:5208): Gtk-WARNING **: 17:16:40.037: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:40 
13:16:40 (Eclipse:5208): Gtk-CRITICAL **: 17:16:40.062: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:40 
13:16:40 (Eclipse:5208): Gtk-CRITICAL **: 17:16:40.166: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:40 
13:16:40 (Eclipse:5208): Gtk-CRITICAL **: 17:16:40.259: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:40 
13:16:40 (Eclipse:5208): Gtk-CRITICAL **: 17:16:40.884: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:40 
13:16:40 (Eclipse:5208): Gtk-CRITICAL **: 17:16:40.884: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:40 
13:16:40 (Eclipse:5208): Gtk-WARNING **: 17:16:40.948: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:40 
13:16:40 (Eclipse:5208): Gtk-WARNING **: 17:16:40.957: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:40 
13:16:40 (Eclipse:5208): Gtk-CRITICAL **: 17:16:40.976: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:41 
13:16:41 (Eclipse:5208): Gtk-CRITICAL **: 17:16:41.026: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:41 
13:16:41 (Eclipse:5208): Gtk-CRITICAL **: 17:16:41.055: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:41 
13:16:41 (Eclipse:5208): Gtk-CRITICAL **: 17:16:41.123: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:41 
13:16:41 (Eclipse:5208): Gtk-WARNING **: 17:16:41.286: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:41 
13:16:41 (Eclipse:5208): Gtk-WARNING **: 17:16:41.297: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:41 
13:16:41 (Eclipse:5208): Gtk-CRITICAL **: 17:16:41.401: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:41 
13:16:41 (Eclipse:5208): Gtk-CRITICAL **: 17:16:41.500: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:41 
13:16:41 (Eclipse:5208): Gtk-CRITICAL **: 17:16:41.631: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:42 
13:16:42 (Eclipse:5208): Gtk-CRITICAL **: 17:16:42.298: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:42 
13:16:42 (Eclipse:5208): Gtk-CRITICAL **: 17:16:42.298: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:42 
13:16:42 (Eclipse:5208): Gtk-WARNING **: 17:16:42.360: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:42 
13:16:42 (Eclipse:5208): Gtk-WARNING **: 17:16:42.370: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:42 
13:16:42 (Eclipse:5208): Gtk-CRITICAL **: 17:16:42.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:42 
13:16:42 (Eclipse:5208): Gtk-CRITICAL **: 17:16:42.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:42 
13:16:42 (Eclipse:5208): Gtk-CRITICAL **: 17:16:42.466: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:42 
13:16:42 (Eclipse:5208): Gtk-CRITICAL **: 17:16:42.533: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:42 
13:16:42 (Eclipse:5208): Gtk-WARNING **: 17:16:42.697: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:42 
13:16:42 (Eclipse:5208): Gtk-WARNING **: 17:16:42.708: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:42 
13:16:42 (Eclipse:5208): Gtk-CRITICAL **: 17:16:42.833: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:42 
13:16:42 (Eclipse:5208): Gtk-CRITICAL **: 17:16:42.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:43 
13:16:43 (Eclipse:5208): Gtk-CRITICAL **: 17:16:43.019: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:43 
13:16:43 (Eclipse:5208): Gtk-CRITICAL **: 17:16:43.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:43 
13:16:43 (Eclipse:5208): Gtk-CRITICAL **: 17:16:43.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:43 
13:16:43 (Eclipse:5208): Gtk-WARNING **: 17:16:43.713: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:43 
13:16:43 (Eclipse:5208): Gtk-WARNING **: 17:16:43.722: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:43 
13:16:43 (Eclipse:5208): Gtk-CRITICAL **: 17:16:43.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:43 
13:16:43 (Eclipse:5208): Gtk-CRITICAL **: 17:16:43.792: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:43 
13:16:43 (Eclipse:5208): Gtk-CRITICAL **: 17:16:43.822: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:43 
13:16:43 (Eclipse:5208): Gtk-CRITICAL **: 17:16:43.890: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:44 
13:16:44 (Eclipse:5208): Gtk-WARNING **: 17:16:44.070: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:44 
13:16:44 (Eclipse:5208): Gtk-WARNING **: 17:16:44.083: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:44 
13:16:44 (Eclipse:5208): Gtk-CRITICAL **: 17:16:44.297: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:44 
13:16:44 (Eclipse:5208): Gtk-CRITICAL **: 17:16:44.388: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:44 
13:16:44 (Eclipse:5208): Gtk-CRITICAL **: 17:16:44.482: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:45 
13:16:45 (Eclipse:5208): Gtk-CRITICAL **: 17:16:45.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:45 
13:16:45 (Eclipse:5208): Gtk-CRITICAL **: 17:16:45.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:45 
13:16:45 (Eclipse:5208): Gtk-WARNING **: 17:16:45.181: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:45 
13:16:45 (Eclipse:5208): Gtk-WARNING **: 17:16:45.190: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:45 
13:16:45 (Eclipse:5208): Gtk-CRITICAL **: 17:16:45.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:45 
13:16:45 (Eclipse:5208): Gtk-CRITICAL **: 17:16:45.269: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:45 
13:16:45 (Eclipse:5208): Gtk-CRITICAL **: 17:16:45.284: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:45 
13:16:45 (Eclipse:5208): Gtk-CRITICAL **: 17:16:45.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:45 
13:16:45 (Eclipse:5208): Gtk-CRITICAL **: 17:16:45.396: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:46 
13:16:46 (Eclipse:5208): Gtk-CRITICAL **: 17:16:46.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:46 
13:16:46 (Eclipse:5208): Gtk-CRITICAL **: 17:16:46.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:46 
13:16:46 (Eclipse:5208): Gtk-WARNING **: 17:16:46.110: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:46 
13:16:46 (Eclipse:5208): Gtk-WARNING **: 17:16:46.120: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:46 
13:16:46 (Eclipse:5208): Gtk-CRITICAL **: 17:16:46.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:46 
13:16:46 (Eclipse:5208): Gtk-CRITICAL **: 17:16:46.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:46 
13:16:46 (Eclipse:5208): Gtk-CRITICAL **: 17:16:46.239: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:46 
13:16:46 (Eclipse:5208): Gtk-CRITICAL **: 17:16:46.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:46 
13:16:46 (Eclipse:5208): Gtk-CRITICAL **: 17:16:46.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:47 
13:16:47 (Eclipse:5208): Gtk-CRITICAL **: 17:16:47.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:47 
13:16:47 (Eclipse:5208): Gtk-CRITICAL **: 17:16:47.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:47 
13:16:47 (Eclipse:5208): Gtk-WARNING **: 17:16:47.094: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:47 
13:16:47 (Eclipse:5208): Gtk-WARNING **: 17:16:47.104: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:47 
13:16:47 (Eclipse:5208): Gtk-CRITICAL **: 17:16:47.125: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:47 
13:16:47 (Eclipse:5208): Gtk-CRITICAL **: 17:16:47.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:47 
13:16:47 (Eclipse:5208): Gtk-CRITICAL **: 17:16:47.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:47 
13:16:47 (Eclipse:5208): Gtk-CRITICAL **: 17:16:47.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:47 
13:16:47 (Eclipse:5208): Gtk-CRITICAL **: 17:16:47.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.005: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.005: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-WARNING **: 17:16:48.067: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:48 
13:16:48 (Eclipse:5208): Gtk-WARNING **: 17:16:48.076: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.098: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.151: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.196: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.278: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.372: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.971: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:48 
13:16:48 (Eclipse:5208): Gtk-CRITICAL **: 17:16:48.971: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:49 
13:16:49 (Eclipse:5208): Gtk-WARNING **: 17:16:49.033: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:49 
13:16:49 (Eclipse:5208): Gtk-WARNING **: 17:16:49.042: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:49 
13:16:49 (Eclipse:5208): Gtk-CRITICAL **: 17:16:49.064: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:49 
13:16:49 (Eclipse:5208): Gtk-CRITICAL **: 17:16:49.116: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:49 
13:16:49 (Eclipse:5208): Gtk-CRITICAL **: 17:16:49.148: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:49 
13:16:49 (Eclipse:5208): Gtk-CRITICAL **: 17:16:49.170: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:49 
13:16:49 (Eclipse:5208): Gtk-CRITICAL **: 17:16:49.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:49 
13:16:49 (Eclipse:5208): Gtk-CRITICAL **: 17:16:49.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:49 
13:16:49 (Eclipse:5208): Gtk-CRITICAL **: 17:16:49.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.056: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-WARNING **: 17:16:50.121: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:50 
13:16:50 (Eclipse:5208): Gtk-WARNING **: 17:16:50.130: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.153: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.211: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.270: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.323: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:50 
13:16:50 (Eclipse:5208): Gtk-CRITICAL **: 17:16:50.506: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:51 
13:16:51 (Eclipse:5208): Gtk-CRITICAL **: 17:16:51.113: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:51 
13:16:51 (Eclipse:5208): Gtk-CRITICAL **: 17:16:51.113: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:51 
13:16:51 (Eclipse:5208): Gtk-WARNING **: 17:16:51.174: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:51 
13:16:51 (Eclipse:5208): Gtk-WARNING **: 17:16:51.184: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:51 
13:16:51 (Eclipse:5208): Gtk-CRITICAL **: 17:16:51.207: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:51 
13:16:51 (Eclipse:5208): Gtk-CRITICAL **: 17:16:51.264: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:51 
13:16:51 (Eclipse:5208): Gtk-CRITICAL **: 17:16:51.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:51 
13:16:51 (Eclipse:5208): Gtk-CRITICAL **: 17:16:51.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:51 
13:16:51 (Eclipse:5208): Gtk-CRITICAL **: 17:16:51.439: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:51 
13:16:51 (Eclipse:5208): Gtk-CRITICAL **: 17:16:51.536: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:52 
13:16:52 (Eclipse:5208): Gtk-CRITICAL **: 17:16:52.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:52 
13:16:52 (Eclipse:5208): Gtk-CRITICAL **: 17:16:52.144: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:52 
13:16:52 (Eclipse:5208): Gtk-WARNING **: 17:16:52.204: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:52 
13:16:52 (Eclipse:5208): Gtk-WARNING **: 17:16:52.213: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:52 
13:16:52 (Eclipse:5208): Gtk-CRITICAL **: 17:16:52.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:52 
13:16:52 (Eclipse:5208): Gtk-CRITICAL **: 17:16:52.287: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:52 
13:16:52 (Eclipse:5208): Gtk-CRITICAL **: 17:16:52.342: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:52 
13:16:52 (Eclipse:5208): Gtk-CRITICAL **: 17:16:52.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:52 
13:16:52 (Eclipse:5208): Gtk-CRITICAL **: 17:16:52.529: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:53 
13:16:53 (Eclipse:5208): Gtk-CRITICAL **: 17:16:53.137: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:53 
13:16:53 (Eclipse:5208): Gtk-CRITICAL **: 17:16:53.137: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:53 
13:16:53 (Eclipse:5208): Gtk-WARNING **: 17:16:53.199: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:53 
13:16:53 (Eclipse:5208): Gtk-WARNING **: 17:16:53.208: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:53 
13:16:53 (Eclipse:5208): Gtk-CRITICAL **: 17:16:53.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:53 
13:16:53 (Eclipse:5208): Gtk-CRITICAL **: 17:16:53.281: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:53 
13:16:53 (Eclipse:5208): Gtk-CRITICAL **: 17:16:53.354: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:53 
13:16:53 (Eclipse:5208): Gtk-CRITICAL **: 17:16:53.464: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:53 
13:16:53 (Eclipse:5208): Gtk-CRITICAL **: 17:16:53.599: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:54 
13:16:54 (Eclipse:5208): Gtk-CRITICAL **: 17:16:54.280: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:54 
13:16:54 (Eclipse:5208): Gtk-CRITICAL **: 17:16:54.281: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:54 
13:16:54 (Eclipse:5208): Gtk-CRITICAL **: 17:16:54.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:54 
13:16:54 (Eclipse:5208): Gtk-CRITICAL **: 17:16:54.421: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:54 
13:16:54 (Eclipse:5208): Gtk-CRITICAL **: 17:16:54.492: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:54 
13:16:54 (Eclipse:5208): Gtk-CRITICAL **: 17:16:54.581: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:54 
13:16:54 (Eclipse:5208): Gtk-CRITICAL **: 17:16:54.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:55 
13:16:55 (Eclipse:5208): Gtk-CRITICAL **: 17:16:55.289: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:55 
13:16:55 (Eclipse:5208): Gtk-CRITICAL **: 17:16:55.289: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:55 
13:16:55 (Eclipse:5208): Gtk-WARNING **: 17:16:55.352: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:55 
13:16:55 (Eclipse:5208): Gtk-WARNING **: 17:16:55.361: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:55 
13:16:55 (Eclipse:5208): Gtk-CRITICAL **: 17:16:55.383: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:55 
13:16:55 (Eclipse:5208): Gtk-CRITICAL **: 17:16:55.438: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:55 
13:16:55 (Eclipse:5208): Gtk-CRITICAL **: 17:16:55.494: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:55 
13:16:55 (Eclipse:5208): Gtk-CRITICAL **: 17:16:55.586: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:55 
13:16:55 (Eclipse:5208): Gtk-CRITICAL **: 17:16:55.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:56 
13:16:56 (Eclipse:5208): Gtk-CRITICAL **: 17:16:56.291: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:56 
13:16:56 (Eclipse:5208): Gtk-CRITICAL **: 17:16:56.291: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:56 
13:16:56 (Eclipse:5208): Gtk-WARNING **: 17:16:56.353: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:56 
13:16:56 (Eclipse:5208): Gtk-WARNING **: 17:16:56.362: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:56 
13:16:56 (Eclipse:5208): Gtk-CRITICAL **: 17:16:56.385: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:56 
13:16:56 (Eclipse:5208): Gtk-CRITICAL **: 17:16:56.437: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:56 
13:16:56 (Eclipse:5208): Gtk-CRITICAL **: 17:16:56.493: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:56 
13:16:56 (Eclipse:5208): Gtk-CRITICAL **: 17:16:56.586: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:56 
13:16:56 (Eclipse:5208): Gtk-CRITICAL **: 17:16:56.680: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:57 
13:16:57 (Eclipse:5208): Gtk-CRITICAL **: 17:16:57.318: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:57 
13:16:57 (Eclipse:5208): Gtk-CRITICAL **: 17:16:57.319: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:57 
13:16:57 (Eclipse:5208): Gtk-WARNING **: 17:16:57.379: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:57 
13:16:57 (Eclipse:5208): Gtk-WARNING **: 17:16:57.389: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:57 
13:16:57 (Eclipse:5208): Gtk-CRITICAL **: 17:16:57.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:57 
13:16:57 (Eclipse:5208): Gtk-CRITICAL **: 17:16:57.461: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:57 
13:16:57 (Eclipse:5208): Gtk-CRITICAL **: 17:16:57.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:57 
13:16:57 (Eclipse:5208): Gtk-CRITICAL **: 17:16:57.556: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:57 
13:16:57 (Eclipse:5208): Gtk-CRITICAL **: 17:16:57.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:57 
13:16:57 (Eclipse:5208): Gtk-CRITICAL **: 17:16:57.741: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:58 
13:16:58 (Eclipse:5208): Gtk-CRITICAL **: 17:16:58.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:58 
13:16:58 (Eclipse:5208): Gtk-CRITICAL **: 17:16:58.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:58 
13:16:58 (Eclipse:5208): Gtk-WARNING **: 17:16:58.446: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:58 
13:16:58 (Eclipse:5208): Gtk-WARNING **: 17:16:58.455: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:58 
13:16:58 (Eclipse:5208): Gtk-CRITICAL **: 17:16:58.477: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:58 
13:16:58 (Eclipse:5208): Gtk-CRITICAL **: 17:16:58.527: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:58 
13:16:58 (Eclipse:5208): Gtk-CRITICAL **: 17:16:58.568: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:58 
13:16:58 (Eclipse:5208): Gtk-CRITICAL **: 17:16:58.647: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:58 
13:16:58 (Eclipse:5208): Gtk-CRITICAL **: 17:16:58.741: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:59 
13:16:59 (Eclipse:5208): Gtk-CRITICAL **: 17:16:59.339: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:59 
13:16:59 (Eclipse:5208): Gtk-CRITICAL **: 17:16:59.340: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:59 
13:16:59 (Eclipse:5208): Gtk-WARNING **: 17:16:59.401: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:59 
13:16:59 (Eclipse:5208): Gtk-WARNING **: 17:16:59.410: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:16:59 
13:16:59 (Eclipse:5208): Gtk-CRITICAL **: 17:16:59.432: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:59 
13:16:59 (Eclipse:5208): Gtk-CRITICAL **: 17:16:59.483: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:59 
13:16:59 (Eclipse:5208): Gtk-CRITICAL **: 17:16:59.535: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:59 
13:16:59 (Eclipse:5208): Gtk-CRITICAL **: 17:16:59.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:16:59 
13:16:59 (Eclipse:5208): Gtk-CRITICAL **: 17:16:59.711: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:00 
13:17:00 (Eclipse:5208): Gtk-CRITICAL **: 17:17:00.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:00 
13:17:00 (Eclipse:5208): Gtk-CRITICAL **: 17:17:00.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:00 
13:17:00 (Eclipse:5208): Gtk-WARNING **: 17:17:00.427: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:00 
13:17:00 (Eclipse:5208): Gtk-WARNING **: 17:17:00.436: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:00 
13:17:00 (Eclipse:5208): Gtk-CRITICAL **: 17:17:00.458: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:00 
13:17:00 (Eclipse:5208): Gtk-CRITICAL **: 17:17:00.508: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:00 
13:17:00 (Eclipse:5208): Gtk-CRITICAL **: 17:17:00.552: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:00 
13:17:00 (Eclipse:5208): Gtk-CRITICAL **: 17:17:00.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:00 
13:17:00 (Eclipse:5208): Gtk-CRITICAL **: 17:17:00.731: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:01 
13:17:01 (Eclipse:5208): Gtk-CRITICAL **: 17:17:01.343: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:01 
13:17:01 (Eclipse:5208): Gtk-CRITICAL **: 17:17:01.343: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:01 
13:17:01 (Eclipse:5208): Gtk-WARNING **: 17:17:01.406: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:01 
13:17:01 (Eclipse:5208): Gtk-WARNING **: 17:17:01.416: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:01 
13:17:01 (Eclipse:5208): Gtk-CRITICAL **: 17:17:01.438: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:01 
13:17:01 (Eclipse:5208): Gtk-CRITICAL **: 17:17:01.488: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:01 
13:17:01 (Eclipse:5208): Gtk-CRITICAL **: 17:17:01.520: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:01 
13:17:01 (Eclipse:5208): Gtk-CRITICAL **: 17:17:01.568: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:01 
13:17:01 (Eclipse:5208): Gtk-CRITICAL **: 17:17:01.654: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:01 
13:17:01 (Eclipse:5208): Gtk-CRITICAL **: 17:17:01.749: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:02 
13:17:02 (Eclipse:5208): Gtk-CRITICAL **: 17:17:02.364: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:02 
13:17:02 (Eclipse:5208): Gtk-CRITICAL **: 17:17:02.364: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:02 
13:17:02 (Eclipse:5208): Gtk-WARNING **: 17:17:02.426: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:02 
13:17:02 (Eclipse:5208): Gtk-WARNING **: 17:17:02.435: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:02 
13:17:02 (Eclipse:5208): Gtk-CRITICAL **: 17:17:02.458: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:02 
13:17:02 (Eclipse:5208): Gtk-CRITICAL **: 17:17:02.507: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:02 
13:17:02 (Eclipse:5208): Gtk-CRITICAL **: 17:17:02.539: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:02 
13:17:02 (Eclipse:5208): Gtk-CRITICAL **: 17:17:02.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:02 
13:17:02 (Eclipse:5208): Gtk-CRITICAL **: 17:17:02.679: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:02 
13:17:02 (Eclipse:5208): Gtk-CRITICAL **: 17:17:02.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:03 
13:17:03 (Eclipse:5208): Gtk-CRITICAL **: 17:17:03.387: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:03 
13:17:03 (Eclipse:5208): Gtk-CRITICAL **: 17:17:03.387: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:03 
13:17:03 (Eclipse:5208): Gtk-WARNING **: 17:17:03.450: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:03 
13:17:03 (Eclipse:5208): Gtk-WARNING **: 17:17:03.459: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:03 
13:17:03 (Eclipse:5208): Gtk-CRITICAL **: 17:17:03.482: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:03 
13:17:03 (Eclipse:5208): Gtk-CRITICAL **: 17:17:03.530: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:03 
13:17:03 (Eclipse:5208): Gtk-CRITICAL **: 17:17:03.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:03 
13:17:03 (Eclipse:5208): Gtk-CRITICAL **: 17:17:03.612: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:03 
13:17:03 (Eclipse:5208): Gtk-CRITICAL **: 17:17:03.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:03 
13:17:03 (Eclipse:5208): Gtk-CRITICAL **: 17:17:03.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:04 
13:17:04 (Eclipse:5208): Gtk-CRITICAL **: 17:17:04.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:04 
13:17:04 (Eclipse:5208): Gtk-CRITICAL **: 17:17:04.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:04 
13:17:04 (Eclipse:5208): Gtk-WARNING **: 17:17:04.454: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:04 
13:17:04 (Eclipse:5208): Gtk-WARNING **: 17:17:04.464: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:04 
13:17:04 (Eclipse:5208): Gtk-CRITICAL **: 17:17:04.487: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:04 
13:17:04 (Eclipse:5208): Gtk-CRITICAL **: 17:17:04.538: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:04 
13:17:04 (Eclipse:5208): Gtk-CRITICAL **: 17:17:04.591: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:04 
13:17:04 (Eclipse:5208): Gtk-CRITICAL **: 17:17:04.683: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:04 
13:17:04 (Eclipse:5208): Gtk-CRITICAL **: 17:17:04.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:05 
13:17:05 (Eclipse:5208): Gtk-CRITICAL **: 17:17:05.387: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:05 
13:17:05 (Eclipse:5208): Gtk-CRITICAL **: 17:17:05.387: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:05 
13:17:05 (Eclipse:5208): Gtk-WARNING **: 17:17:05.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:05 
13:17:05 (Eclipse:5208): Gtk-WARNING **: 17:17:05.462: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:05 
13:17:05 (Eclipse:5208): Gtk-CRITICAL **: 17:17:05.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:05 
13:17:05 (Eclipse:5208): Gtk-CRITICAL **: 17:17:05.528: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:05 
13:17:05 (Eclipse:5208): Gtk-CRITICAL **: 17:17:05.580: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:05 
13:17:05 (Eclipse:5208): Gtk-CRITICAL **: 17:17:05.684: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:05 
13:17:05 (Eclipse:5208): Gtk-CRITICAL **: 17:17:05.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:06 
13:17:06 (Eclipse:5208): Gtk-CRITICAL **: 17:17:06.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:06 
13:17:06 (Eclipse:5208): Gtk-CRITICAL **: 17:17:06.309: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:06 
13:17:06 (Eclipse:5208): Gtk-CRITICAL **: 17:17:06.367: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:06 
13:17:06 (Eclipse:5208): Gtk-CRITICAL **: 17:17:06.437: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:06 
13:17:06 (Eclipse:5208): Gtk-CRITICAL **: 17:17:06.504: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:06 
13:17:06 (Eclipse:5208): Gtk-CRITICAL **: 17:17:06.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:06 
13:17:06 (Eclipse:5208): Gtk-CRITICAL **: 17:17:06.690: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:07 
13:17:07 (Eclipse:5208): Gtk-CRITICAL **: 17:17:07.292: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:07 
13:17:07 (Eclipse:5208): Gtk-CRITICAL **: 17:17:07.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:07 
13:17:07 (Eclipse:5208): Gtk-WARNING **: 17:17:07.354: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:07 
13:17:07 (Eclipse:5208): Gtk-WARNING **: 17:17:07.368: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:07 
13:17:07 (Eclipse:5208): Gtk-CRITICAL **: 17:17:07.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:07 
13:17:07 (Eclipse:5208): Gtk-CRITICAL **: 17:17:07.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:07 
13:17:07 (Eclipse:5208): Gtk-CRITICAL **: 17:17:07.487: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:07 
13:17:07 (Eclipse:5208): Gtk-CRITICAL **: 17:17:07.576: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:07 
13:17:07 (Eclipse:5208): Gtk-CRITICAL **: 17:17:07.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:08 
13:17:08 (Eclipse:5208): Gtk-CRITICAL **: 17:17:08.298: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:08 
13:17:08 (Eclipse:5208): Gtk-CRITICAL **: 17:17:08.298: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:08 
13:17:08 (Eclipse:5208): Gtk-WARNING **: 17:17:08.362: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:08 
13:17:08 (Eclipse:5208): Gtk-WARNING **: 17:17:08.372: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:08 
13:17:08 (Eclipse:5208): Gtk-CRITICAL **: 17:17:08.396: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:08 
13:17:08 (Eclipse:5208): Gtk-CRITICAL **: 17:17:08.440: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:08 
13:17:08 (Eclipse:5208): Gtk-CRITICAL **: 17:17:08.492: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:08 
13:17:08 (Eclipse:5208): Gtk-CRITICAL **: 17:17:08.582: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:08 
13:17:08 (Eclipse:5208): Gtk-CRITICAL **: 17:17:08.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:09 
13:17:09 (Eclipse:5208): Gtk-CRITICAL **: 17:17:09.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:09 
13:17:09 (Eclipse:5208): Gtk-CRITICAL **: 17:17:09.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:09 
13:17:09 (Eclipse:5208): Gtk-WARNING **: 17:17:09.391: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:09 
13:17:09 (Eclipse:5208): Gtk-WARNING **: 17:17:09.400: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:09 
13:17:09 (Eclipse:5208): Gtk-CRITICAL **: 17:17:09.432: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:09 
13:17:09 (Eclipse:5208): Gtk-CRITICAL **: 17:17:09.483: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:09 
13:17:09 (Eclipse:5208): Gtk-CRITICAL **: 17:17:09.535: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:09 
13:17:09 (Eclipse:5208): Gtk-CRITICAL **: 17:17:09.658: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:09 
13:17:09 (Eclipse:5208): Gtk-CRITICAL **: 17:17:09.762: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:17:10 
13:17:10 (Eclipse:5208): Gtk-WARNING **: 17:17:10.765: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:10 
13:17:10 (Eclipse:5208): Gtk-WARNING **: 17:17:10.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:11 
13:17:11 (Eclipse:5208): Gtk-WARNING **: 17:17:11.587: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:11 
13:17:11 (Eclipse:5208): Gtk-WARNING **: 17:17:11.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:12 
13:17:12 (Eclipse:5208): Gtk-WARNING **: 17:17:12.348: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:12 
13:17:12 (Eclipse:5208): Gtk-WARNING **: 17:17:12.357: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:13 
13:17:13 (Eclipse:5208): Gtk-WARNING **: 17:17:13.192: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:13 
13:17:13 (Eclipse:5208): Gtk-WARNING **: 17:17:13.202: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:14 
13:17:14 (Eclipse:5208): Gtk-WARNING **: 17:17:14.052: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:14 
13:17:14 (Eclipse:5208): Gtk-WARNING **: 17:17:14.062: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:14 
13:17:14 (Eclipse:5208): Gtk-WARNING **: 17:17:14.814: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:14 
13:17:14 (Eclipse:5208): Gtk-WARNING **: 17:17:14.852: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:16 
13:17:16 (Eclipse:5208): Gtk-WARNING **: 17:17:16.012: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:16 
13:17:16 (Eclipse:5208): Gtk-WARNING **: 17:17:16.022: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:17 
13:17:17 (Eclipse:5208): Gtk-WARNING **: 17:17:17.644: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:17 
13:17:17 (Eclipse:5208): Gtk-WARNING **: 17:17:17.655: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:18 
13:17:18 (Eclipse:5208): Gtk-WARNING **: 17:17:18.926: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:18 
13:17:18 (Eclipse:5208): Gtk-WARNING **: 17:17:18.935: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:19 
13:17:19 (Eclipse:5208): Gtk-WARNING **: 17:17:19.322: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:19 
13:17:19 (Eclipse:5208): Gtk-WARNING **: 17:17:19.323: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:19 
13:17:19 (Eclipse:5208): Gtk-WARNING **: 17:17:19.323: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:19 
13:17:19 (Eclipse:5208): Gtk-WARNING **: 17:17:19.345: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:19 
13:17:19 (Eclipse:5208): Gtk-WARNING **: 17:17:19.345: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:19 
13:17:19 (Eclipse:5208): Gtk-WARNING **: 17:17:19.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.087: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.097: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.471: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.471: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.488: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.489: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.489: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:20 
13:17:20 (Eclipse:5208): Gtk-WARNING **: 17:17:20.645: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:21 
13:17:21 (Eclipse:5208): Gtk-WARNING **: 17:17:21.823: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:21 
13:17:21 (Eclipse:5208): Gtk-WARNING **: 17:17:21.833: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:22 
13:17:22 (Eclipse:5208): Gtk-WARNING **: 17:17:22.043: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:22 
13:17:22 (Eclipse:5208): Gtk-WARNING **: 17:17:22.050: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:23 
13:17:23 (Eclipse:5208): Gtk-WARNING **: 17:17:23.467: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:23 
13:17:23 (Eclipse:5208): Gtk-WARNING **: 17:17:23.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:25 
13:17:25 (Eclipse:5208): Gtk-WARNING **: 17:17:25.262: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:25 
13:17:25 (Eclipse:5208): Gtk-WARNING **: 17:17:25.272: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:26 
13:17:26 (Eclipse:5208): Gtk-WARNING **: 17:17:26.195: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:26 
13:17:26 (Eclipse:5208): Gtk-WARNING **: 17:17:26.204: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:26 
13:17:26 (Eclipse:5208): Gtk-WARNING **: 17:17:26.538: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:26 
13:17:26 (Eclipse:5208): Gtk-WARNING **: 17:17:26.555: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:26 
13:17:26 (Eclipse:5208): Gtk-WARNING **: 17:17:26.805: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:26 
13:17:26 (Eclipse:5208): Gtk-WARNING **: 17:17:26.822: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:27 
13:17:27 (Eclipse:5208): Gtk-WARNING **: 17:17:27.111: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:27 
13:17:27 (Eclipse:5208): Gtk-WARNING **: 17:17:27.112: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:27 
13:17:27 (Eclipse:5208): Gtk-WARNING **: 17:17:27.113: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:27 
13:17:27 (Eclipse:5208): Gtk-WARNING **: 17:17:27.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:27 
13:17:27 (Eclipse:5208): Gtk-WARNING **: 17:17:27.138: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:27 
13:17:27 (Eclipse:5208): Gtk-WARNING **: 17:17:27.139: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:27 
13:17:27 (Eclipse:5208): Gtk-WARNING **: 17:17:27.338: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:27 
13:17:27 (Eclipse:5208): Gtk-WARNING **: 17:17:27.349: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:28 
13:17:28 (Eclipse:5208): Gtk-WARNING **: 17:17:28.075: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:28 
13:17:28 (Eclipse:5208): Gtk-WARNING **: 17:17:28.085: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:28 
13:17:28 (Eclipse:5208): Gtk-WARNING **: 17:17:28.829: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:28 
13:17:28 (Eclipse:5208): Gtk-WARNING **: 17:17:28.838: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:29 
13:17:29 (Eclipse:5208): Gtk-WARNING **: 17:17:29.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:29 
13:17:29 (Eclipse:5208): Gtk-WARNING **: 17:17:29.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:29 
13:17:29 (Eclipse:5208): Gtk-WARNING **: 17:17:29.970: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:29 
13:17:29 (Eclipse:5208): Gtk-WARNING **: 17:17:29.980: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:30 
13:17:30 (Eclipse:5208): Gtk-WARNING **: 17:17:30.699: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:30 
13:17:30 (Eclipse:5208): Gtk-WARNING **: 17:17:30.708: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:30 
13:17:30 (Eclipse:5208): Gtk-WARNING **: 17:17:30.990: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:31 
13:17:31 (Eclipse:5208): Gtk-WARNING **: 17:17:31.001: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:31 
13:17:31 (Eclipse:5208): Gtk-WARNING **: 17:17:31.753: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:31 
13:17:31 (Eclipse:5208): Gtk-WARNING **: 17:17:31.763: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:32 
13:17:32 (Eclipse:5208): Gtk-WARNING **: 17:17:32.478: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:32 
13:17:32 (Eclipse:5208): Gtk-WARNING **: 17:17:32.487: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:32 
13:17:32 (Eclipse:5208): Gtk-WARNING **: 17:17:32.765: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:32 
13:17:32 (Eclipse:5208): Gtk-WARNING **: 17:17:32.782: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:33 
13:17:33 (Eclipse:5208): Gtk-WARNING **: 17:17:33.169: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:33 
13:17:33 (Eclipse:5208): Gtk-WARNING **: 17:17:33.186: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:33 
13:17:33 (Eclipse:5208): Gtk-WARNING **: 17:17:33.935: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:33 
13:17:33 (Eclipse:5208): Gtk-WARNING **: 17:17:33.945: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:34 
13:17:34 (Eclipse:5208): Gtk-WARNING **: 17:17:34.644: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:34 
13:17:34 (Eclipse:5208): Gtk-WARNING **: 17:17:34.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:34 
13:17:34 (Eclipse:5208): Gtk-WARNING **: 17:17:34.936: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:34 
13:17:34 (Eclipse:5208): Gtk-WARNING **: 17:17:34.953: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:35 
13:17:35 (Eclipse:5208): Gtk-WARNING **: 17:17:35.342: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:35 
13:17:35 (Eclipse:5208): Gtk-WARNING **: 17:17:35.358: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:36 
13:17:36 (Eclipse:5208): Gtk-WARNING **: 17:17:36.101: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:36 
13:17:36 (Eclipse:5208): Gtk-WARNING **: 17:17:36.111: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:36 
13:17:36 (Eclipse:5208): Gtk-WARNING **: 17:17:36.858: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:36 
13:17:36 (Eclipse:5208): Gtk-WARNING **: 17:17:36.868: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:37 
13:17:37 (Eclipse:5208): Gtk-WARNING **: 17:17:37.933: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:37 
13:17:37 (Eclipse:5208): Gtk-WARNING **: 17:17:37.944: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:38 
13:17:38 (Eclipse:5208): Gtk-WARNING **: 17:17:38.691: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:38 
13:17:38 (Eclipse:5208): Gtk-WARNING **: 17:17:38.700: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:39 
13:17:39 (Eclipse:5208): Gtk-WARNING **: 17:17:39.754: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:39 
13:17:39 (Eclipse:5208): Gtk-WARNING **: 17:17:39.764: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:40 
13:17:40 (Eclipse:5208): Gtk-WARNING **: 17:17:40.515: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:40 
13:17:40 (Eclipse:5208): Gtk-WARNING **: 17:17:40.524: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:40 
13:17:40 (Eclipse:5208): Gtk-WARNING **: 17:17:40.779: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:40 
13:17:40 (Eclipse:5208): Gtk-WARNING **: 17:17:40.801: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:40 
13:17:40 (Eclipse:5208): Gtk-WARNING **: 17:17:40.808: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:40 
13:17:40 (Eclipse:5208): Gtk-WARNING **: 17:17:40.809: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:41 
13:17:41 (Eclipse:5208): Gtk-WARNING **: 17:17:41.004: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:41 
13:17:41 (Eclipse:5208): Gtk-WARNING **: 17:17:41.025: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:41 
13:17:41 (Eclipse:5208): Gtk-WARNING **: 17:17:41.031: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:41 
13:17:41 (Eclipse:5208): Gtk-WARNING **: 17:17:41.032: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:41 
13:17:41 (Eclipse:5208): Gtk-WARNING **: 17:17:41.791: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:41 
13:17:41 (Eclipse:5208): Gtk-WARNING **: 17:17:41.801: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:42 
13:17:42 (Eclipse:5208): Gtk-WARNING **: 17:17:42.784: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:42 
13:17:42 (Eclipse:5208): Gtk-WARNING **: 17:17:42.794: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.060: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.082: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.089: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.090: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.283: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.304: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.311: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.312: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.985: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:43 
13:17:43 (Eclipse:5208): Gtk-WARNING **: 17:17:43.994: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:44 
13:17:44 (Eclipse:5208): Gtk-WARNING **: 17:17:44.746: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:44 
13:17:44 (Eclipse:5208): Gtk-WARNING **: 17:17:44.755: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:45 
13:17:45 (Eclipse:5208): Gtk-WARNING **: 17:17:45.857: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:45 
13:17:45 (Eclipse:5208): Gtk-WARNING **: 17:17:45.866: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:46 
13:17:46 (Eclipse:5208): Gtk-WARNING **: 17:17:46.615: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:46 
13:17:46 (Eclipse:5208): Gtk-WARNING **: 17:17:46.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:47 
13:17:47 (Eclipse:5208): Gtk-WARNING **: 17:17:47.721: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:47 
13:17:47 (Eclipse:5208): Gtk-WARNING **: 17:17:47.730: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:48 
13:17:48 (Eclipse:5208): Gtk-WARNING **: 17:17:48.503: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:48 
13:17:48 (Eclipse:5208): Gtk-WARNING **: 17:17:48.512: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:49 
13:17:49 (Eclipse:5208): Gtk-WARNING **: 17:17:49.576: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:49 
13:17:49 (Eclipse:5208): Gtk-WARNING **: 17:17:49.585: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:50 
13:17:50 (Eclipse:5208): Gtk-WARNING **: 17:17:50.382: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:50 
13:17:50 (Eclipse:5208): Gtk-WARNING **: 17:17:50.391: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:51 
13:17:51 (Eclipse:5208): Gtk-WARNING **: 17:17:51.444: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:51 
13:17:51 (Eclipse:5208): Gtk-WARNING **: 17:17:51.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:52 
13:17:52 (Eclipse:5208): Gtk-WARNING **: 17:17:52.212: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:52 
13:17:52 (Eclipse:5208): Gtk-WARNING **: 17:17:52.222: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:53 
13:17:53 (Eclipse:5208): Gtk-WARNING **: 17:17:53.348: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:53 
13:17:53 (Eclipse:5208): Gtk-WARNING **: 17:17:53.358: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:54 
13:17:54 (Eclipse:5208): Gtk-WARNING **: 17:17:54.188: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:54 
13:17:54 (Eclipse:5208): Gtk-WARNING **: 17:17:54.197: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:55 
13:17:55 (Eclipse:5208): Gtk-WARNING **: 17:17:55.370: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:55 
13:17:55 (Eclipse:5208): Gtk-WARNING **: 17:17:55.380: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:56 
13:17:56 (Eclipse:5208): Gtk-WARNING **: 17:17:56.149: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:56 
13:17:56 (Eclipse:5208): Gtk-WARNING **: 17:17:56.158: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:56 
13:17:56 (Eclipse:5208): Gtk-WARNING **: 17:17:56.993: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:57 
13:17:57 (Eclipse:5208): Gtk-WARNING **: 17:17:57.002: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:57 
13:17:57 (Eclipse:5208): Gtk-WARNING **: 17:17:57.672: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:57 
13:17:57 (Eclipse:5208): Gtk-WARNING **: 17:17:57.682: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:58 
13:17:58 (Eclipse:5208): Gtk-WARNING **: 17:17:58.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:58 
13:17:58 (Eclipse:5208): Gtk-WARNING **: 17:17:58.491: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:59 
13:17:59 (Eclipse:5208): Gtk-WARNING **: 17:17:59.172: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:17:59 
13:17:59 (Eclipse:5208): Gtk-WARNING **: 17:17:59.181: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:00 
13:18:00 (Eclipse:5208): Gtk-WARNING **: 17:18:00.013: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:00 
13:18:00 (Eclipse:5208): Gtk-WARNING **: 17:18:00.022: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:00 
13:18:00 (Eclipse:5208): Gtk-WARNING **: 17:18:00.730: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:00 
13:18:00 (Eclipse:5208): Gtk-WARNING **: 17:18:00.739: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:01 
13:18:01 (Eclipse:5208): Gtk-WARNING **: 17:18:01.679: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:01 
13:18:01 (Eclipse:5208): Gtk-WARNING **: 17:18:01.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:02 
13:18:02 (Eclipse:5208): Gtk-WARNING **: 17:18:02.618: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:02 
13:18:02 (Eclipse:5208): Gtk-WARNING **: 17:18:02.628: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:03 
13:18:03 (Eclipse:5208): Gtk-WARNING **: 17:18:03.447: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:03 
13:18:03 (Eclipse:5208): Gtk-WARNING **: 17:18:03.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:04 
13:18:04 (Eclipse:5208): Gtk-WARNING **: 17:18:04.103: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:04 
13:18:04 (Eclipse:5208): Gtk-WARNING **: 17:18:04.113: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:04 
13:18:04 (Eclipse:5208): Gtk-WARNING **: 17:18:04.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:04 
13:18:04 (Eclipse:5208): Gtk-WARNING **: 17:18:04.895: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:05 
13:18:05 (Eclipse:5208): Gtk-WARNING **: 17:18:05.544: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:05 
13:18:05 (Eclipse:5208): Gtk-WARNING **: 17:18:05.554: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:06 
13:18:06 (Eclipse:5208): Gtk-WARNING **: 17:18:06.394: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:06 
13:18:06 (Eclipse:5208): Gtk-WARNING **: 17:18:06.403: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:07 
13:18:07 (Eclipse:5208): Gtk-WARNING **: 17:18:07.061: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:07 
13:18:07 (Eclipse:5208): Gtk-WARNING **: 17:18:07.071: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:07 
13:18:07 (Eclipse:5208): Gtk-WARNING **: 17:18:07.868: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:07 
13:18:07 (Eclipse:5208): Gtk-WARNING **: 17:18:07.878: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:08 
13:18:08 (Eclipse:5208): Gtk-WARNING **: 17:18:08.513: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:08 
13:18:08 (Eclipse:5208): Gtk-WARNING **: 17:18:08.522: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:09 
13:18:09 (Eclipse:5208): Gtk-WARNING **: 17:18:09.301: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:09 
13:18:09 (Eclipse:5208): Gtk-WARNING **: 17:18:09.310: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:09 
13:18:09 (Eclipse:5208): Gtk-WARNING **: 17:18:09.950: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:09 
13:18:09 (Eclipse:5208): Gtk-WARNING **: 17:18:09.960: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:10 
13:18:10 (Eclipse:5208): Gtk-WARNING **: 17:18:10.802: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:10 
13:18:10 (Eclipse:5208): Gtk-WARNING **: 17:18:10.811: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:11 
13:18:11 (Eclipse:5208): Gtk-WARNING **: 17:18:11.476: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:11 
13:18:11 (Eclipse:5208): Gtk-WARNING **: 17:18:11.484: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:12 
13:18:12 (Eclipse:5208): Gtk-WARNING **: 17:18:12.294: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:12 
13:18:12 (Eclipse:5208): Gtk-WARNING **: 17:18:12.304: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:12 
13:18:12 (Eclipse:5208): Gtk-WARNING **: 17:18:12.941: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:12 
13:18:12 (Eclipse:5208): Gtk-WARNING **: 17:18:12.968: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:13 
13:18:13 (Eclipse:5208): Gtk-WARNING **: 17:18:13.757: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:13 
13:18:13 (Eclipse:5208): Gtk-WARNING **: 17:18:13.767: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:14 
13:18:14 (Eclipse:5208): Gtk-WARNING **: 17:18:14.829: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:14 
13:18:14 (Eclipse:5208): Gtk-WARNING **: 17:18:14.839: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:16 
13:18:16 (Eclipse:5208): Gtk-WARNING **: 17:18:16.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:16 
13:18:16 (Eclipse:5208): Gtk-WARNING **: 17:18:16.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:18 
13:18:18 (Eclipse:5208): Gtk-WARNING **: 17:18:18.504: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:18 
13:18:18 (Eclipse:5208): Gtk-WARNING **: 17:18:18.514: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:20 
13:18:20 (Eclipse:5208): Gtk-WARNING **: 17:18:20.140: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:20 
13:18:20 (Eclipse:5208): Gtk-WARNING **: 17:18:20.150: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:21 
13:18:21 (Eclipse:5208): Gtk-WARNING **: 17:18:21.867: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:21 
13:18:21 (Eclipse:5208): Gtk-WARNING **: 17:18:21.877: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:23 
13:18:23 (Eclipse:5208): Gtk-WARNING **: 17:18:23.516: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:23 
13:18:23 (Eclipse:5208): Gtk-WARNING **: 17:18:23.525: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:24 
13:18:24 (Eclipse:5208): Gtk-WARNING **: 17:18:24.367: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:24 
13:18:24 (Eclipse:5208): Gtk-WARNING **: 17:18:24.376: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:25 
13:18:25 (Eclipse:5208): Gtk-WARNING **: 17:18:25.563: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:25 
13:18:25 (Eclipse:5208): Gtk-WARNING **: 17:18:25.573: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:26 
13:18:26 (Eclipse:5208): Gtk-WARNING **: 17:18:26.783: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:26 
13:18:26 (Eclipse:5208): Gtk-WARNING **: 17:18:26.793: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:27 
13:18:27 (Eclipse:5208): Gtk-WARNING **: 17:18:27.952: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:27 
13:18:27 (Eclipse:5208): Gtk-WARNING **: 17:18:27.961: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:29 
13:18:29 (Eclipse:5208): Gtk-WARNING **: 17:18:29.161: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:29 
13:18:29 (Eclipse:5208): Gtk-WARNING **: 17:18:29.171: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:30 
13:18:30 (Eclipse:5208): Gtk-WARNING **: 17:18:30.366: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:30 
13:18:30 (Eclipse:5208): Gtk-WARNING **: 17:18:30.376: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:31 
13:18:31 (Eclipse:5208): Gtk-WARNING **: 17:18:31.222: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:31 
13:18:31 (Eclipse:5208): Gtk-WARNING **: 17:18:31.232: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:32 
13:18:32 (Eclipse:5208): Gtk-WARNING **: 17:18:32.921: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:32 
13:18:32 (Eclipse:5208): Gtk-WARNING **: 17:18:32.931: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:34 
13:18:34 (Eclipse:5208): Gtk-WARNING **: 17:18:34.078: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:34 
13:18:34 (Eclipse:5208): Gtk-WARNING **: 17:18:34.088: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:35 
13:18:35 (Eclipse:5208): Gtk-WARNING **: 17:18:35.293: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:35 
13:18:35 (Eclipse:5208): Gtk-WARNING **: 17:18:35.303: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:36 
13:18:36 (Eclipse:5208): Gtk-WARNING **: 17:18:36.467: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:36 
13:18:36 (Eclipse:5208): Gtk-WARNING **: 17:18:36.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:37 
13:18:37 (Eclipse:5208): Gtk-WARNING **: 17:18:37.603: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:37 
13:18:37 (Eclipse:5208): Gtk-WARNING **: 17:18:37.612: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:38 
13:18:38 (Eclipse:5208): Gtk-WARNING **: 17:18:38.400: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:38 
13:18:38 (Eclipse:5208): Gtk-WARNING **: 17:18:38.410: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:39 
13:18:39 (Eclipse:5208): Gtk-WARNING **: 17:18:39.565: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:39 
13:18:39 (Eclipse:5208): Gtk-WARNING **: 17:18:39.574: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:40 
13:18:40 (Eclipse:5208): Gtk-WARNING **: 17:18:40.712: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:40 
13:18:40 (Eclipse:5208): Gtk-WARNING **: 17:18:40.722: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:41 
13:18:41 (Eclipse:5208): Gtk-WARNING **: 17:18:41.868: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:41 
13:18:41 (Eclipse:5208): Gtk-WARNING **: 17:18:41.877: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:42 
13:18:42 (Eclipse:5208): Gtk-WARNING **: 17:18:42.959: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:42 
13:18:42 (Eclipse:5208): Gtk-WARNING **: 17:18:42.969: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:44 
13:18:44 (Eclipse:5208): Gtk-WARNING **: 17:18:44.038: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:44 
13:18:44 (Eclipse:5208): Gtk-WARNING **: 17:18:44.048: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:44 
13:18:44 (Eclipse:5208): Gtk-WARNING **: 17:18:44.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:44 
13:18:44 (Eclipse:5208): Gtk-WARNING **: 17:18:44.895: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:46 
13:18:46 (Eclipse:5208): Gtk-WARNING **: 17:18:46.009: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:46 
13:18:46 (Eclipse:5208): Gtk-WARNING **: 17:18:46.019: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:47 
13:18:47 (Eclipse:5208): Gtk-WARNING **: 17:18:47.231: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:47 
13:18:47 (Eclipse:5208): Gtk-WARNING **: 17:18:47.241: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:48 
13:18:48 (Eclipse:5208): Gtk-WARNING **: 17:18:48.615: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:48 
13:18:48 (Eclipse:5208): Gtk-WARNING **: 17:18:48.624: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:49 
13:18:49 (Eclipse:5208): Gtk-WARNING **: 17:18:49.758: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:49 
13:18:49 (Eclipse:5208): Gtk-WARNING **: 17:18:49.769: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:50 
13:18:50 (Eclipse:5208): Gtk-WARNING **: 17:18:50.944: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:50 
13:18:50 (Eclipse:5208): Gtk-WARNING **: 17:18:50.953: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:52 
13:18:52 (Eclipse:5208): Gtk-WARNING **: 17:18:52.081: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:52 
13:18:52 (Eclipse:5208): Gtk-WARNING **: 17:18:52.091: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:53 
13:18:53 (Eclipse:5208): Gtk-WARNING **: 17:18:53.364: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:53 
13:18:53 (Eclipse:5208): Gtk-WARNING **: 17:18:53.374: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:54 
13:18:54 (Eclipse:5208): Gtk-WARNING **: 17:18:54.614: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:54 
13:18:54 (Eclipse:5208): Gtk-WARNING **: 17:18:54.623: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:55 
13:18:55 (Eclipse:5208): Gtk-WARNING **: 17:18:55.931: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:55 
13:18:55 (Eclipse:5208): Gtk-WARNING **: 17:18:55.941: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:57 
13:18:57 (Eclipse:5208): Gtk-WARNING **: 17:18:57.252: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:57 
13:18:57 (Eclipse:5208): Gtk-WARNING **: 17:18:57.261: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:58 
13:18:58 (Eclipse:5208): Gtk-WARNING **: 17:18:58.608: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:58 
13:18:58 (Eclipse:5208): Gtk-WARNING **: 17:18:58.618: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:59 
13:18:59 (Eclipse:5208): Gtk-WARNING **: 17:18:59.729: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:18:59 
13:18:59 (Eclipse:5208): Gtk-WARNING **: 17:18:59.739: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:01 
13:19:01 (Eclipse:5208): Gtk-WARNING **: 17:19:01.055: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:01 
13:19:01 (Eclipse:5208): Gtk-WARNING **: 17:19:01.064: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:02 
13:19:02 (Eclipse:5208): Gtk-WARNING **: 17:19:02.320: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:02 
13:19:02 (Eclipse:5208): Gtk-WARNING **: 17:19:02.329: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:03 
13:19:03 (Eclipse:5208): Gtk-WARNING **: 17:19:03.579: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:03 
13:19:03 (Eclipse:5208): Gtk-WARNING **: 17:19:03.589: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:04 
13:19:04 (Eclipse:5208): Gtk-WARNING **: 17:19:04.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:04 
13:19:04 (Eclipse:5208): Gtk-WARNING **: 17:19:04.896: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:06 
13:19:06 (Eclipse:5208): Gtk-WARNING **: 17:19:06.185: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:06 
13:19:06 (Eclipse:5208): Gtk-WARNING **: 17:19:06.195: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:07 
13:19:07 (Eclipse:5208): Gtk-WARNING **: 17:19:07.300: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:07 
13:19:07 (Eclipse:5208): Gtk-WARNING **: 17:19:07.310: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:08 
13:19:08 (Eclipse:5208): Gtk-WARNING **: 17:19:08.571: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:08 
13:19:08 (Eclipse:5208): Gtk-WARNING **: 17:19:08.581: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:09 
13:19:09 (Eclipse:5208): Gtk-WARNING **: 17:19:09.938: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:09 
13:19:09 (Eclipse:5208): Gtk-WARNING **: 17:19:09.947: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:11 
13:19:11 (Eclipse:5208): Gtk-WARNING **: 17:19:11.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:11 
13:19:11 (Eclipse:5208): Gtk-WARNING **: 17:19:11.283: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:12 
13:19:12 (Eclipse:5208): Gtk-WARNING **: 17:19:12.678: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:12 
13:19:12 (Eclipse:5208): Gtk-WARNING **: 17:19:12.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:14 
13:19:14 (Eclipse:5208): Gtk-WARNING **: 17:19:14.062: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:14 
13:19:14 (Eclipse:5208): Gtk-WARNING **: 17:19:14.073: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:15 
13:19:15 (Eclipse:5208): Gtk-WARNING **: 17:19:15.231: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:15 
13:19:15 (Eclipse:5208): Gtk-WARNING **: 17:19:15.241: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:16 
13:19:16 (Eclipse:5208): Gtk-WARNING **: 17:19:16.540: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:16 
13:19:16 (Eclipse:5208): Gtk-WARNING **: 17:19:16.549: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:17 
13:19:17 (Eclipse:5208): Gtk-WARNING **: 17:19:17.810: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:17 
13:19:17 (Eclipse:5208): Gtk-WARNING **: 17:19:17.819: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:19 
13:19:19 (Eclipse:5208): Gtk-WARNING **: 17:19:19.070: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:19 
13:19:19 (Eclipse:5208): Gtk-WARNING **: 17:19:19.080: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:20 
13:19:20 (Eclipse:5208): Gtk-WARNING **: 17:19:20.328: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:20 
13:19:20 (Eclipse:5208): Gtk-WARNING **: 17:19:20.337: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:21 
13:19:21 (Eclipse:5208): Gtk-WARNING **: 17:19:21.622: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:21 
13:19:21 (Eclipse:5208): Gtk-WARNING **: 17:19:21.632: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:22 
13:19:22 (Eclipse:5208): Gtk-WARNING **: 17:19:22.422: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:22 
13:19:22 (Eclipse:5208): Gtk-WARNING **: 17:19:22.431: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:23 
13:19:23 (Eclipse:5208): Gtk-WARNING **: 17:19:23.465: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:23 
13:19:23 (Eclipse:5208): Gtk-WARNING **: 17:19:23.474: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:24 
13:19:24 (Eclipse:5208): Gtk-WARNING **: 17:19:24.488: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:24 
13:19:24 (Eclipse:5208): Gtk-WARNING **: 17:19:24.497: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:25 
13:19:25 (Eclipse:5208): Gtk-WARNING **: 17:19:25.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:25 
13:19:25 (Eclipse:5208): Gtk-WARNING **: 17:19:25.486: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:26 
13:19:26 (Eclipse:5208): Gtk-WARNING **: 17:19:26.254: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:26 
13:19:26 (Eclipse:5208): Gtk-WARNING **: 17:19:26.263: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:27 
13:19:27 (Eclipse:5208): Gtk-WARNING **: 17:19:27.285: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:27 
13:19:27 (Eclipse:5208): Gtk-WARNING **: 17:19:27.295: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:28 
13:19:28 (Eclipse:5208): Gtk-WARNING **: 17:19:28.291: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:28 
13:19:28 (Eclipse:5208): Gtk-WARNING **: 17:19:28.301: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:29 
13:19:29 (Eclipse:5208): Gtk-WARNING **: 17:19:29.279: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:29 
13:19:29 (Eclipse:5208): Gtk-WARNING **: 17:19:29.289: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:30 
13:19:30 (Eclipse:5208): Gtk-WARNING **: 17:19:30.335: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:30 
13:19:30 (Eclipse:5208): Gtk-WARNING **: 17:19:30.344: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:31 
13:19:31 (Eclipse:5208): Gtk-WARNING **: 17:19:31.359: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:31 
13:19:31 (Eclipse:5208): Gtk-WARNING **: 17:19:31.368: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:32 
13:19:32 (Eclipse:5208): Gtk-WARNING **: 17:19:32.142: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:32 
13:19:32 (Eclipse:5208): Gtk-WARNING **: 17:19:32.151: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:33 
13:19:33 (Eclipse:5208): Gtk-WARNING **: 17:19:33.135: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:33 
13:19:33 (Eclipse:5208): Gtk-WARNING **: 17:19:33.145: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:34 
13:19:34 (Eclipse:5208): Gtk-WARNING **: 17:19:34.528: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:34 
13:19:34 (Eclipse:5208): Gtk-WARNING **: 17:19:34.537: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:35 
13:19:35 (Eclipse:5208): Gtk-WARNING **: 17:19:35.824: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:35 
13:19:35 (Eclipse:5208): Gtk-WARNING **: 17:19:35.834: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:37 
13:19:37 (Eclipse:5208): Gtk-WARNING **: 17:19:37.119: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:37 
13:19:37 (Eclipse:5208): Gtk-WARNING **: 17:19:37.129: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:38 
13:19:38 (Eclipse:5208): Gtk-WARNING **: 17:19:38.433: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:38 
13:19:38 (Eclipse:5208): Gtk-WARNING **: 17:19:38.443: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:39 
13:19:39 (Eclipse:5208): Gtk-WARNING **: 17:19:39.733: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:39 
13:19:39 (Eclipse:5208): Gtk-WARNING **: 17:19:39.742: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:41 
13:19:41 (Eclipse:5208): Gtk-WARNING **: 17:19:41.073: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:41 
13:19:41 (Eclipse:5208): Gtk-WARNING **: 17:19:41.083: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:42 
13:19:42 (Eclipse:5208): Gtk-WARNING **: 17:19:42.224: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:42 
13:19:42 (Eclipse:5208): Gtk-WARNING **: 17:19:42.233: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:43 
13:19:43 (Eclipse:5208): Gtk-WARNING **: 17:19:43.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:43 
13:19:43 (Eclipse:5208): Gtk-WARNING **: 17:19:43.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:44 
13:19:44 (Eclipse:5208): Gtk-WARNING **: 17:19:44.791: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:44 
13:19:44 (Eclipse:5208): Gtk-WARNING **: 17:19:44.800: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:46 
13:19:46 (Eclipse:5208): Gtk-WARNING **: 17:19:46.110: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:46 
13:19:46 (Eclipse:5208): Gtk-WARNING **: 17:19:46.119: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:47 
13:19:47 (Eclipse:5208): Gtk-WARNING **: 17:19:47.470: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:47 
13:19:47 (Eclipse:5208): Gtk-WARNING **: 17:19:47.480: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:48 
13:19:48 (Eclipse:5208): Gtk-WARNING **: 17:19:48.773: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:48 
13:19:48 (Eclipse:5208): Gtk-WARNING **: 17:19:48.782: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:54 
13:19:54 (Eclipse:5208): Gtk-WARNING **: 17:19:54.811: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:19:54 
13:19:54 (Eclipse:5208): Gtk-WARNING **: 17:19:54.818: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:09 
13:20:09 (Eclipse:5208): Gtk-WARNING **: 17:20:09.782: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:09 
13:20:09 (Eclipse:5208): Gtk-WARNING **: 17:20:09.797: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:09 
13:20:09 (Eclipse:5208): Gtk-WARNING **: 17:20:09.859: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:09 
13:20:09 (Eclipse:5208): Gtk-WARNING **: 17:20:09.863: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:16 
13:20:16 (Eclipse:5208): Gtk-WARNING **: 17:20:16.240: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:16 
13:20:16 (Eclipse:5208): Gtk-WARNING **: 17:20:16.255: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:16 
13:20:16 (Eclipse:5208): Gtk-WARNING **: 17:20:16.336: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:16 
13:20:16 (Eclipse:5208): Gtk-WARNING **: 17:20:16.342: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:17 
13:20:17 (Eclipse:5208): Gtk-WARNING **: 17:20:17.442: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:17 
13:20:17 (Eclipse:5208): Gtk-WARNING **: 17:20:17.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:17 
13:20:17 (Eclipse:5208): Gtk-WARNING **: 17:20:17.539: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:17 
13:20:17 (Eclipse:5208): Gtk-WARNING **: 17:20:17.544: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:18 
13:20:18 (Eclipse:5208): Gtk-WARNING **: 17:20:18.656: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:18 
13:20:18 (Eclipse:5208): Gtk-WARNING **: 17:20:18.672: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:18 
13:20:18 (Eclipse:5208): Gtk-WARNING **: 17:20:18.736: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:18 
13:20:18 (Eclipse:5208): Gtk-WARNING **: 17:20:18.740: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:20 
13:20:20 (Eclipse:5208): Gtk-WARNING **: 17:20:20.751: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:20 
13:20:20 (Eclipse:5208): Gtk-WARNING **: 17:20:20.766: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:20 
13:20:20 (Eclipse:5208): Gtk-WARNING **: 17:20:20.829: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:20 
13:20:20 (Eclipse:5208): Gtk-WARNING **: 17:20:20.833: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:36 
13:20:36 (Eclipse:5208): Gtk-WARNING **: 17:20:36.014: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:36 
13:20:36 (Eclipse:5208): Gtk-WARNING **: 17:20:36.030: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:36 
13:20:36 (Eclipse:5208): Gtk-WARNING **: 17:20:36.098: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:36 
13:20:36 (Eclipse:5208): Gtk-WARNING **: 17:20:36.102: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:42 
13:20:42 (Eclipse:5208): Gtk-WARNING **: 17:20:42.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:42 
13:20:42 (Eclipse:5208): Gtk-WARNING **: 17:20:42.464: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:42 
13:20:42 (Eclipse:5208): Gtk-WARNING **: 17:20:42.531: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:42 
13:20:42 (Eclipse:5208): Gtk-WARNING **: 17:20:42.535: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:43 
13:20:43 (Eclipse:5208): Gtk-WARNING **: 17:20:43.184: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:43 
13:20:43 (Eclipse:5208): Gtk-WARNING **: 17:20:43.193: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:45 
13:20:45 (Eclipse:5208): Gtk-WARNING **: 17:20:45.876: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:45 
13:20:45 (Eclipse:5208): Gtk-WARNING **: 17:20:45.887: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:47 
13:20:47 (Eclipse:5208): Gtk-WARNING **: 17:20:47.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:47 
13:20:47 (Eclipse:5208): Gtk-WARNING **: 17:20:47.910: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:47 
13:20:47 (Eclipse:5208): Gtk-WARNING **: 17:20:47.972: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:47 
13:20:47 (Eclipse:5208): Gtk-WARNING **: 17:20:47.976: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:51 
13:20:51 (Eclipse:5208): Gtk-WARNING **: 17:20:51.873: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:51 
13:20:51 (Eclipse:5208): Gtk-WARNING **: 17:20:51.887: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:51 
13:20:51 (Eclipse:5208): Gtk-WARNING **: 17:20:51.971: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:51 
13:20:51 (Eclipse:5208): Gtk-WARNING **: 17:20:51.976: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:53 
13:20:53 (Eclipse:5208): Gtk-WARNING **: 17:20:53.070: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:53 
13:20:53 (Eclipse:5208): Gtk-WARNING **: 17:20:53.084: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:53 
13:20:53 (Eclipse:5208): Gtk-WARNING **: 17:20:53.165: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:53 
13:20:53 (Eclipse:5208): Gtk-WARNING **: 17:20:53.170: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:54 
13:20:54 (Eclipse:5208): Gtk-WARNING **: 17:20:54.255: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:54 
13:20:54 (Eclipse:5208): Gtk-WARNING **: 17:20:54.271: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:54 
13:20:54 (Eclipse:5208): Gtk-WARNING **: 17:20:54.335: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:54 
13:20:54 (Eclipse:5208): Gtk-WARNING **: 17:20:54.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:56 
13:20:56 (Eclipse:5208): Gtk-WARNING **: 17:20:56.253: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:56 
13:20:56 (Eclipse:5208): Gtk-WARNING **: 17:20:56.269: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:56 
13:20:56 (Eclipse:5208): Gtk-WARNING **: 17:20:56.332: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:20:56 
13:20:56 (Eclipse:5208): Gtk-WARNING **: 17:20:56.336: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:12 
13:21:12 (Eclipse:5208): Gtk-WARNING **: 17:21:12.587: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:12 
13:21:12 (Eclipse:5208): Gtk-WARNING **: 17:21:12.602: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:12 
13:21:12 (Eclipse:5208): Gtk-WARNING **: 17:21:12.664: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:12 
13:21:12 (Eclipse:5208): Gtk-WARNING **: 17:21:12.668: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:17 
13:21:17 (Eclipse:5208): Gtk-WARNING **: 17:21:17.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:17 
13:21:17 (Eclipse:5208): Gtk-WARNING **: 17:21:17.902: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:17 
13:21:17 (Eclipse:5208): Gtk-WARNING **: 17:21:17.966: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:17 
13:21:17 (Eclipse:5208): Gtk-WARNING **: 17:21:17.970: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:18 
13:21:18 (Eclipse:5208): Gtk-WARNING **: 17:21:18.701: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:18 
13:21:18 (Eclipse:5208): Gtk-WARNING **: 17:21:18.711: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:20 
13:21:20 (Eclipse:5208): Gtk-WARNING **: 17:21:20.986: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:20 
13:21:20 (Eclipse:5208): Gtk-WARNING **: 17:21:20.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:22 
13:21:22 (Eclipse:5208): Gtk-WARNING **: 17:21:22.536: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:22 
13:21:22 (Eclipse:5208): Gtk-WARNING **: 17:21:22.551: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:22 
13:21:22 (Eclipse:5208): Gtk-WARNING **: 17:21:22.613: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:22 
13:21:22 (Eclipse:5208): Gtk-WARNING **: 17:21:22.617: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:32 
13:21:32 (Eclipse:5208): Gtk-WARNING **: 17:21:32.676: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:21:32 
13:21:32 (Eclipse:5208): Gtk-WARNING **: 17:21:32.685: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
13:22:34 Tests run: 635, Failures: 0, Errors: 0, Skipped: 120, Time elapsed: 609.3 s -- in org.eclipse.papyrus.uml.nattable.suite.tests.AllTests
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithRestriction -- Time elapsed: 1.887 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithoutProfileWithoutRestriction -- Time elapsed: 1.159 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testEmptyTableWithoutRestriction -- Time elapsed: 0.798 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testEmptyTableWithRestriction -- Time elapsed: 0.146 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithProfileWithRestriction -- Time elapsed: 0.695 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithoutRestrictionWithInheritedProperties -- Time elapsed: 0.573 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithRestriction -- Time elapsed: 0.075 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithoutRestriction -- Time elapsed: 0.465 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithRestrictionWithInheritedProperties -- Time elapsed: 0.435 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableConfigurationTest skipped
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableNattableConfigurationTest.validateGenericTreeTableConfigurationModel -- Time elapsed: 3.254 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testParameterDestroyRowElement -- Time elapsed: 17.13 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testClassDestroyRowElement -- Time elapsed: 1.557 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testOperationDestroyRowElement -- Time elapsed: 1.440 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testAttributeDestroyRowElement -- Time elapsed: 1.275 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.bugs.MoveElementInSynchronizedTableTest.testMoveElementInSynchronizedTable -- Time elapsed: 1.530 s
13:22:34 org.eclipse.papyrus.uml.nattable.tests.tests.UMLTableUtilsTest.testGetRealStereotypeProperty -- Time elapsed: 0.016 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest.sortColumns -- Time elapsed: 0.588 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest.sortRows -- Time elapsed: 0.409 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.InvertAxisGenericTableTest.invertAxis -- Time elapsed: 0.896 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertAxisTwiceGenericTableTest.invertAxis -- Time elapsed: 2.027 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest.editColumns -- Time elapsed: 0.894 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest.editRows -- Time elapsed: 1.072 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.OpenAndDeleteTest.testTableDeletion -- Time elapsed: 3.377 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AddElementsOnConnectedTableTest.testAddElements -- Time elapsed: 2.399 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetColorOnStereotypedClass -- Time elapsed: 2.595 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.availableColorTest -- Time elapsed: 1.676 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetPriorityOnStereotypedClass -- Time elapsed: 1.597 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetFlowPortDirection -- Time elapsed: 1.670 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.availablePriorityTest -- Time elapsed: 1.330 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 1.203 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 1.125 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 1.299 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 1.131 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 1.077 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 1.081 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 1.064 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 1.100 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest skipped
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test6_SelectMultipleSortedElements -- Time elapsed: 2.040 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest skipped
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test3_SelectElementInvertAxis -- Time elapsed: 1.156 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test1_SelectElement -- Time elapsed: 0.760 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test5_SelectSortedElement -- Time elapsed: 0.771 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test2_SelectMultipleElements -- Time elapsed: 0.851 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test4_SelectMultipleElementsInvertAxis -- Time elapsed: 0.912 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testStartWith_1_MatchingMode -- Time elapsed: 1.076 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_2_MatchingMode -- Time elapsed: 1.047 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_1_MatchingMode -- Time elapsed: 1.241 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexMatch_1_MatchingMode -- Time elapsed: 0.954 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexFind_2_MatchingMode -- Time elapsed: 0.943 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_5_MatchingMode -- Time elapsed: 0.939 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexFind_1_MatchingMode -- Time elapsed: 1.001 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_4_MatchingMode -- Time elapsed: 1.033 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testContainsMatchingMode -- Time elapsed: 0.867 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testStartWith_2_MatchingMode -- Time elapsed: 0.957 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_3_MatchingMode -- Time elapsed: 0.917 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_1 -- Time elapsed: 0.916 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_2 -- Time elapsed: 0.936 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_3 -- Time elapsed: 1.001 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_4 -- Time elapsed: 1.088 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_5 -- Time elapsed: 0.939 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_6 -- Time elapsed: 0.912 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test1 -- Time elapsed: 1.530 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test2 -- Time elapsed: 1.160 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test3 -- Time elapsed: 1.253 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test4 -- Time elapsed: 1.043 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test5 -- Time elapsed: 1.274 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test6 -- Time elapsed: 1.468 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test7 -- Time elapsed: 1.228 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test8 -- Time elapsed: 1.009 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test1 -- Time elapsed: 1.723 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test2 -- Time elapsed: 1.507 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test3 -- Time elapsed: 1.691 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test4 -- Time elapsed: 0.938 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test5 -- Time elapsed: 1.716 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test6 -- Time elapsed: 1.310 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.tests.CellEditorsConfigurationTest.testCellEditorsConfiguration -- Time elapsed: 1.915 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.SortTableColumnTest.testSortColumn -- Time elapsed: 1.635 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.FillColumnsSizeTest.testFillColumnsSize -- Time elapsed: 1.085 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeInheritDisplayTest.testStereotypeProperties -- Time elapsed: 1.338 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeSubPackagesDisplayTest.testStereotypePropeties -- Time elapsed: 1.299 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.EnumerationContentItemsTest.testStereotypePropeties -- Time elapsed: 2.072 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.PasteAttachedModeEnumTest.testPaste -- Time elapsed: 1.383 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyClipboard_Test.testPaste -- Time elapsed: 0.602 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteAll_Test.testPaste -- Time elapsed: 1.090 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test.testPaste -- Time elapsed: 1.236 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.775 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.803 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteAll_Test.testPaste -- Time elapsed: 1.028 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test.testPaste -- Time elapsed: 1.021 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.762 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.759 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAll_Test.testPaste -- Time elapsed: 1.080 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.821 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.816 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_Test.testPaste -- Time elapsed: 0.812 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_Test.testPaste -- Time elapsed: 0.811 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_Test.testPaste -- Time elapsed: 0.745 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAddAll_Test.testPaste -- Time elapsed: 0.777 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_Test.testPaste -- Time elapsed: 0.686 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.553 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_Test.testPaste -- Time elapsed: 0.638 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_Test.testPaste -- Time elapsed: 0.535 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyClipboard_Test.testInsert -- Time elapsed: 0.569 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsReplaceAll_Test.testInsert -- Time elapsed: 1.113 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAddAll_Test.testInsert -- Time elapsed: 1.170 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsSkipAll_Test.testInsert -- Time elapsed: 0.949 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailColumns_Test.testInsert -- Time elapsed: 0.844 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailRows_Test.testInsert -- Time elapsed: 0.813 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAxisIdentifierNotExisting_Test.testInsert -- Time elapsed: 0.841 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsWarningNotExisting_Test.testInsert -- Time elapsed: 1.115 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyReplaceAll_Test.testInsert -- Time elapsed: 0.784 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAddAll_Test.testInsert -- Time elapsed: 0.718 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptySkipAll_Test.testInsert -- Time elapsed: 0.604 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyFailColumns_Test.testInsert -- Time elapsed: 0.545 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAxisIdentifierNotExisting_Test.testInsert -- Time elapsed: 0.533 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyWarningNotExisting_Test.testInsert -- Time elapsed: 0.570 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportCellsAll_Test.testImport -- Time elapsed: 1.020 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsReplaceAll_Test.testImport -- Time elapsed: 1.155 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsAddAll_Test.testImport -- Time elapsed: 1.059 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsSkipAll_Test.testImport -- Time elapsed: 0.907 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyReplaceAll_Test.testImport -- Time elapsed: 0.694 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyAddAll_Test.testImport -- Time elapsed: 0.705 s
13:22:34 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptySkipAll_Test.testImport -- Time elapsed: 0.586 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest.testMatrixContents -- Time elapsed: 0.919 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest.testOpeningMatrix -- Time elapsed: 0.799 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.CreateMatrixTableTests.testCreateANewMatrix -- Time elapsed: 0.844 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixAddPackage2AsRowSources -- Time elapsed: 1.293 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixContents -- Time elapsed: 0.950 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixRemovingAllRowSources -- Time elapsed: 2.734 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testOpeningMatrix -- Time elapsed: 0.942 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixAddPackage1AsColumnSources -- Time elapsed: 1.143 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixAddPackage1Package2AsColumnSources -- Time elapsed: 1.104 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testOpeningMatrix -- Time elapsed: 0.878 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixRemovingPackagesAsColumnSources -- Time elapsed: 1.839 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionRequiringToListenAllChangesTest -- Time elapsed: 1.732 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionTest -- Time elapsed: 1.161 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionThenEditingItTest -- Time elapsed: 1.270 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.testOpeningMatrix -- Time elapsed: 1.032 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionThenReplacingItTest -- Time elapsed: 1.131 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest.testDeleteARowSourceElement -- Time elapsed: 1.618 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest.testDeleteAColumnSourcePackage -- Time elapsed: 1.598 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteElementInsideAColumnSourcePackage -- Time elapsed: 1.581 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testAddElementOutsideColumnSourcePackages -- Time elapsed: 0.853 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteElementOutsideColumnSourcePackages -- Time elapsed: 1.497 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteAColumnSourcePackage -- Time elapsed: 1.540 s
13:22:34 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testAddElementInsideAColumnSourcePackage -- Time elapsed: 1.172 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.EditInvalidPastedText_V1_V3_V1.test -- Time elapsed: 1.116 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.OpenTableTest.testOpenExistingTable -- Time elapsed: 0.392 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest.testTableDeletion -- Time elapsed: 1.467 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.Bug_481017_ReloadEditorTest.reloadTableEditorTest -- Time elapsed: 0.817 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.NoDepth0TreeFillingConfigurationTest.testReopenedWithoutDepth0TreefillingConfiguration -- Time elapsed: 1.486 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.SortAxisClassTreeTableTest.sortColumns -- Time elapsed: 0.510 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest.editColumns -- Time elapsed: 1.155 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest.editRows -- Time elapsed: 0.774 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRequirementsWithNestedClassifier.testDeleteRequirementWithNestedRequirement -- Time elapsed: 1.380 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.RequirementsNestedClassifier.testNestedClassifierRequirement -- Time elapsed: 1.386 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testMultipleMoveSubElementParent -- Time elapsed: 1.686 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testSimpleMoveSubElementParent -- Time elapsed: 1.623 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testMultipleMoveSameParent -- Time elapsed: 1.512 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testSimpleMoveSameParent -- Time elapsed: 1.590 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.ChangeCategoryNotExpandedTest.testClassDestroyRowElement -- Time elapsed: 1.246 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testParameterDestroyRowElement -- Time elapsed: 1.622 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testClassDestroyRowElement -- Time elapsed: 1.209 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testOperationDestroyRowElement -- Time elapsed: 1.127 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testAttributeDestroyRowElement -- Time elapsed: 1.104 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest.testDisplayListOnSeparatedRowsNamedStyle -- Time elapsed: 0.836 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest.checkTestConsistency -- Time elapsed: 0.906 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest.testDestroyFeatureColumn -- Time elapsed: 2.481 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest.testDestroyStereotypePropertyColumn -- Time elapsed: 2.413 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests.testExpand_1_by_1 -- Time elapsed: 0.380 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests.testExpandAll -- Time elapsed: 0.340 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testCollapseAll -- Time elapsed: 0.886 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testInitialDisplayedContent -- Time elapsed: 0.796 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testExpandAll -- Time elapsed: 0.796 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest.testResizeColumnHeader -- Time elapsed: 1.033 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest.testResizeRowsHeader -- Time elapsed: 1.047 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest.testResizeColumnHeader -- Time elapsed: 1.007 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest.testResizeRowsHeader -- Time elapsed: 0.983 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest.testResizeColumnHeader -- Time elapsed: 1.399 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest.testResizeRowsHeader -- Time elapsed: 1.060 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest.testResizeColumnHeader -- Time elapsed: 1.068 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest.testResizeRowsHeader -- Time elapsed: 1.056 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC -- Time elapsed: 1.565 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC_NAME_DESC -- Time elapsed: 1.586 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC_NAME_ASC -- Time elapsed: 1.419 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC -- Time elapsed: 1.474 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC -- Time elapsed: 1.300 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC_NAME_ASC -- Time elapsed: 1.342 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC_NAME_DESC -- Time elapsed: 1.444 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC_TYPE_DESC -- Time elapsed: 1.366 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC -- Time elapsed: 1.381 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC_TYPE_ASC -- Time elapsed: 1.533 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC_TYPE_ASC -- Time elapsed: 1.327 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC_TYPE_DESC -- Time elapsed: 1.461 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.checkTestConsistency -- Time elapsed: 0.887 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC -- Time elapsed: 1.411 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC_NAME_DESC -- Time elapsed: 1.559 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC_NAME_ASC -- Time elapsed: 1.381 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC -- Time elapsed: 1.487 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC -- Time elapsed: 1.310 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC_NAME_ASC -- Time elapsed: 1.363 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC_NAME_DESC -- Time elapsed: 1.664 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC_TYPE_DESC -- Time elapsed: 1.676 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC -- Time elapsed: 1.257 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC_TYPE_ASC -- Time elapsed: 1.377 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC_TYPE_ASC -- Time elapsed: 1.381 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC_TYPE_DESC -- Time elapsed: 1.480 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.checkTestConsistency -- Time elapsed: 0.943 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_Test.openTable -- Time elapsed: 0.971 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_ASC_Test.openTable -- Time elapsed: 0.961 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_DESC_.openTable -- Time elapsed: 0.964 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_Test.openTable -- Time elapsed: 1.060 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_ASC_Test.openTable -- Time elapsed: 1.056 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_DESC_Test.openTable -- Time elapsed: 1.009 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_ASC_Test.openTable -- Time elapsed: 0.987 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_DESC.openTable -- Time elapsed: 1.072 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_Test.openTable -- Time elapsed: 1.054 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_ASC_Test.openTable -- Time elapsed: 0.987 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_DESC_Test.openTable -- Time elapsed: 1.006 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_Test.openTable -- Time elapsed: 1.062 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_Test.openTable -- Time elapsed: 0.950 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_ASC_Test.openTable -- Time elapsed: 0.955 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_DESC.openTable -- Time elapsed: 1.013 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_Test.openTable -- Time elapsed: 1.010 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_ASC_Test.openTable -- Time elapsed: 1.003 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_DESC_Test.openTable -- Time elapsed: 0.997 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_ASC_Test.openTable -- Time elapsed: 0.984 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_DESC.openTable -- Time elapsed: 0.995 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_Test.openTable -- Time elapsed: 0.890 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_ASC_Test.openTable -- Time elapsed: 0.970 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_DESC_Test.openTable -- Time elapsed: 1.017 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_Test.openTable -- Time elapsed: 1.067 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 1.139 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.754 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.checkTestConsistency -- Time elapsed: 0.774 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.887 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.792 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.checkTestConsistency -- Time elapsed: 0.766 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetSingleIntValue -- Time elapsed: 1.599 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetClassVisibility -- Time elapsed: 1.327 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetOwnedAttributes -- Time elapsed: 2.890 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetStereotypePropertyVisibility -- Time elapsed: 1.621 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetSingleString -- Time elapsed: 1.605 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.522 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test.testReset -- Time elapsed: 1.865 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.778 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test.createRootElement -- Time elapsed: 1.101 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.743 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test.createRootElement -- Time elapsed: 1.081 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.684 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test.createOperationElement -- Time elapsed: 1.477 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.694 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test.createOperationElement -- Time elapsed: 1.462 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.696 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test.createOperationElement -- Time elapsed: 1.087 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.767 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test.createOperationElement -- Time elapsed: 1.040 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.781 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test.createParameterElement -- Time elapsed: 1.186 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.927 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test.createParameterElement -- Time elapsed: 1.342 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.753 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test.createParameterElement -- Time elapsed: 1.080 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test.checkTestConsistency -- Time elapsed: 0.763 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test.createParameterElement -- Time elapsed: 1.119 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.747 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test.createParameterElement -- Time elapsed: 1.066 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.776 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test.createParameterElement -- Time elapsed: 1.115 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.732 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test.createParameterElement -- Time elapsed: 1.132 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test.checkTestConsistency -- Time elapsed: 0.802 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test.createParameterElement -- Time elapsed: 1.191 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.801 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1.test -- Time elapsed: 0.797 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1.checkTestConsitency -- Time elapsed: 0.690 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1.test -- Time elapsed: 0.809 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1.checkTestConsitency -- Time elapsed: 0.679 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1.test -- Time elapsed: 0.825 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1.checkTestConsitency -- Time elapsed: 0.694 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1.test -- Time elapsed: 0.875 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1.checkTestConsitency -- Time elapsed: 0.804 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1.test -- Time elapsed: 1.071 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1.checkTestConsitency -- Time elapsed: 0.649 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1.test -- Time elapsed: 0.790 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1.checkTestConsitency -- Time elapsed: 0.641 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1.test -- Time elapsed: 0.805 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1.checkTestConsitency -- Time elapsed: 0.687 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1.test -- Time elapsed: 0.801 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1.checkTestConsitency -- Time elapsed: 0.659 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1.test -- Time elapsed: 0.765 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1.checkTestConsitency -- Time elapsed: 0.651 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1.test -- Time elapsed: 0.822 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1.checkTestConsitency -- Time elapsed: 0.674 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1.test -- Time elapsed: 0.802 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1.checkTestConsitency -- Time elapsed: 0.678 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1.test -- Time elapsed: 0.812 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1.checkTestConsitency -- Time elapsed: 0.637 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.823 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testCopy -- Time elapsed: 1.626 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.954 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.653 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.664 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.200 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.164 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.234 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.179 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.211 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.199 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.834 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.437 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.454 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.173 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.222 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.147 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.791 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.128 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.132 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.165 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.117 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.087 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.794 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.167 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.160 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.405 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.125 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.198 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.828 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.342 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.266 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.280 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.332 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.298 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.140 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.320 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.286 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.291 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.278 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.305 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.075 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.309 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.270 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.361 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.364 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.389 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.183 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.388 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.257 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.265 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.263 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.288 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.071 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testDecrementUp -- Time elapsed: 1.034 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testCopy -- Time elapsed: 1.022 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testIncrementUp -- Time elapsed: 1.011 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.checkTestConsistency -- Time elapsed: 0.757 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testIncrementDown -- Time elapsed: 1.045 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testDecrementDown -- Time elapsed: 1.004 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testDecrementUp -- Time elapsed: 0.993 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testCopy -- Time elapsed: 1.044 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testIncrementUp -- Time elapsed: 1.036 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.checkTestConsistency -- Time elapsed: 0.749 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testIncrementDown -- Time elapsed: 1.019 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testDecrementDown -- Time elapsed: 1.032 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.345 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.302 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.304 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.335 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.275 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.105 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.325 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.287 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.315 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.340 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.368 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.050 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.741 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.247 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.613 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.334 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.467 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.324 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.997 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.332 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.821 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.231 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.839 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.233 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.946 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.331 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.850 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.329 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.527 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.332 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.533 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.328 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.797 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.277 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.800 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.230 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 2.721 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.331 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 2.946 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.384 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.927 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.248 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.912 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.228 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.807 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.237 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.930 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.231 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.411 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.329 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.300 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.368 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.410 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.333 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.377 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.336 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.116 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.338 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.095 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.385 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.640 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.257 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.781 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.237 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.740 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.275 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.683 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.237 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 2.861 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.328 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 2.757 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.364 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 2.250 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.326 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 2.479 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.338 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.400 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.326 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.855 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.326 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.909 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.231 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.922 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.229 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.710 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.238 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.917 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.229 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.410 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.332 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.266 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.318 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.382 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.319 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.307 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.394 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.081 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.334 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.068 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.368 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.641 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.230 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.711 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.231 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.659 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.271 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.960 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.231 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.898 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.234 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 2.440 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.239 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 2.305 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.234 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.956 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.267 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 2.148 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.228 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.069 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.229 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 1.545 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.229 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.027 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.230 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.966 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.235 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.998 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.228 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 1.024 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.247 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.771 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.262 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.762 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.227 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testNattableTooltipProvider -- Time elapsed: 4.860 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testTopLabelProvider -- Time elapsed: 3.045 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testDiagnostic -- Time elapsed: 2.691 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest.testUnsupportedColumnCellText -- Time elapsed: 0.584 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest.checkTestConsistency -- Time elapsed: 0.631 s
13:22:34 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.960 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__hide_all_categories__create_new_element -- Time elapsed: 0.862 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest skipped
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__create_new_column -- Time elapsed: 0.760 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__hide_all_categories -- Time elapsed: 0.758 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.one_row_selection -- Time elapsed: 0.735 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection -- Time elapsed: 0.717 s
13:22:34 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__create_new_element -- Time elapsed: 0.875 s
13:22:34 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedInterfaceTable -- Time elapsed: 28.94 s
13:22:34 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedPortTable -- Time elapsed: 2.924 s
13:22:34 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedAssociationTable -- Time elapsed: 3.045 s
13:22:34 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedClassAndInterfaceTable -- Time elapsed: 4.033 s
13:22:34 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedTimeObservationTable -- Time elapsed: 2.781 s
13:22:34 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedClassTable -- Time elapsed: 3.180 s
13:22:34 
13:22:34 Results:
13:22:34 
13:22:34 Tests run: 635, Failures: 0, Errors: 0, Skipped: 120
13:22:34 
13:22:36 [INFO] All tests passed
13:22:36 [INFO] 
13:22:36 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
13:22:36 [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
13:22:36 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.nattable.suite.tests' with 0 classes
13:22:36 [INFO] 
13:22:36 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests >--
13:22:36 [INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT [161/175]
13:22:36 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml
13:22:36 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:22:36 [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
13:22:37 [INFO] 
13:22:37 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:37 [INFO] 
13:22:37 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:37 [INFO] The project's OSGi version is 2.0.0.202404241627
13:22:37 [INFO] 
13:22:37 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:37 [INFO] 
13:22:37 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:37 [INFO] 
13:22:37 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:37 [INFO] 
13:22:37 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:37 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.valuespecification.tests
13:22:38 [INFO] 
13:22:38 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:38 [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
13:22:38 [INFO] 
13:22:38 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:38 [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
13:22:38 [INFO] 
13:22:38 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:38 [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
13:22:39 [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] 
13:22:39 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
13:22:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:22:39 The type DefaultXtextDirectEditorConfiguration is deprecated
13:22:39 [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] 
13:22:39 	public DefaultXtextDirectEditorConfiguration getEditor() {
13:22:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:22:39 The type DefaultXtextDirectEditorConfiguration is deprecated
13:22:39 [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] 
13:22:39 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
13:22:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:22:39 The type DefaultXtextDirectEditorConfiguration is deprecated
13:22:39 [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] 
13:22:39 	public DefaultXtextDirectEditorConfiguration getEditor() {
13:22:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:22:39 The type DefaultXtextDirectEditorConfiguration is deprecated
13:22:39 [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] 
13:22:39 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
13:22:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:22:39 The type DefaultXtextDirectEditorConfiguration is deprecated
13:22:39 [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] 
13:22:39 	public DefaultXtextDirectEditorConfiguration getEditor() {
13:22:39 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:22:39 The type DefaultXtextDirectEditorConfiguration is deprecated
13:22:39 6 problems (6 warnings)
13:22:39 [INFO] 
13:22:39 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:39 [INFO] 
13:22:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:39 [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
13:22:39 [INFO] 
13:22:39 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:39 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 311 were skipped
13:22:39 [INFO] 
13:22:39 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:39 [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
13:22:39 [INFO] 
13:22:39 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:39 [INFO] 
13:22:39 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:39 [INFO] Skipping tests
13:22:39 [INFO] 
13:22:39 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
13:22:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:22:39 [INFO] 
13:22:39 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests >--
13:22:39 [INFO] Building org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT [162/175]
13:22:39 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml
13:22:39 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:22:39 [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
13:22:40 [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
13:22:41 [INFO] 
13:22:41 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:41 [INFO] 
13:22:41 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:41 [INFO] The project's OSGi version is 1.1.0.202404241627
13:22:41 [INFO] 
13:22:41 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:41 [INFO] 
13:22:41 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:41 [INFO] 
13:22:41 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:41 [INFO] 
13:22:41 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:41 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.suite.tests
13:22:48 [INFO] 
13:22:48 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:48 [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
13:22:48 [INFO] 
13:22:48 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:48 [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
13:22:48 [INFO] 
13:22:48 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:48 [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
13:22:48 [INFO] 
13:22:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:48 [INFO] 
13:22:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:48 [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
13:22:48 [INFO] 
13:22:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1100 were skipped
13:22:48 [INFO] 
13:22:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:49 [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
13:22:49 [INFO] 
13:22:49 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:49 [INFO] 
13:22:49 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:22:50 [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
13:22:50 [INFO] Command line:
13:22:50 	[/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]
13:22:58 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
13:22:58 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
13:22:58 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
13:22:58 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
13:22:58 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
13:22:58 
13:23:06 Running org.eclipse.papyrus.uml.textedit.suite.tests.AllTests
13:23:08 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
13:23:08 log4j:WARN Please initialize the log4j system properly.
13:23:08 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
13:23:15 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.705 s -- in org.eclipse.papyrus.uml.textedit.suite.tests.AllTests
13:23:15 org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testDefaultValues -- Time elapsed: 3.899 s
13:23:15 org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testInitialText -- Time elapsed: 0.075 s
13:23:15 org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testMultiplicity -- Time elapsed: 0.116 s
13:23:15 org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testParser -- Time elapsed: 0.074 s
13:23:15 org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testDefaultValues -- Time elapsed: 0.458 s
13:23:15 org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testInitialText -- Time elapsed: 0.068 s
13:23:15 org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testMultiplicity -- Time elapsed: 0.080 s
13:23:15 org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testParser -- Time elapsed: 0.073 s
13:23:15 org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testDefaultValues -- Time elapsed: 0.494 s
13:23:15 org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testInitialText -- Time elapsed: 0.069 s
13:23:15 org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testParser -- Time elapsed: 0.104 s
13:23:15 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testDefaultValues -- Time elapsed: 0.909 s
13:23:15 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testInitialText -- Time elapsed: 0.286 s
13:23:15 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testParser -- Time elapsed: 0.597 s
13:23:15 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityLowerValueSpecificationGrammarTests.testParser -- Time elapsed: 0.286 s
13:23:15 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityUpperValueSpecificationGrammarTests.testParser -- Time elapsed: 0.225 s
13:23:15 
13:23:15 Results:
13:23:15 
13:23:15 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
13:23:15 
13:23:17 [INFO] All tests passed
13:23:17 [INFO] 
13:23:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
13:23:17 [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
13:23:17 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.textedit.suite.tests' with 0 classes
13:23:17 [INFO] 
13:23:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.releng >--
13:23:17 [INFO] Building org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT [163/175]
13:23:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/pom.xml
13:23:17 [INFO] --------------------------------[ pom ]---------------------------------
13:23:17 [INFO] 
13:23:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.releng ---
13:23:17 [INFO] 
13:23:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.releng ---
13:23:17 [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
13:23:17 [INFO] 
13:23:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.releng ---
13:23:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:23:17 [INFO] 
13:23:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile >--
13:23:17 [INFO] Building org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT [164/175]
13:23:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml
13:23:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:23:17 [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
13:23:17 [INFO] 
13:23:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] The project's OSGi version is 2.0.0.202404241627
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] 
13:23:17 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.staticprofile
13:23:17 [INFO] 
13:23:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [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
13:23:17 [INFO] 
13:23:17 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [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
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [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
13:23:17 [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] 
13:23:17 	if (false) {
13:23:17 			if (diagnostics != null) {
13:23:17 				diagnostics.add
13:23:17 					(new BasicDiagnostic
13:23:17 						(Diagnostic.ERROR,
13:23:17 						 ProfileValidator.DIAGNOSTIC_SOURCE,
13:23:17 						 ProfileValidator.ALWAYS_ACTIVE_MALFORMED__CONSTRAINT_ALWAYS_ACTIVE_MF,
13:23:17 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActiveMF", EObjectValidator.getObjectLabel(this, context) }),
13:23:17 						 new Object [] { this }));
13:23:17 			}
13:23:17 			return false;
13:23:17 		}
13:23:17 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:23:17 Dead code
13:23:17 [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] 
13:23:17 	if (false) {
13:23:17 			if (diagnostics != null) {
13:23:17 				diagnostics.add
13:23:17 					(new BasicDiagnostic
13:23:17 						(Diagnostic.ERROR,
13:23:17 						 ProfileValidator.DIAGNOSTIC_SOURCE,
13:23:17 						 ProfileValidator.ALWAYS_ACTIVE__CONSTRAINT_ALWAYS_ACTIVE,
13:23:17 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActive", EObjectValidator.getObjectLabel(this, context) }),
13:23:17 						 new Object [] { this }));
13:23:17 			}
13:23:17 			return false;
13:23:17 		}
13:23:17 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:23:17 Dead code
13:23:17 [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] 
13:23:17 	if (false) {
13:23:17 			if (diagnostics != null) {
13:23:17 				diagnostics.add
13:23:17 					(new BasicDiagnostic
13:23:17 						(Diagnostic.ERROR,
13:23:17 						 ProfileValidator.DIAGNOSTIC_SOURCE,
13:23:17 						 ProfileValidator.ALWAYS_PASSIVE_JAVA__ALWAYS_PASSIVE,
13:23:17 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AlwaysPassive", EObjectValidator.getObjectLabel(this, context) }),
13:23:17 						 new Object [] { this }));
13:23:17 			}
13:23:17 			return false;
13:23:17 		}
13:23:17 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13:23:17 Dead code
13:23:17 3 problems (3 warnings)
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] 
13:23:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [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
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 99 were skipped
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [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
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] 
13:23:17 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] Skipping tests
13:23:17 [INFO] 
13:23:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
13:23:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:23:17 [INFO] 
13:23:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation >--
13:23:17 [INFO] Building org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT [165/175]
13:23:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml
13:23:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:23:18 [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
13:23:18 [INFO] 
13:23:18 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:18 [INFO] 
13:23:18 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:18 [INFO] The project's OSGi version is 2.0.0.202404241627
13:23:18 [INFO] 
13:23:18 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:18 [INFO] 
13:23:18 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:18 [INFO] 
13:23:18 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:18 [INFO] 
13:23:18 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:18 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.genvalidation
13:23:18 [INFO] 
13:23:18 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:18 [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
13:23:18 [INFO] 
13:23:18 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:18 [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
13:23:18 [INFO] 
13:23:18 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:19 [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
13:23:19 [INFO] 
13:23:19 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:19 [INFO] 
13:23:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:19 [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
13:23:19 [INFO] 
13:23:19 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:19 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 201 were skipped
13:23:19 [INFO] 
13:23:19 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:19 [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
13:23:19 [INFO] 
13:23:19 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:19 [INFO] 
13:23:19 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:19 [INFO] Skipping tests
13:23:19 [INFO] 
13:23:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
13:23:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:23:19 [INFO] 
13:23:19 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests >--
13:23:19 [INFO] Building org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT [166/175]
13:23:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml
13:23:19 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:23:19 [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
13:23:20 [INFO] 
13:23:20 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:20 [INFO] 
13:23:20 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:20 [INFO] The project's OSGi version is 2.0.0.202404241627
13:23:20 [INFO] 
13:23:20 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:20 [INFO] 
13:23:20 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:20 [INFO] 
13:23:20 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:20 [INFO] 
13:23:20 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:20 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests
13:23:22 [INFO] 
13:23:22 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [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
13:23:22 [INFO] 
13:23:22 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [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
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [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
13:23:22 [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] 
13:23:22 	org.eclipse.papyrus.infra.core.log.LogHelper log = new LogHelper();// use because there is an implicit dependency
13:23:22 	                                             ^^^
13:23:22 The value of the local variable log is not used
13:23:22 1 problem (1 warning)
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [INFO] 
13:23:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [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
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 305 were skipped
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [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
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [INFO] Skipping tests
13:23:22 [INFO] 
13:23:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests ---
13:23:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:23:22 [INFO] 
13:23:22 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests >--
13:23:22 [INFO] Building org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT [167/175]
13:23:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml
13:23:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
13:23:22 [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
13:23:22 [INFO] 
13:23:22 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:22 [INFO] The project's OSGi version is 2.0.0.202404241627
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:22 [INFO] 
13:23:22 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:22 [INFO] 
13:23:22 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:22 [INFO] Resolving class path of org.eclipse.papyrus.uml.architecture.tests
13:23:23 [INFO] 
13:23:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [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
13:23:23 [INFO] 
13:23:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [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
13:23:23 [INFO] 
13:23:23 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [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
13:23:23 [INFO] 
13:23:23 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [INFO] 
13:23:23 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [INFO] 
13:23:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [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
13:23:23 [INFO] 
13:23:23 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [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
13:23:23 [INFO] 
13:23:23 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 71 were skipped
13:23:23 [INFO] 
13:23:23 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [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
13:23:23 [INFO] 
13:23:23 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [INFO] 
13:23:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.architecture.tests ---
13:23:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:23:23 [INFO] 
13:23:23 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests >----
13:23:23 [INFO] Building org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT    [168/175]
13:23:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml
13:23:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:23:23 [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
13:23:25 [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
13:23:26 [INFO] 
13:23:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:26 [INFO] 
13:23:26 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:26 [INFO] The project's OSGi version is 1.1.0.202404241627
13:23:26 [INFO] 
13:23:26 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:26 [INFO] 
13:23:26 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:26 [INFO] 
13:23:26 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:26 [INFO] 
13:23:26 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:26 [INFO] Resolving class path of org.eclipse.papyrus.uml.suite.tests
13:23:35 [INFO] 
13:23:35 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:35 [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
13:23:35 [INFO] 
13:23:35 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:35 [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
13:23:35 [INFO] 
13:23:35 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:35 [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
13:23:35 [INFO] 
13:23:35 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:35 [INFO] 
13:23:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:35 [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
13:23:35 [INFO] 
13:23:35 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:35 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1105 were skipped
13:23:35 [INFO] 
13:23:35 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:35 [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
13:23:36 [INFO] 
13:23:36 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:36 [INFO] 
13:23:36 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.suite.tests ---
13:23:37 [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
13:23:37 [INFO] Command line:
13:23:37 	[/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]
13:23:44 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
13:23:44 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
13:23:44 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
13:23:44 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
13:23:44 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
13:23:44 
13:23:53 Running org.eclipse.papyrus.uml.suite.tests.AllTests
13:24:04 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
13:24:04 log4j:WARN Please initialize the log4j system properly.
13:24:04 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
13:24:17 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
13:26:35 
13:26:35 (Eclipse:7163): Gtk-CRITICAL **: 17:26:35.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:35 
13:26:35 (Eclipse:7163): Gtk-CRITICAL **: 17:26:35.256: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:35 
13:26:35 (Eclipse:7163): Gtk-CRITICAL **: 17:26:35.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:35 
13:26:35 (Eclipse:7163): Gtk-CRITICAL **: 17:26:35.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:35 
13:26:35 (Eclipse:7163): Gtk-CRITICAL **: 17:26:35.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:35 
13:26:35 (Eclipse:7163): Gtk-CRITICAL **: 17:26:35.659: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:35 
13:26:35 (Eclipse:7163): Gtk-CRITICAL **: 17:26:35.827: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:36 
13:26:36 (Eclipse:7163): Gtk-CRITICAL **: 17:26:36.205: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:36 
13:26:36 (Eclipse:7163): Gtk-CRITICAL **: 17:26:36.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:26:36 
13:26:36 (Eclipse:7163): Gtk-CRITICAL **: 17:26:36.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:21 
13:27:21 (Eclipse:7163): Gtk-CRITICAL **: 17:27:21.007: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:21 
13:27:21 (Eclipse:7163): Gtk-CRITICAL **: 17:27:21.025: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:21 
13:27:21 (Eclipse:7163): Gtk-CRITICAL **: 17:27:21.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:21 
13:27:21 (Eclipse:7163): Gtk-CRITICAL **: 17:27:21.050: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:21 
13:27:21 (Eclipse:7163): Gtk-CRITICAL **: 17:27:21.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:21 
13:27:21 (Eclipse:7163): Gtk-CRITICAL **: 17:27:21.083: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:23 
13:27:23 (Eclipse:7163): Gtk-CRITICAL **: 17:27:23.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:23 
13:27:23 (Eclipse:7163): Gtk-CRITICAL **: 17:27:23.065: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:23 
13:27:23 (Eclipse:7163): Gtk-CRITICAL **: 17:27:23.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:23 
13:27:23 (Eclipse:7163): Gtk-CRITICAL **: 17:27:23.092: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:24 
13:27:24 (Eclipse:7163): Gtk-CRITICAL **: 17:27:24.657: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:24 
13:27:24 (Eclipse:7163): Gtk-CRITICAL **: 17:27:24.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:24 
13:27:24 (Eclipse:7163): Gtk-CRITICAL **: 17:27:24.683: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:24 
13:27:24 (Eclipse:7163): Gtk-CRITICAL **: 17:27:24.700: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:24 
13:27:24 (Eclipse:7163): Gtk-CRITICAL **: 17:27:24.716: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:25 
13:27:25 (Eclipse:7163): Gtk-CRITICAL **: 17:27:25.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:25 
13:27:25 (Eclipse:7163): Gtk-CRITICAL **: 17:27:25.864: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:25 
13:27:25 (Eclipse:7163): Gtk-CRITICAL **: 17:27:25.873: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:25 
13:27:25 (Eclipse:7163): Gtk-CRITICAL **: 17:27:25.887: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:25 
13:27:25 (Eclipse:7163): Gtk-CRITICAL **: 17:27:25.913: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:25 
13:27:25 (Eclipse:7163): Gtk-CRITICAL **: 17:27:25.922: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:27 
13:27:27 (Eclipse:7163): Gtk-CRITICAL **: 17:27:27.108: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:27 
13:27:27 (Eclipse:7163): Gtk-CRITICAL **: 17:27:27.125: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:27 
13:27:27 (Eclipse:7163): Gtk-CRITICAL **: 17:27:27.134: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:27 
13:27:27 (Eclipse:7163): Gtk-CRITICAL **: 17:27:27.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:28 
13:27:28 (Eclipse:7163): Gtk-CRITICAL **: 17:27:28.270: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:28 
13:27:28 (Eclipse:7163): Gtk-CRITICAL **: 17:27:28.288: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:28 
13:27:28 (Eclipse:7163): Gtk-CRITICAL **: 17:27:28.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:27:28 
13:27:28 (Eclipse:7163): Gtk-CRITICAL **: 17:27:28.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 Tests run: 684, Failures: 0, Errors: 0, Skipped: 49, Time elapsed: 364.8 s -- in org.eclipse.papyrus.uml.suite.tests.AllTests
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest.testUML -- Time elapsed: 0.235 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest.test -- Time elapsed: 0.415 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest.testDeleteOneAddVariableValueAction -- Time elapsed: 0.104 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest.testDeleteOneCentralBufferNode -- Time elapsed: 0.016 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:command -- Time elapsed: 2.321 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:elements -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:stereotypes -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:undo -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:redo -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteInitialState -- Time elapsed: 0.578 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteS1 -- Time elapsed: 0.220 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteS2 -- Time elapsed: 0.201 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteFinalState -- Time elapsed: 0.191 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest.deleteFromContainmentSubset -- Time elapsed: 0.151 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest.deleteFromTwoContainmentSupersetsAtOnce -- Time elapsed: 0.204 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationWritable -- Time elapsed: 0.089 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationReadOnly_usecase -- Time elapsed: 0.053 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationReadOnly -- Time elapsed: 0.099 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createConnectorTargetReadOnly -- Time elapsed: 0.072 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createConnectorSourceReadOnly -- Time elapsed: 0.070 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteAssociationPropertyTypeTest.testDeletion -- Time elapsed: 0.069 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInCompositeDiagram -- Time elapsed: 8.330 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest skipped
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInClassDiagram -- Time elapsed: 2.382 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInComponentDiagram -- Time elapsed: 1.913 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationTest.testCreation -- Time elapsed: 0.016 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationDirectedTest.testCreation -- Time elapsed: 0.024 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeTest.testCreation -- Time elapsed: 0.009 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeDirectedTest.testCreation -- Time elapsed: 0.009 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedTest.testCreation -- Time elapsed: 0.008 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedDirectedTest.testCreation -- Time elapsed: 0.014 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteractionFragmentInOperand -- Time elapsed: 1.530 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteAllOperandsOfCombinedFragment -- Time elapsed: 1.348 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragment -- Time elapsed: 1.305 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragmentNested -- Time elapsed: 1.395 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteOperandsOfCombinedFragment -- Time elapsed: 1.022 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragmentDeeplyNested -- Time elapsed: 1.193 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteractionWithNesting -- Time elapsed: 0.810 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteraction -- Time elapsed: 0.794 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.stereotypeNotApplicableByProfileURI -- Time elapsed: 1.861 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.matchExistingElement -- Time elapsed: 0.193 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.stereotypeNotApplicableByQualifiedName -- Time elapsed: 1.403 s
13:29:58 org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.createNewElement -- Time elapsed: 0.582 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateClassInModel -- Time elapsed: 0.009 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateCentralBufferNodeInActivity -- Time elapsed: 0.013 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateCentralBufferNodeInActivityWithNode -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCannotCreateOperationRedefinableTemplateSignature_bug468071 -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateOperationTemplateSignature_bug468071 -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateModelInClass -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenNodeAndArtifactInNode -- Time elapsed: 0.007 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageMergeBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.011 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassAndNullInPackage -- Time elapsed: 0.003 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDependencyBetweenClassesInPackage -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateProtocolConformanceBetweenPackageAndPackageInPackage -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInformationfloweBetweenClasses2InPackage -- Time elapsed: 0.008 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateUsageBetweenClassAndNullInPackage -- Time elapsed: 0.012 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenPackageAndClassesInModel -- Time elapsed: 0.011 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenClassAndComponentInComponent -- Time elapsed: 0.014 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassesInPackage -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateUsageBetweenClassesInPackage -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageImportBetweenPackageAndPackageInPackage -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenComponentAndClassInComponent -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateElementImportBetweenPackageAndPackageInPackage -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenNodeAndArtifactInArtifact -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassesInPackage -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassAndNullInClass -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenArtifactAndNodeInArtifact -- Time elapsed: 0.009 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtendBetweenClasses2InPackage -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateProtocolConformanceBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInformationfloweBetweenUseCases2InUseCase -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassesInPackage -- Time elapsed: 0.309 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenClassAndComponentInClass -- Time elapsed: 0.007 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRealizationBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtensionBetweenClassAndNullInNull -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtendBetweenUseCases2InUseCase -- Time elapsed: 0.017 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateElementImportBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAssociationBetweenClassesInPackage -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassesInClass -- Time elapsed: 0.013 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateManifestationBetweenArtifactAndPackage2InArtifact -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateSubstitutionBetweenClassesInPackage -- Time elapsed: 0.007 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndClassInClass -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageMergeBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRealizationBetweenClassesInPackage -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAssociationBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenArtifactAndNodeInNode -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateIncludeBetweenUseCases2InUseCase -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassesInClass -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtensionBetweenClassAndNullInClass -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDependencyBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageImportBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.020 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenComponentAndClass -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateSubstitutionBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInterfaceRealizationBetweenClassAndInterfaceInClass -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassesInPackage -- Time elapsed: 0.012 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndPackageInModel -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassesInClass -- Time elapsed: 0.011 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateManifestationBetweenClassAndPackage2InArtifact -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInterfaceRealizationBetweenUseCases2InUseCase -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateIncludeBetweenClasses2InPackage -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateProfileRelationshipTest.testCreateExtensionBetweenStereotypeAndMetaClassInPackage -- Time elapsed: 0.019 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testMoveTemplateSignatureToOperation_bug468071 -- Time elapsed: 0.639 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testMoveRedefinableTemplateSignatureToClass_bug468071 -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testCannotMoveRedefinableTemplateSignatureToOperation_bug468071 -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testSetTemplateSignatureOfOperation_bug468071 -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testSetRedefinableTemplateSignatureOfClass_bug468071 -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testCannotSetRedefinableTemplateSignatureOfOperation_bug468071 -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest.deleteAssociation -- Time elapsed: 0.339 s
13:29:58 org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest.deleteAssociationTarget -- Time elapsed: 0.286 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteReadOnlyElement -- Time elapsed: 1.002 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteClassInTheModel -- Time elapsed: 1.735 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteRootOfTheModel -- Time elapsed: 0.421 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest skipped
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest skipped
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectRootTest -- Time elapsed: 1.203 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectChildrenTest -- Time elapsed: 1.137 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectImportedPackage -- Time elapsed: 1.160 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectImportedPackageList -- Time elapsed: 1.185 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectChildrenTestList -- Time elapsed: 1.124 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutReadOnlyElement -- Time elapsed: 0.510 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutClassTest -- Time elapsed: 1.428 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutRootOfTheModel -- Time elapsed: 0.494 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.copyPasteofClass1Test -- Time elapsed: 0.655 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.pasteOnReadOnlyElement -- Time elapsed: 0.508 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.copyPasteofClass1And2Test -- Time elapsed: 0.475 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.DiagramCopyPasteModelExplorerTest.copyPasteDiagramTest -- Time elapsed: 0.540 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.TableCopyPasteModelExplorerTest.copyPasteTableTest -- Time elapsed: 0.515 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.paste.StereotypeCopyPasteModelExplorerTest.copyPasteofClass1Test -- Time elapsed: 1.714 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.AdvancedModeTest.advancedModeDoesNotCollapseItself -- Time elapsed: 2.088 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.043 s
13:29:58 org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.019 s
13:29:58 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropInterface -- Time elapsed: 0.182 s
13:29:58 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClass -- Time elapsed: 0.075 s
13:29:58 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.testPropertyContentProvider -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClassAndInterface -- Time elapsed: 0.053 s
13:29:58 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClassAndSuperclass -- Time elapsed: 0.074 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.singleValuePropertyGraphicalTest -- Time elapsed: 0.128 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.singleValuePropertyTest -- Time elapsed: 0.031 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest skipped
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.enumPropertyTest -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithBaseClassPropertyWithoutInheritedProperties -- Time elapsed: 0.477 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithoutBaseClassPropertyWithoutInheritedProperties -- Time elapsed: 0.330 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithBaseClassPropertyWithInheritedProperties -- Time elapsed: 0.322 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithoutBaseClassPropertyWithInheritedProperties -- Time elapsed: 0.337 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithStereotypes -- Time elapsed: 3.516 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchFromRegistererdToLocal -- Time elapsed: 3.351 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithStereotypeProperties -- Time elapsed: 3.074 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithMissingDefinitions -- Time elapsed: 2.484 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchFromLocalToRegistered -- Time elapsed: 2.799 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSimpleSwitch -- Time elapsed: 2.481 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesStereotypeIdentities -- Time elapsed: 2.341 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithRequiredStereotypes -- Time elapsed: 2.398 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testOverloadDoesNotClash -- Time elapsed: 0.062 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testNameClash -- Time elapsed: 0.069 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testElementOfDifferentKindDoesNotClash -- Time elapsed: 0.063 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest skipped
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoUnapplyProfile -- Time elapsed: 0.666 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotype -- Time elapsed: 0.614 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testStereotypeUnsetAttributeChange -- Time elapsed: 0.640 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotype -- Time elapsed: 0.556 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotypes -- Time elapsed: 0.544 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRemoveStereotype -- Time elapsed: 0.638 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddSysMLStereotype -- Time elapsed: 0.587 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testModifiedStereotype -- Time elapsed: 0.593 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotypeOnSeveralElements -- Time elapsed: 0.537 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotypes -- Time elapsed: 0.610 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testFakeBasedProperty -- Time elapsed: 0.578 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testRemoveStereotype -- Time elapsed: 0.526 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testRemoveSysMLStereotype -- Time elapsed: 0.495 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddSysMLStereotype -- Time elapsed: 0.587 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoModifiedStereotype -- Time elapsed: 0.482 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotypeOnSeveralElements -- Time elapsed: 0.536 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRedoAddStereotypeTiming -- Time elapsed: 0.475 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUnapplyProfile -- Time elapsed: 0.525 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRemoveSysMLStereotype -- Time elapsed: 0.490 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest skipped
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testStereotypeListAttributeChange -- Time elapsed: 0.544 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.twoProfilesUnapplied -- Time elapsed: 0.134 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.moveProfileApplication -- Time elapsed: 0.119 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.applyProfileThenMoveApplication -- Time elapsed: 0.120 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.twoProfilesApplied -- Time elapsed: 0.164 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.profileReplacedInAnApplication -- Time elapsed: 0.120 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.simpleNewProfileApplication -- Time elapsed: 0.124 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.simpleProfileUnapplication -- Time elapsed: 0.128 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.profileAppliedThenReplacedInSameApplication -- Time elapsed: 0.135 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testEditToDisplaySingleString_1 -- Time elapsed: 0.037 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testList -- Time elapsed: 0.038 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testNull -- Time elapsed: 0.032 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testDisplayToEditString_1 -- Time elapsed: 0.033 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testEmptyString -- Time elapsed: 0.034 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testClass2 -- Time elapsed: 0.048 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testClass3 -- Time elapsed: 0.031 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testMatchingElementstSingleValue1 -- Time elapsed: 0.040 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testMatchingElementstSingleValue2 -- Time elapsed: 0.033 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_1 -- Time elapsed: 0.049 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_3 -- Time elapsed: 0.048 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_4 -- Time elapsed: 0.038 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_5 -- Time elapsed: 0.047 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_6 -- Time elapsed: 0.037 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_7 -- Time elapsed: 0.053 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_8 -- Time elapsed: 0.039 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testSplitString_1 -- Time elapsed: 0.040 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testSplitString_2 -- Time elapsed: 0.050 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindConstraint_1 -- Time elapsed: 0.038 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindConstraint_2 -- Time elapsed: 0.039 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionMultiValueConverterEmptyString -- Time elapsed: 0.037 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindPackage_1 -- Time elapsed: 0.038 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindPackage_2 -- Time elapsed: 0.039 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionSingleValueConverterEmptyString -- Time elapsed: 0.038 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest.profileLanguage -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest.umlLanguage -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass1Test -- Time elapsed: 1.093 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass2Test -- Time elapsed: 1.039 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass3Test -- Time elapsed: 0.994 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass4Test -- Time elapsed: 1.051 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass1Test -- Time elapsed: 1.183 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass2Test -- Time elapsed: 1.543 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass3Test -- Time elapsed: 1.044 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass4Test -- Time elapsed: 1.042 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest.returnedTextTest -- Time elapsed: 1.044 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest.returnedStyledTextTest -- Time elapsed: 1.028 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DelegatingItemLabelProviderTest.notifyChange -- Time elapsed: 0.066 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTest.copyingInterfaceRealizationDoesNotCorruptTheModel -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTestME.copyingInterfaceRealizationDoesNotCorruptTheModel -- Time elapsed: 0.760 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithMultivaluedDataTypeContainmentFeatureTest -- Time elapsed: 1.921 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithMultivaluedContainmentFeatureTest -- Time elapsed: 1.719 s
13:29:58 org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithSingleContainmentFeatureTest -- Time elapsed: 1.544 s
13:29:58 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.reorderMultipleStereotypes -- Time elapsed: 0.406 s
13:29:58 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfTooFewStereotypes -- Time elapsed: 0.323 s
13:29:58 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfTooManyStereotypes -- Time elapsed: 0.319 s
13:29:58 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.reorderSingleStereotype -- Time elapsed: 0.330 s
13:29:58 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfStereotypesAcrossResources -- Time elapsed: 0.309 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.NameResolutionHelperTest.recursiveImportPackage -- Time elapsed: 0.029 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testIsAutoNamed -- Time elapsed: 0.028 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testGetDefaultNameWithIncrement -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testAutoNameIncrement -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testExistingElementHavingNameNotRenamed -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSuperstereotype -- Time elapsed: 0.121 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_notStrict_notApplicable -- Time elapsed: 0.443 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_notStrict_applicable -- Time elapsed: 0.406 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_strict_applicable -- Time elapsed: 0.423 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSubstereotype_notApplied -- Time elapsed: 0.087 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_strict_notApplicable -- Time elapsed: 0.390 s
13:29:58 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSubstereotype_applied -- Time elapsed: 0.086 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestBadUnapplyProfile2ClosedDiagComment.testUnApplyStereotypeApplication -- Time elapsed: 2.443 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestDropStereotypedClass.testStereotypeApplicationOnClass -- Time elapsed: 1.335 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestProfileApplication.testProfileApplicationOnModel -- Time elapsed: 0.734 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestDisplayAsBrace.testBrace -- Time elapsed: 1.410 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestReopenAsBrace.testReopenStereotypeAsComment -- Time elapsed: 3.600 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestDisplayAsComment.testStereotypeApplicationOnClass -- Time elapsed: 0.981 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestReopenAsComment.testReopenStereotypeAsComment -- Time elapsed: 3.421 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestDisplayAsCompartment.testStereotypeApplicationOnClass -- Time elapsed: 1.653 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestReopenAsCompartment.testReopenStereotypeAsComment -- Time elapsed: 4.005 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.Test2StereotypeApplications.test2StereotypeApplicationsOnClass -- Time elapsed: 0.813 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication.testStereotypeApplicationOnPackage -- Time elapsed: 1.246 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication.testStereotypeApplicationOnClass -- Time elapsed: 0.111 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplicationQualifiedName.testQNStereotypeApplicationOnClass -- Time elapsed: 0.751 s
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype skipped
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype skipped
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance skipped
13:29:58 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance skipped
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testDiagramFileExtentionLabel -- Time elapsed: 0.359 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testDiagramFileExtenstionForUML -- Time elapsed: 0.118 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testOrderOfPages -- Time elapsed: 0.105 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testDiagramFileExtentionLabel -- Time elapsed: 0.113 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testDiagramFileExtenstionForUML -- Time elapsed: 0.111 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testOrderOfPages -- Time elapsed: 0.108 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestNewProjectWizard.testOrderOfPages -- Time elapsed: 0.142 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testForSimpleModel -- Time elapsed: 0.114 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testOrderOfPages -- Time elapsed: 0.110 s
13:29:58 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testForModelWithDot -- Time elapsed: 0.117 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.missingSchema -- Time elapsed: 0.412 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.noCorruptionControlCase -- Time elapsed: 0.062 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.wrongProfileVersion -- Time elapsed: 0.449 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.missingProfileApplication -- Time elapsed: 0.397 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.deleteStereotypes -- Time elapsed: 0.064 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfileApplicationsMissingNamespace_bug434302 -- Time elapsed: 0.501 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.orphansOfWrongProfileVersion_bug436666 -- Time elapsed: 0.066 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.badSchemaLocationInNonPackageFragment_bug459488 -- Time elapsed: 1.242 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfilesAndNestedApplicationsWellFormed_bug434302 -- Time elapsed: 0.536 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.registeredDynamicProfie_bug455329 -- Time elapsed: 0.070 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedPackageSchemaMissing_bug436666 -- Time elapsed: 0.565 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.incorrectZombieGroupingWithoutProfileNamespaceURIPattern_bug496307 -- Time elapsed: 0.079 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nonStereotypeApplicationsAreOK_bug436666 -- Time elapsed: 0.034 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfileApplications2Pkgs1Profile_bug434302 -- Time elapsed: 0.553 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.crossReferencedPackageUnitWithoutOwnProfileApplication_bug458736 -- Time elapsed: 1.265 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.correctZombieGroupingWithProfileNamespaceURIPattern_bug496307 -- Time elapsed: 0.039 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.orphansOfValidSchema_bug436666 -- Time elapsed: 0.062 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.packageUnitWithoutOwnProfileApplication_bug455248 -- Time elapsed: 0.467 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedPackageInProfileIsOK_bug436666 -- Time elapsed: 0.487 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionSameURISameVersion -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionDifferentURIDifferentVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionDifferentURISameVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionDifferentURISameVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonConstantBehavior -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareNoVersionSameURI -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionDifferentURIDifferentVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchCorrectNoMatchConstantBehavior -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchSingleVersionCorrectURIGivenVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchNoVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchMultipleVersionCorrectURIGivenVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchMultipleVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongLHS -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongRHS -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryExtensionPointCorrectMatch -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionSameURIDifferentVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionSameURISameVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionSameURIDifferentVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryCorrectUnregisterAndRegister -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryExtensionPointRegistered -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongPattern -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchNoVersionCorrectURIGivenVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareNoVersionDifferentURI -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchSingleVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchCorrectNoMatchBehavior -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest.interactionOperand_contentProvider -- Time elapsed: 0.104 s
13:29:58 org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest.combinedFragment_contentProvider -- Time elapsed: 0.036 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.MultiplicityObservableValueTest.testObservableValue -- Time elapsed: 0.916 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionEndMultiplicityObservableValueTest.testObservableValue -- Time elapsed: 0.767 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.NavigationObservableValueTest.testObservableValue -- Time elapsed: 0.786 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.OwnerObservableValueTest.testObservableValue -- Time elapsed: 0.793 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.KeywordObservableValueTest.testObservableValue -- Time elapsed: 0.804 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.UMLLabelObservableValueTest.testObservableValue -- Time elapsed: 0.768 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ImageExpressionObservableValueTest.testObservableValue -- Time elapsed: 0.792 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ImageKindObservableValueTest.testObservableValue -- Time elapsed: 0.754 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ImageNameObservableValueTest.testObservableValue -- Time elapsed: 0.777 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationElementIconObservableValueTest.testObservableValue -- Time elapsed: 1.424 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationQualifiedNameObservableValueTest.testObservableValue -- Time elapsed: 1.377 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationShadowObservableValueTest.testObservableValue -- Time elapsed: 1.306 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionRequiredObservableValueTest.testObservableValue -- Time elapsed: 1.429 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ImportedPackageLocationObservableValueTest.testObservableValue -- Time elapsed: 0.777 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.UnsettableStringObservableValueTest.testObservableValue -- Time elapsed: 0.737 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableValueTest.testObservableValue -- Time elapsed: 0.707 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.AnnotationObservableValueTest.testObservableValue -- Time elapsed: 0.736 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.MaskValueObservableListTest.testObservableList -- Time elapsed: 1.384 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.AppliedCommentsObservableListTest.testObservableList -- Time elapsed: 1.904 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.OwnedCommentsObservableListTest.testObservableList -- Time elapsed: 1.503 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ProvidedInterfaceObservableListTest.testObservableList -- Time elapsed: 0.782 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.RequiredInterfaceObservableListTest.testObservableList -- Time elapsed: 0.796 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.ProfileApplicationObservableListTest.testObservableList -- Time elapsed: 0.778 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.StereotypeApplicationObservableListTest.testObservableList -- Time elapsed: 0.715 s
13:29:58 org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableListTest.testObservableList -- Time elapsed: 0.794 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CanonicalObservableValueTest.testObservableValue -- Time elapsed: 1.288 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.ConnectionDecorationStyleObservableValueTest.testObservableValue -- Time elapsed: 1.700 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomStringStyleCompartmentObservableValueTest.testObservableValue -- Time elapsed: 1.330 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleCompartmentObservableValueTest.testObservableValue -- Time elapsed: 1.422 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.DiagramLabelObservableValueTest.testObservableValue -- Time elapsed: 0.758 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomBooleanStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.776 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomDoubleStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.720 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.733 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.RulersUnitStyleObservableValueTest.testObservableValue -- Time elapsed: 0.911 s
13:29:58 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.SwitchOrientationObservableValueTest.testObservableValue -- Time elapsed: 1.971 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_papyrus -- Time elapsed: 1.298 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_papyrus -- Time elapsed: 1.110 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_dynamic -- Time elapsed: 1.347 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_uml2 -- Time elapsed: 1.180 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_papyrus -- Time elapsed: 1.588 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_dynamic -- Time elapsed: 0.848 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_uml2 -- Time elapsed: 1.530 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_uml2 -- Time elapsed: 0.963 s
13:29:58 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_dynamic -- Time elapsed: 0.695 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.loadDecoratorAsMainModel -- Time elapsed: 0.638 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication -- Time elapsed: 0.672 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.unloadApplication -- Time elapsed: 0.647 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_undo -- Time elapsed: 0.750 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.unloadedApplicationNotAvailable -- Time elapsed: 0.636 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.loadApplication -- Time elapsed: 0.802 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_undo_redo -- Time elapsed: 1.037 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.nestedPackageApplicationOfSameProfile_bug459613 -- Time elapsed: 0.581 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_forNestedPackage -- Time elapsed: 0.643 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication_undo -- Time elapsed: 0.645 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication_undo_redo -- Time elapsed: 0.648 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication -- Time elapsed: 0.773 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.ProfileMigrationTest.migrateProfile -- Time elapsed: 0.698 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.missingSchema -- Time elapsed: 0.949 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.wrongProfileVersion -- Time elapsed: 0.784 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.missingProfileApplication -- Time elapsed: 0.672 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackageAsync -- Time elapsed: 0.875 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage_none -- Time elapsed: 0.888 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.removeResource -- Time elapsed: 0.983 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsAsync_uri -- Time elapsed: 0.896 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelName -- Time elapsed: 0.898 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.baseline -- Time elapsed: 0.837 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage -- Time elapsed: 0.805 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNameAsync -- Time elapsed: 0.882 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.appliedProfilesByResourceIndex -- Time elapsed: 0.786 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModels -- Time elapsed: 0.743 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsAsync -- Time elapsed: 0.832 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.allAppliedProfiles -- Time elapsed: 0.764 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNames -- Time elapsed: 0.881 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModels_uri -- Time elapsed: 0.684 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNamesAsync -- Time elapsed: 0.704 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.listener -- Time elapsed: 0.871 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.allAppliedProfilesAsync -- Time elapsed: 0.745 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.addNewResource -- Time elapsed: 1.019 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackageAsync_none -- Time elapsed: 0.686 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest.copy_subsetOfProfiles -- Time elapsed: 0.890 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest.copy_allProfiles -- Time elapsed: 0.909 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasUnloadedDecoratorModelsAsync_recursive -- Time elapsed: 0.832 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelFor -- Time elapsed: 0.612 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelURI -- Time elapsed: 0.851 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testInternalizeProfileApplications -- Time elapsed: 0.694 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasUnloadedDecoratorModelsAsync -- Time elapsed: 0.844 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testExternalizeProfileApplication -- Time elapsed: 0.913 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorPackages -- Time elapsed: 0.629 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorModelAppliedProfiles -- Time elapsed: 0.688 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncResource -- Time elapsed: 0.793 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetExternalizationProfile -- Time elapsed: 0.649 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelResource -- Time elapsed: 0.675 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorModelProfileApplications -- Time elapsed: 0.624 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncPackage -- Time elapsed: 0.790 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetLoadedDecoratorModels -- Time elapsed: 0.669 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetLoadedSubUnitPackages -- Time elapsed: 0.604 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModels -- Time elapsed: 0.929 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasExternalizationProfile -- Time elapsed: 0.627 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncIterableOfResource -- Time elapsed: 1.273 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUserModelResources -- Time elapsed: 0.644 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorProfileApplications -- Time elapsed: 0.628 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.stereotypeApplication_inNestedPackage -- Time elapsed: 0.285 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.stereotypeApplication_inNonPackageSubmodelUnit_bug459613 -- Time elapsed: 0.288 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.applyStereotype_resourceSet -- Time elapsed: 0.288 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.applyStereotype_freeFloating -- Time elapsed: 0.286 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_decoratorModelUML -- Time elapsed: 0.487 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_decoratorModelNotation -- Time elapsed: 0.511 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_userModelUML -- Time elapsed: 0.482 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.decoratorIndexing -- Time elapsed: 0.469 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.userModelIndexing -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.decoratorAsUserModelIndexing -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest.migrateProfileExtendingDynamic_bug481302 -- Time elapsed: 0.653 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest skipped
13:29:58 org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest.migrateProfileExtendingStatic_bug481302 -- Time elapsed: 0.588 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_allDecoratorsLoaded -- Time elapsed: 0.925 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_allDecoratorsUnloaded -- Time elapsed: 3.544 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_someDecoratorsLoaded -- Time elapsed: 1.544 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_someDecoratorsLoaded -- Time elapsed: 1.844 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_allDecoratorsUnloaded -- Time elapsed: 2.215 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_someDecoratorsLoaded -- Time elapsed: 2.506 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_allDecoratorsLoaded -- Time elapsed: 0.945 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_allDecoratorsUnloaded -- Time elapsed: 3.078 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_allDecoratorsUnloaded -- Time elapsed: 1.686 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_someDecoratorsLoaded -- Time elapsed: 3.070 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_allDecoratorsLoaded -- Time elapsed: 0.948 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_allDecoratorsLoaded -- Time elapsed: 0.838 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.nonBaseElementStereotypeCrossReferences -- Time elapsed: 1.476 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.classUnitExternalizeParentUnitProfileApplication_bug459613 -- Time elapsed: 0.589 s
13:29:58 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.nestedPackagesInheritingExternalProfileApplications -- Time elapsed: 1.986 s
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestOCLConstraintOnInstanceSpec skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestOCLValidationRuleFromFile skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules skipped
13:29:58 org.eclipse.papyrus.uml.validation.tests.rules.TestStereotypeValidation skipped
13:29:58 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest.testResolveProfile__Object -- Time elapsed: 0.043 s
13:29:58 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest.testMatches__Object -- Time elapsed: 0.019 s
13:29:58 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterResourceURI_bug480221 -- Time elapsed: 0.047 s
13:29:58 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterDoesNotLoadProfiles_miss_bug480221 -- Time elapsed: 0.046 s
13:29:58 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterDoesNotLoadProfiles_hit_bug480221 -- Time elapsed: 0.043 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.popupsGenerated -- Time elapsed: 0.010 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionTargetFilters -- Time elapsed: 0.003 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.popupFilters -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionSourceFilters -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionsGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.popupsGenerated -- Time elapsed: 0.056 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionTargetFilters -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.distinctConnectionHintsGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.popupFilters -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionSourceFilters -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.distinctPopupHintsGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionsGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.popupsGenerated -- Time elapsed: 0.003 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionTargetFilters -- Time elapsed: 0.003 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.popupFilters -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionSourceFilters -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionsGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> Generalization] -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> GeneralizationSet] -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> ControlFlow] -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> ObjectFlow] -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> Transition] -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> Message] -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> Connector] -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.iconGenerated -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.typeSetAttributes -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0.017 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.multipleElementTypesForOneStereotypeGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.stereotypeAdviceGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.elementTypesGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.stereotypeMatcherGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.stereotypeAdviceNotGenerated -- Time elapsed: 0.007 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.distinctHintsGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.stereotypeMatcherNotGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.iconGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0.037 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.elementTypesGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.iconGenerated -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.stereotypeAdviceGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.elementTypesGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.stereotypeMatcherGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.elementTypeSpecializedTypes -- Time elapsed: 0.042 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.stereotypeAdviceGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.stereotypeMatcherGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.iconGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.typeSetAttributes -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.multipleElementTypesForOneStereotypeGenerated -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.stereotypeAdviceGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.elementTypesGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.stereotypeMatcherGenerated -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRemovedStereotypes -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRenamedStereotypes -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testAddedExtensions -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testAddedStereotypes -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRemovedExtension -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypeNames -- Time elapsed: 0.057 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypes -- Time elapsed: 0.028 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest skipped
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfileNames -- Time elapsed: 0.029 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testProfileCatalog -- Time elapsed: 0.027 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testLookupStereotype -- Time elapsed: 0.028 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testLookupStereotypeInAppliedProfile -- Time elapsed: 0.029 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testProfileCopy -- Time elapsed: 0.021 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfiles -- Time elapsed: 0.028 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetNamedElement -- Time elapsed: 0.027 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testIsModelsExist -- Time elapsed: 0.026 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypeQualifiedNames -- Time elapsed: 0.034 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfileQualifiedNames -- Time elapsed: 0.030 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testCopyResources -- Time elapsed: 0.870 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testCopyResource -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testGetProject -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testEclipseProject -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetUmlModelWithIFile -- Time elapsed: 0.060 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerString -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerURI -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetNamedElementByNameString -- Time elapsed: 0.006 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetUmlModel -- Time elapsed: 0.021 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerStringModels -- Time elapsed: 0.004 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetNamedElementByNameWithSterotype -- Time elapsed: 0.027 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreation -- Time elapsed: 0.003 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateClass -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateModel -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreatePackage -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCd -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorResourceFailing -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorStringString -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorResource -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateDatatype -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testCompoundTypeProvider -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testGetTypes -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testAddITypeProvider -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testIterator -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest.testSimpleModelVisitor -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetStereotypeName -- Time elapsed: 0.008 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetProfileName -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testAddPropertyChangeListenerPropertyChangeListener -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetQualifiedNameComplex -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testClear -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURLString -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testToString -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetStereotypeName -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testAddPropertyChangeListenerStringPropertyChangeListener -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURL -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testRemovePropertyChangeListenerPropertyChangeListener -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetQualifiedNameSimple -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetProfileName -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testRemovePropertyChangeListenerStringPropertyChangeListener -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testComputeQualifiedName -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetQualifiedName -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURLStringString -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testGetTypes -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testTypeProvider -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testIterator -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testGetTypes -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testAddType -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testAddTypeFromConstructor -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testTypeProvider -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testTypeProviderTypeArray -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testIterator -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest.testUMLPrimitiveTypesModel -- Time elapsed: 0.026 s
13:29:58 org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest.testGetLibraryPackage -- Time elapsed: 0.022 s
13:29:58 org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangePreferencesTest.testUseInternationalizationModification -- Time elapsed: 0.776 s
13:29:58 org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangeLanguageTest.testLanguageModification -- Time elapsed: 0.711 s
13:29:58 org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest.rebuildAdapters -- Time elapsed: 0.843 s
13:29:58 org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest.normalAdapters -- Time elapsed: 0.751 s
13:29:58 org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationAdapterTest.testLabelProviderAdapter -- Time elapsed: 0.003 s
13:29:58 org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.SingleTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.SingleTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest skipped
13:29:58 org.eclipse.papyrus.uml.alf.tests.AllTests skipped
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test10 -- Time elapsed: 1.040 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test11 -- Time elapsed: 1.020 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test12 -- Time elapsed: 1.069 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test13 -- Time elapsed: 1.005 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test1 -- Time elapsed: 1.012 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test2 -- Time elapsed: 0.993 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test3 -- Time elapsed: 1.070 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test4 -- Time elapsed: 1.072 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test5 -- Time elapsed: 1.139 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test6 -- Time elapsed: 1.020 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test7 -- Time elapsed: 1.041 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test8 -- Time elapsed: 1.102 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test9 -- Time elapsed: 0.989 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test1 -- Time elapsed: 1.013 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test2 -- Time elapsed: 1.051 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test3 -- Time elapsed: 0.938 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test4 -- Time elapsed: 0.996 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndNoContext -- Time elapsed: 0.005 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.noMetaclassAndNoContextTest -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndValidContext_1 -- Time elapsed: 0.001 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndValidContext_2 -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndInvalidContext -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndNoContext -- Time elapsed: 0.002 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.noMetaclassAndNoContextTest -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndValidContext_2 -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndInValidContext_1 -- Time elapsed: 0 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test10 -- Time elapsed: 1.000 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test11 -- Time elapsed: 0.960 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test12 -- Time elapsed: 0.993 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test13 -- Time elapsed: 1.037 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test14 -- Time elapsed: 0.981 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test1 -- Time elapsed: 0.964 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test2 -- Time elapsed: 0.970 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test3 -- Time elapsed: 0.961 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test4 -- Time elapsed: 0.979 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test5 -- Time elapsed: 1.050 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test6 -- Time elapsed: 1.018 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test7 -- Time elapsed: 0.933 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test8 -- Time elapsed: 0.946 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test9 -- Time elapsed: 1.049 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test1 -- Time elapsed: 1.035 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test2 -- Time elapsed: 0.965 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test3 -- Time elapsed: 1.064 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test4 -- Time elapsed: 0.961 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test5 -- Time elapsed: 0.974 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test6 -- Time elapsed: 0.953 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test7 -- Time elapsed: 0.955 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test8 -- Time elapsed: 0.983 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test9 -- Time elapsed: 1.112 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test10 -- Time elapsed: 0.962 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test11 -- Time elapsed: 0.970 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test12 -- Time elapsed: 0.953 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test13 -- Time elapsed: 0.980 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test10 -- Time elapsed: 0.993 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test11 -- Time elapsed: 1.009 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test12 -- Time elapsed: 1.035 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test13 -- Time elapsed: 0.971 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test1 -- Time elapsed: 0.952 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test2 -- Time elapsed: 0.957 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test3 -- Time elapsed: 0.935 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test4 -- Time elapsed: 0.931 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test5 -- Time elapsed: 1.014 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test6 -- Time elapsed: 0.973 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test7 -- Time elapsed: 1.001 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test8 -- Time elapsed: 0.980 s
13:29:58 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test9 -- Time elapsed: 0.991 s
13:29:58 org.eclipse.papyrus.uml.architecture.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.314 s
13:29:58 org.eclipse.papyrus.uml.types.core.matchers.stereotype.tests.StereotypeMatcherEditHelperAdviceTest.nestedPackageInProfileContext -- Time elapsed: 0.039 s
13:29:58 
13:29:58 Results:
13:29:58 
13:29:58 Tests run: 684, Failures: 0, Errors: 0, Skipped: 49
13:29:58 
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.181: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.183: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.188: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.191: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.195: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.202: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.205: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.217: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.220: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.232: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.239: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:29:58 
13:29:58 (Eclipse:7163): Gtk-CRITICAL **: 17:29:58.241: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
13:30:00 [INFO] All tests passed
13:30:00 [INFO] 
13:30:00 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.suite.tests ---
13:30:00 [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
13:30:00 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.suite.tests' with 0 classes
13:30:00 [INFO] 
13:30:00 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests.releng >--
13:30:00 [INFO] Building org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT [169/175]
13:30:00 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/pom.xml
13:30:00 [INFO] --------------------------------[ pom ]---------------------------------
13:30:00 [INFO] 
13:30:00 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.releng ---
13:30:00 [INFO] 
13:30:00 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.releng ---
13:30:00 [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
13:30:00 [INFO] 
13:30:00 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.releng ---
13:30:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:30:00 [INFO] 
13:30:00 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests >--
13:30:00 [INFO] Building org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT [170/175]
13:30:00 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml
13:30:00 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:30:00 [WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
13:30:00 [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
13:30:00 [INFO] 
13:30:00 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:00 [INFO] 
13:30:00 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:00 [INFO] The project's OSGi version is 2.0.0.202404241627
13:30:00 [INFO] 
13:30:00 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:00 [INFO] 
13:30:00 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:00 [INFO] 
13:30:00 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:00 [INFO] 
13:30:00 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:00 [INFO] Resolving class path of org.eclipse.papyrus.uml.alf.backend.tests
13:30:01 [INFO] 
13:30:01 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:01 [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
13:30:01 [INFO] 
13:30:01 [INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:02 [INFO] 
13:30:02 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:02 [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
13:30:02 [INFO] 
13:30:02 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:02 [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
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:03 [INFO] 
13:30:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:03 [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
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:03 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:03 [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
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:03 [INFO] Skipping tests
13:30:03 [INFO] 
13:30:03 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.backend.tests ---
13:30:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:30:03 [INFO] 
13:30:03 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests >--
13:30:03 [INFO] Building org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT [171/175]
13:30:03 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml
13:30:03 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:30:03 [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
13:30:03 [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.202404240313/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404240313.jar
13:30:03 [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.202404240313/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404240313.jar
13:30:03 [INFO] 
13:30:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:03 [INFO] The project's OSGi version is 2.0.0.202404241627
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:03 [INFO] 
13:30:03 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:03 [INFO] 
13:30:03 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:03 [INFO] Resolving class path of org.eclipse.papyrus.views.properties.toolsmiths.tests
13:30:05 [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.202404240313/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404240313.jar
13:30:05 [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.202404240313/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404240313.jar
13:30:05 [INFO] 
13:30:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [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
13:30:05 [INFO] 
13:30:05 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [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
13:30:05 [INFO] 
13:30:05 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [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
13:30:05 [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] 
13:30:05 	DataContextElement st3Element = findContextElement(context, "Stereotype3");
13:30:05 	                   ^^^^^^^^^^
13:30:05 The value of the local variable st3Element is not used
13:30:05 1 problem (1 warning)
13:30:05 [INFO] 
13:30:05 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [INFO] 
13:30:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [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
13:30:05 [INFO] 
13:30:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 309 were skipped
13:30:05 [INFO] 
13:30:05 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [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
13:30:05 [INFO] 
13:30:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [INFO] 
13:30:05 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [INFO] Skipping tests
13:30:05 [INFO] 
13:30:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
13:30:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:30:05 [INFO] 
13:30:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests >---
13:30:05 [INFO] Building org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT  [172/175]
13:30:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml
13:30:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
13:30:05 [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
13:30:07 [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.202404240313/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404240313.jar
13:30:07 [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.202404240313/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404240313.jar
13:30:07 [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
13:30:07 [INFO] 
13:30:07 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.suite.tests ---
13:30:07 [INFO] 
13:30:07 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.suite.tests ---
13:30:07 [INFO] The project's OSGi version is 1.1.0.202404241627
13:30:07 [INFO] 
13:30:07 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.suite.tests ---
13:30:07 [INFO] 
13:30:07 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.suite.tests ---
13:30:07 [INFO] 
13:30:07 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.suite.tests ---
13:30:07 [INFO] 
13:30:07 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.suite.tests ---
13:30:07 [INFO] Resolving class path of org.eclipse.papyrus.views.suite.tests
13:30:15 [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.202404240313/org.eclipse.papyrus.uml.properties.generation-3.0.0.202404240313.jar
13:30:15 [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.202404240313/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202404240313.jar
13:30:15 [INFO] 
13:30:15 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.suite.tests ---
13:30:15 [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
13:30:15 [INFO] 
13:30:15 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.suite.tests ---
13:30:15 [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
13:30:15 [INFO] 
13:30:15 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.suite.tests ---
13:30:15 [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
13:30:15 [INFO] 
13:30:15 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.suite.tests ---
13:30:15 [INFO] 
13:30:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.suite.tests ---
13:30:15 [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
13:30:15 [INFO] 
13:30:15 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.suite.tests ---
13:30:15 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1102 were skipped
13:30:15 [INFO] 
13:30:15 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.suite.tests ---
13:30:15 [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
13:30:15 [INFO] 
13:30:15 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.suite.tests ---
13:30:15 [INFO] 
13:30:15 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.suite.tests ---
13:30:16 [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
13:30:16 [INFO] Command line:
13:30:16 	[/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]
13:30:24 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
13:30:24 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
13:30:24 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
13:30:24 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
13:30:24 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
13:30:24 
13:30:32 Running org.eclipse.papyrus.views.suite.tests.AllTests
13:30:45 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
13:30:45 log4j:WARN Please initialize the log4j system properly.
13:30:45 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
13:30:51 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
13:31:17 SWT call to Webkit timed out after 10000ms. No return value will be provided.
13:31:17 Possible reasons:
13:31:17 1) Problem: Your javascript needs more than 10000ms to execute.
13:31:17    Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown 
13:31:17      and the return value of execute()/evalute() will be false/null.
13:31:17 
13:31:17 2) However, if you believe that your application should execute as expected (in under10000 ms),
13:31:17  then it might be a deadlock in SWT/Browser/webkit2 logic.
13:31:17  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
13:31:17 Please report this issue *with steps to reproduce* via:
13:31:17  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
13:31:17 For bug report, please atatch this stack trace:
13:31:17 java.lang.Throwable: 
13:31:17 	at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:300)
13:31:17 	at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:293)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1272)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1030)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1000)
13:31:17 	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1299)
13:31:17 	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
13:31:17 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
13:31:17 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
13:31:17 	at org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration.customizeToolbar(RichTextEditorConfiguration.java:525)
13:31:17 	at org.eclipse.nebula.widgets.richtext.RichTextEditor$1.function(RichTextEditor.java:273)
13:31:17 	at org.eclipse.swt.browser.WebKit.RequestProc(WebKit.java:461)
13:31:17 	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1282)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1030)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1000)
13:31:17 	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1299)
13:31:17 	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
13:31:17 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
13:31:17 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
13:31:17 	at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297)
13:31:17 	at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1769)
13:31:17 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
13:31:17 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
13:31:17 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5039)
13:31:17 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
13:31:17 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
13:31:17 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture$9.run(PapyrusEditorFixture.java:1548)
13:31:17 	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
13:31:17 	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
13:31:17 	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5959)
13:31:17 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.ensurePapyrusPerspective(PapyrusEditorFixture.java:1537)
13:31:17 	at org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.initTests(DocumentationViewTests.java:72)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:31:17 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:31:17 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:31:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
13:31:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
13:31:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
13:31:17 	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
13:31:17 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
13:31:17 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
13:31:17 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
13:31:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:31:17 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
13:31:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
13:31:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
13:31:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
13:31:17 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:31:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:31:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:31:17 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:31:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:31:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:31:17 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
13:31:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:31:17 	at org.junit.runners.Suite.runChild(Suite.java:128)
13:31:17 	at org.junit.runners.Suite.runChild(Suite.java:27)
13:31:17 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:31:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:31:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:31:17 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:31:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:31:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:31:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
13:31:17 	at org.junit.runners.Suite.runChild(Suite.java:128)
13:31:17 	at org.junit.runners.Suite.runChild(Suite.java:27)
13:31:17 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:31:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:31:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:31:17 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:31:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:31:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:31:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:31:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
13:31:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
13:31:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
13:31:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:31:17 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:31:17 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:31:17 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
13:31:17 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
13:31:17 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
13:31:17 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
13:31:17 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
13:31:17 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
13:31:17 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5039)
13:31:17 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
13:31:17 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
13:31:17 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
13:31:17 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
13:31:17 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
13:31:17 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
13:31:17 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
13:31:17 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
13:31:17 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
13:31:17 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
13:31:17 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
13:31:17 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
13:31:17 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
13:31:17 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
13:31:17 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:31:17 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:31:17 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:31:17 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
13:31:17 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
13:31:17 	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
13:31:17 	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)
13:31:17 
13:31:17  Additional information about the error is as following:
13:31:17  The following javascript was executed:
13:31:17 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()
13:31:17 
13:31:17 
13:31:17 SWT call to Webkit timed out after 10000ms. No return value will be provided.
13:31:17 Possible reasons:
13:31:17 1) Problem: Your javascript needs more than 10000ms to execute.
13:31:17    Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown 
13:31:17      and the return value of execute()/evalute() will be false/null.
13:31:17 
13:31:17 2) However, if you believe that your application should execute as expected (in under10000 ms),
13:31:17  then it might be a deadlock in SWT/Browser/webkit2 logic.
13:31:17  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
13:31:17 Please report this issue *with steps to reproduce* via:
13:31:17  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
13:31:17 For bug report, please atatch this stack trace:
13:31:17 java.lang.Throwable: 
13:31:17 	at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:300)
13:31:17 	at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:293)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1272)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1030)
13:31:17 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1000)
13:31:17 	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1299)
13:31:17 	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
13:31:17 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
13:31:17 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
13:31:17 	at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297)
13:31:17 	at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1769)
13:31:17 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
13:31:17 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
13:31:17 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5039)
13:31:17 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
13:31:17 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
13:31:17 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture$9.run(PapyrusEditorFixture.java:1548)
13:31:17 	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
13:31:17 	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
13:31:17 	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5959)
13:31:17 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.ensurePapyrusPerspective(PapyrusEditorFixture.java:1537)
13:31:17 	at org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.initTests(DocumentationViewTests.java:72)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:31:17 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:31:17 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:31:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
13:31:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
13:31:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
13:31:17 	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
13:31:17 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
13:31:17 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
13:31:17 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
13:31:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:31:17 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
13:31:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
13:31:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
13:31:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
13:31:17 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:31:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:31:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:31:17 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:31:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:31:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:31:17 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
13:31:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:31:17 	at org.junit.runners.Suite.runChild(Suite.java:128)
13:31:17 	at org.junit.runners.Suite.runChild(Suite.java:27)
13:31:17 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:31:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:31:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:31:17 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:31:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:31:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:31:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:31:17 	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
13:31:17 	at org.junit.runners.Suite.runChild(Suite.java:128)
13:31:17 	at org.junit.runners.Suite.runChild(Suite.java:27)
13:31:17 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
13:31:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
13:31:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
13:31:17 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
13:31:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
13:31:17 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
13:31:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
13:31:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
13:31:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
13:31:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
13:31:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:31:17 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:31:17 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:31:17 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
13:31:17 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
13:31:17 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
13:31:17 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
13:31:17 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
13:31:17 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
13:31:17 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5039)
13:31:17 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4519)
13:31:17 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
13:31:17 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
13:31:17 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
13:31:17 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
13:31:17 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:648)
13:31:17 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:342)
13:31:17 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
13:31:17 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
13:31:17 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
13:31:17 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
13:31:17 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
13:31:17 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
13:31:17 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
13:31:17 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
13:31:17 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:31:17 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
13:31:17 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
13:31:17 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
13:31:17 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651)
13:31:17 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588)
13:31:17 	at org.eclipse.equinox.launcher.Main.run(Main.java:1459)
13:31:17 	at org.eclipse.equinox.launcher.Main.main(Main.java:1432)
13:31:17 
13:31:17  Additional information about the error is as following:
13:31:17  The following javascript was executed:
13:31:17 function SWTWebkit2TempFunc9(){initEditor();}; SWTWebkit2TempFunc9()
13:31:17 
13:31:17 
13:31:21 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.82 s -- in org.eclipse.papyrus.views.suite.tests.AllTests
13:31:21 org.eclipse.papyrus.views.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_rootTest -- Time elapsed: 21.02 s
13:31:21 org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteDiagramTest -- Time elapsed: 4.016 s
13:31:21 org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteTableTest -- Time elapsed: 3.079 s
13:31:21 org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteLinkItemTest -- Time elapsed: 1.522 s
13:31:21 org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteRootOfTheModel -- Time elapsed: 1.396 s
13:31:21 org.eclipse.papyrus.views.modelexplorer.tests.OpendiagramTest.testOpendiagramTest -- Time elapsed: 0.622 s
13:31:21 org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.documentationViewTests -- Time elapsed: 12.41 s
13:31:21 org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.handleXWTFileFromResourceSet -- Time elapsed: 2.026 s
13:31:21 org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.handleXWTFileFromResource -- Time elapsed: 0.290 s
13:31:21 org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.generateEcoreContext -- Time elapsed: 0.237 s
13:31:21 org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.generateProfileContext -- Time elapsed: 1.239 s
13:31:21 
13:31:21 Results:
13:31:21 
13:31:21 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
13:31:21 
13:31:23 [INFO] All tests passed
13:31:23 [INFO] 
13:31:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.suite.tests ---
13:31:23 [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
13:31:23 [INFO] Analyzed bundle 'org.eclipse.papyrus.views.suite.tests' with 0 classes
13:31:23 [INFO] 
13:31:23 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.documentation.tests.releng >--
13:31:23 [INFO] Building org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT [173/175]
13:31:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/pom.xml
13:31:23 [INFO] --------------------------------[ pom ]---------------------------------
13:31:23 [INFO] 
13:31:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests.releng ---
13:31:23 [INFO] 
13:31:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests.releng ---
13:31:23 [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
13:31:23 [INFO] 
13:31:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.documentation.tests.releng ---
13:31:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:31:23 [INFO] 
13:31:23 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.releng >------
13:31:23 [INFO] Building org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT  [174/175]
13:31:23 [INFO]   from main-tests/pom.xml
13:31:23 [INFO] --------------------------------[ pom ]---------------------------------
13:31:23 [INFO] 
13:31:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.tests.releng ---
13:31:23 [INFO] 
13:31:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.releng ---
13:31:23 [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
13:31:23 [INFO] 
13:31:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.main.tests.releng ---
13:31:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:31:23 [INFO] 
13:31:23 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.targetplatform >--
13:31:23 [INFO] Building org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT [175/175]
13:31:23 [INFO]   from main-tests/targetPlatform/pom.xml
13:31:23 [INFO] ---------------------[ eclipse-target-definition ]----------------------
13:31:23 [INFO] 
13:31:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.tests.targetplatform ---
13:31:23 [INFO] 
13:31:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.targetplatform ---
13:31:23 [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
13:31:23 [INFO] 
13:31:23 [INFO] --- tycho-packaging:4.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.main.tests.targetplatform ---
13:31:23 [INFO] 
13:31:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.main.tests.targetplatform ---
13:31:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
13:31:23 [INFO] ------------------------------------------------------------------------
13:31:23 [INFO] Reactor Summary:
13:31:23 [INFO] 
13:31:23 [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SUCCESS [  2.994 s]
13:31:23 [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.008 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.007 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.006 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SUCCESS [ 44.379 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [  0.005 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SUCCESS [  3.965 s]
13:31:23 [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.029 s]
13:31:23 [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SUCCESS [  8.155 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SUCCESS [  4.480 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SUCCESS [  2.902 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SUCCESS [  0.979 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT  SUCCESS [  0.006 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SUCCESS [  0.005 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SUCCESS [  6.672 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SUCCESS [  3.837 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.006 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SUCCESS [  5.215 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SUCCESS [  0.788 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SUCCESS [  4.418 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SUCCESS [  3.655 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SUCCESS [  4.922 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SUCCESS [  3.530 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SUCCESS [  3.678 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SUCCESS [  3.710 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT SUCCESS [  4.789 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT SUCCESS [  3.102 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SUCCESS [  3.876 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SUCCESS [  3.553 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT SUCCESS [  0.856 s]
13:31:23 [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SUCCESS [ 18.015 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SUCCESS [  0.577 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SUCCESS [  5.295 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  3.400 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SUCCESS [  3.727 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SUCCESS [  3.384 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SUCCESS [  3.222 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SUCCESS [  3.388 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SUCCESS [  4.067 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SUCCESS [  0.703 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SUCCESS [  3.090 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SUCCESS [  2.892 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  2.659 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SUCCESS [  0.493 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SUCCESS [  3.050 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SUCCESS [  3.163 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SUCCESS [  0.531 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SUCCESS [  3.725 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SUCCESS [  2.626 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SUCCESS [  3.469 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SUCCESS [  3.480 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SUCCESS [  0.657 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SUCCESS [  3.076 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SUCCESS [  2.756 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SUCCESS [  0.571 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SUCCESS [  0.863 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SUCCESS [  4.066 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SUCCESS [  5.165 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SUCCESS [  3.830 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SUCCESS [  3.302 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT  SUCCESS [  2.897 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SUCCESS [  2.640 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SUCCESS [  0.664 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  2.712 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SUCCESS [  2.297 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SUCCESS [  2.505 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SUCCESS [  2.332 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SUCCESS [  2.581 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SUCCESS [  0.588 s]
13:31:23 [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [  2.580 s]
13:31:23 [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SUCCESS [  3.387 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SUCCESS [  0.644 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SUCCESS [  2.591 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [  2.702 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SUCCESS [  3.566 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SUCCESS [  3.326 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SUCCESS [  2.978 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SUCCESS [  2.986 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT SUCCESS [  3.415 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SUCCESS [  3.739 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SUCCESS [  3.500 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SUCCESS [  1.123 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SUCCESS [  1.150 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SUCCESS [  1.135 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SUCCESS [  0.543 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SUCCESS [  2.801 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SUCCESS [  0.611 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SUCCESS [  2.508 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SUCCESS [  2.977 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SUCCESS [  2.561 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SUCCESS [  2.647 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SUCCESS [  2.798 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SUCCESS [  3.146 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SUCCESS [  3.250 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SUCCESS [  2.531 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT SUCCESS [  2.821 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SUCCESS [  2.402 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SUCCESS [  2.756 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SUCCESS [  2.991 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SUCCESS [  2.529 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SUCCESS [  2.960 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SUCCESS [  2.788 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SUCCESS [  3.341 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SUCCESS [  1.323 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SUCCESS [  1.155 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT . SUCCESS [  2.902 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SUCCESS [  1.068 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.261 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [  2.485 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.690 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SUCCESS [  2.479 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.436 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [  2.370 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  2.524 s]
13:31:23 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.611 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT . SUCCESS [ 16.976 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SUCCESS [  0.564 s]
13:31:23 [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SUCCESS [  0.004 s]
13:31:23 [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SUCCESS [01:26 min]
13:31:23 [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SUCCESS [  0.006 s]
13:31:23 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SUCCESS [  3.353 s]
13:31:23 [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SUCCESS [02:48 min]
13:31:23 [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SUCCESS [01:14 min]
13:31:23 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [01:28 min]
13:31:23 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SUCCESS [  2.250 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  3.179 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  2.815 s]
13:31:23 [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SUCCESS [07:04 min]
13:31:23 [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SUCCESS [  1.549 s]
13:31:23 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SUCCESS [08:48 min]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SUCCESS [  3.311 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SUCCESS [  3.404 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT SUCCESS [  3.408 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SUCCESS [14:22 min]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SUCCESS [  3.480 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SUCCESS [  3.272 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SUCCESS [  3.089 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SUCCESS [  3.168 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [10:38 min]
13:31:23 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SUCCESS [  2.575 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 37.840 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SUCCESS [  0.735 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SUCCESS [  1.516 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SUCCESS [  3.268 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  1.190 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SUCCESS [06:36 min]
13:31:23 [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.005 s]
13:31:23 [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SUCCESS [  3.102 s]
13:31:23 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SUCCESS [  2.597 s]
13:31:23 [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SUCCESS [01:17 min]
13:31:23 [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.011 s]
13:31:23 [INFO] org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT SUCCESS [  0.003 s]
13:31:23 [INFO] org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.006 s]
13:31:23 [INFO] ------------------------------------------------------------------------
13:31:23 [INFO] BUILD SUCCESS
13:31:23 [INFO] ------------------------------------------------------------------------
13:31:23 [INFO] Total time:  01:03 h
13:31:23 [INFO] Finished at: 2024-04-24T17:31:23Z
13:31:23 [INFO] ------------------------------------------------------------------------
13:31:24 [Papyrus-Master-Tests] $ /bin/bash /tmp/jenkins4651820711886186414.sh
13:31:24 /home/jenkins/agent/workspace/Papyrus-Master-Tests
13:31:24 checking for surefire-reports via find
13:31:24 source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/surefire-reports
13:31:24 total 236
13:31:24 -rw-r--r--. 1 jenkins 1000800000   1708 Apr 24 16:35 org.eclipse.papyrus.developer.suite.tests.AllTests.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000 236557 Apr 24 16:35 TEST-org.eclipse.papyrus.developer.suite.tests.AllTests.xml
13:31:24 source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/surefire-reports
13:31:24 total 284
13:31:24 -rw-r--r--. 1 jenkins 1000800000  22936 Apr 24 16:38 org.eclipse.papyrus.editors.suite.tests.AllTests.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000 263835 Apr 24 16:38 TEST-org.eclipse.papyrus.editors.suite.tests.AllTests.xml
13:31:24 source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/surefire-reports
13:31:24 total 1764
13:31:24 -rw-r--r--. 1 jenkins 1000800000   627 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   627 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   627 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   603 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   607 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   639 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   639 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   639 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   639 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   599 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   599 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   571 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   599 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   599 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   619 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   599 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   599 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   603 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   603 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   615 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000   615 Apr 24 16:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80972 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80972 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80970 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80954 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80956 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80980 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80980 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80979 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80980 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80951 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80950 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80930 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80951 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80951 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80966 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80951 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80950 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80954 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80954 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80963 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.xml
13:31:24 -rw-r--r--. 1 jenkins 1000800000 80963 Apr 24 16:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.xml
13:31:24 source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/surefire-reports
13:31:24 total 300
13:31:24 -rw-r--r--. 1 jenkins 1000800000  25084 Apr 24 16:39 org.eclipse.papyrus.infra.core.suite.tests.AllTests.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000 274646 Apr 24 16:39 TEST-org.eclipse.papyrus.infra.core.suite.tests.AllTests.xml
13:31:24 source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/surefire-reports
13:31:24 total 260
13:31:24 -rw-r--r--. 1 jenkins 1000800000   7087 Apr 24 16:41 org.eclipse.papyrus.infra.nattable.suite.tests.AllTests.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000 254998 Apr 24 16:41 TEST-org.eclipse.papyrus.infra.nattable.suite.tests.AllTests.xml
13:31:24 source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/surefire-reports
13:31:24 total 548
13:31:24 -rw-r--r--. 1 jenkins 1000800000 141430 Apr 24 16:48 org.eclipse.papyrus.infra.suite.tests.AllTests.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000 414702 Apr 24 16:48 TEST-org.eclipse.papyrus.infra.suite.tests.AllTests.xml
13:31:24 source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/surefire-reports
13:31:24 total 288
13:31:24 -rw-r--r--. 1 jenkins 1000800000  24498 Apr 24 16:57 org.eclipse.papyrus.toolsmiths.suite.tests.AllTests.txt
13:31:24 -rw-r--r--. 1 jenkins 1000800000 267073 Apr 24 16:57 TEST-org.eclipse.papyrus.toolsmiths.suite.tests.AllTests.xml
13:31:25 source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/surefire-reports
13:31:25 total 660
13:31:25 -rw-r--r--. 1 jenkins 1000800000 196239 Apr 24 17:11 org.eclipse.papyrus.uml.diagram.suite.tests.AllTests.txt
13:31:25 -rw-r--r--. 1 jenkins 1000800000 478347 Apr 24 17:11 TEST-org.eclipse.papyrus.uml.diagram.suite.tests.AllTests.xml
13:31:25 source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/surefire-reports
13:31:25 total 440
13:31:25 -rw-r--r--. 1 jenkins 1000800000  90001 Apr 24 17:22 org.eclipse.papyrus.uml.nattable.suite.tests.AllTests.txt
13:31:25 -rw-r--r--. 1 jenkins 1000800000 358057 Apr 24 17:22 TEST-org.eclipse.papyrus.uml.nattable.suite.tests.AllTests.xml
13:31:25 source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/surefire-reports
13:31:25 total 432
13:31:25 -rw-r--r--. 1 jenkins 1000800000  90083 Apr 24 17:29 org.eclipse.papyrus.uml.suite.tests.AllTests.txt
13:31:25 -rw-r--r--. 1 jenkins 1000800000 350418 Apr 24 17:29 TEST-org.eclipse.papyrus.uml.suite.tests.AllTests.xml
13:31:25 source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/surefire-reports
13:31:25 total 240
13:31:25 -rw-r--r--. 1 jenkins 1000800000   2317 Apr 24 17:23 org.eclipse.papyrus.uml.textedit.suite.tests.AllTests.txt
13:31:25 -rw-r--r--. 1 jenkins 1000800000 238163 Apr 24 17:23 TEST-org.eclipse.papyrus.uml.textedit.suite.tests.AllTests.xml
13:31:25 source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/surefire-reports
13:31:25 total 260
13:31:25 -rw-r--r--. 1 jenkins 1000800000   1637 Apr 24 17:31 org.eclipse.papyrus.views.suite.tests.AllTests.txt
13:31:25 -rw-r--r--. 1 jenkins 1000800000 260785 Apr 24 17:31 TEST-org.eclipse.papyrus.views.suite.tests.AllTests.xml
13:31:25 Taking screenshot.
13:31:25 [Papyrus-Master-Tests] $ echo $XAUTHORITY
13:31:25 /home/jenkins/agent/workspace/Papyrus-Master-Tests/.Xauthority-9864616949019987694
13:31:25 [Papyrus-Master-Tests] $ ls -l $XAUTHORITY
13:31:25 -rw-r--r--. 1 jenkins 1000800000 0 Apr 24 16:27 /home/jenkins/agent/workspace/Papyrus-Master-Tests/.Xauthority-9864616949019987694
13:31:25 [Papyrus-Master-Tests] $ import -window root -display :84 screenshot.jpg
13:31:25 Terminating xvnc.
13:31:36 Archiving artifacts
13:31:41 Sending e-mails to: patrick.tessier@cea.fr quentin.lemenez@cea.fr
13:31:42 Recording test results
13:31:46 [Checks API] No suitable checks publisher found.
13:31:46 Finished: SUCCESS