Skip to content

Console Output

00:24:07 Started by timer
00:24:07 Running as SYSTEM
00:24:07 Agent centos-7-agent-6gb-zhhrm is provisioned from template centos-7-agent-6gb
00:24:07 ---
00:24:07 apiVersion: "v1"
00:24:07 kind: "Pod"
00:24:07 metadata:
00:24:07   labels:
00:24:07     jenkins: "slave"
00:24:07     jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33"
00:24:07     jenkins/label: "centos-7-6gb"
00:24:07   name: "centos-7-agent-6gb-zhhrm"
00:24:07   namespace: "papyrus"
00:24:07 spec:
00:24:07   containers:
00:24:07   - env:
00:24:07     - name: "JENKINS_SECRET"
00:24:07       value: "********"
00:24:07     - name: "JENKINS_TUNNEL"
00:24:07       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
00:24:07     - name: "JENKINS_AGENT_NAME"
00:24:07       value: "centos-7-agent-6gb-zhhrm"
00:24:07     - name: "JENKINS_REMOTING_JAVA_OPTS"
00:24:07       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
00:24:07         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
00:24:07     - name: "JAVA_TOOL_OPTIONS"
00:24:07       value: ""
00:24:07     - name: "_JAVA_OPTIONS"
00:24:07       value: ""
00:24:07     - name: "OPENJ9_JAVA_OPTIONS"
00:24:07       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
00:24:07     - name: "JENKINS_NAME"
00:24:07       value: "centos-7-agent-6gb-zhhrm"
00:24:07     - name: "JENKINS_AGENT_WORKDIR"
00:24:07       value: "/home/jenkins/agent"
00:24:07     - name: "JENKINS_URL"
00:24:07       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
00:24:07     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
00:24:07     imagePullPolicy: "Always"
00:24:07     name: "jnlp"
00:24:07     resources:
00:24:07       limits:
00:24:07         cpu: "2000m"
00:24:07         memory: "6144Mi"
00:24:07       requests:
00:24:07         cpu: "1000m"
00:24:07         memory: "6144Mi"
00:24:07     tty: true
00:24:07     volumeMounts:
00:24:07     - mountPath: "/home/jenkins/.m2/toolchains.xml"
00:24:07       name: "m2-dir"
00:24:07       readOnly: true
00:24:07       subPath: "toolchains.xml"
00:24:07     - mountPath: "/home/jenkins/.mavenrc"
00:24:07       name: "m2-dir"
00:24:07       readOnly: true
00:24:07       subPath: ".mavenrc"
00:24:07     - mountPath: "/opt/tools"
00:24:07       name: "volume-0"
00:24:07       readOnly: false
00:24:07     - mountPath: "/home/jenkins"
00:24:07       name: "volume-2"
00:24:07       readOnly: false
00:24:07     - mountPath: "/home/jenkins/.m2/repository"
00:24:07       name: "volume-3"
00:24:07       readOnly: false
00:24:07     - mountPath: "/home/jenkins/.m2/settings-security.xml"
00:24:07       name: "m2-secret-dir"
00:24:07       readOnly: true
00:24:07       subPath: "settings-security.xml"
00:24:07     - mountPath: "/home/jenkins/.m2/wrapper"
00:24:07       name: "volume-4"
00:24:07       readOnly: false
00:24:07     - mountPath: "/home/jenkins/.m2/settings.xml"
00:24:07       name: "m2-secret-dir"
00:24:07       readOnly: true
00:24:07       subPath: "settings.xml"
00:24:07     - mountPath: "/home/jenkins/.ssh"
00:24:07       name: "volume-1"
00:24:07       readOnly: false
00:24:07       subPath: ""
00:24:07     - mountPath: "/home/jenkins/agent"
00:24:07       name: "workspace-volume"
00:24:07       readOnly: false
00:24:07     workingDir: "/home/jenkins/agent"
00:24:07   nodeSelector:
00:24:07     kubernetes.io/os: "linux"
00:24:07   restartPolicy: "Never"
00:24:07   volumes:
00:24:07   - name: "volume-0"
00:24:07     persistentVolumeClaim:
00:24:07       claimName: "tools-claim-jiro-papyrus"
00:24:07       readOnly: true
00:24:07   - name: "m2-secret-dir"
00:24:07     secret:
00:24:07       secretName: "m2-secret-dir"
00:24:07   - emptyDir:
00:24:07       medium: ""
00:24:07     name: "volume-2"
00:24:07   - configMap:
00:24:07       name: "m2-dir"
00:24:07     name: "m2-dir"
00:24:07   - configMap:
00:24:07       name: "known-hosts"
00:24:07     name: "volume-1"
00:24:07   - emptyDir:
00:24:07       medium: ""
00:24:07     name: "workspace-volume"
00:24:07   - emptyDir:
00:24:07       medium: ""
00:24:07     name: "volume-4"
00:24:07   - emptyDir:
00:24:07       medium: ""
00:24:07     name: "volume-3"
00:24:07 
00:24:07 Building remotely on centos-7-agent-6gb-zhhrm (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Tests
00:24:07 The recommended git tool is: NONE
00:24:08 No credentials specified
00:24:08 Cloning the remote Git repository
00:24:08 Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
00:24:08  > git init /home/jenkins/agent/workspace/Papyrus-Master-Tests/source # timeout=10
00:24:08 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
00:24:08  > git --version # timeout=10
00:24:08  > git --version # 'git version 2.36.6'
00:24:08  > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
00:28:34  > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10
00:28:34  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
00:28:34 Avoid second fetch
00:28:34  > git rev-parse origin/master^{commit} # timeout=10
00:28:34 Checking out Revision 34ea60aa61da23bfaa8fae7d2106715848f8abdb (origin/master)
00:28:34  > git config core.sparsecheckout # timeout=10
00:28:34  > git checkout -f 34ea60aa61da23bfaa8fae7d2106715848f8abdb # timeout=10
00:28:38 Commit message: "[Releng] Update targetplatforms for Eclipse 2024-06 M2"
00:28:38  > git rev-list --no-walk 34ea60aa61da23bfaa8fae7d2106715848f8abdb # timeout=10
00:28:38 Cleaning workspace
00:28:38  > git rev-parse --verify HEAD # timeout=10
00:28:38 Resetting working tree
00:28:38  > git reset --hard # timeout=10
00:28:38  > git clean -fdx # timeout=10
00:28:38 $ pkill Xvnc
00:28:38 $ pkill Xrealvnc
00:28:38 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
00:28:39 [Papyrus-Master-Tests] $ Xvnc -help
00:28:39 Starting xvnc
00:28:39 [Papyrus-Master-Tests] $ Xvnc :29 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
00:28:39 
00:28:39 Xvnc TigerVNC 1.8.0 - built Feb  5 2024 15:30:47
00:28:39 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
00:28:39 See http://www.tigervnc.org for information on TigerVNC.
00:28:39 Underlying X server release 12004000, The X.Org Foundation
00:28:39 
00:28:39 
00:28:39 Mon May  6 04:28:39 2024
00:28:39  vncext:      VNC extension running!
00:28:39  vncext:      Listening for VNC connections on all interface(s), port 5929
00:28:39  vncext:      created VNC server for screen 0
00:28:39 [Papyrus-Master-Tests] $ /bin/sh -xe /tmp/jenkins18334013742002884900.sh
00:28:39 + export _JAVA_OPTIONS=-Xmx2048m
00:28:39 + _JAVA_OPTIONS=-Xmx2048m
00:28:39 [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
00:28:39 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
00:28:39 Maven home: /opt/tools/apache-maven/latest
00:28:39 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
00:28:39 Default locale: en_US, platform encoding: UTF-8
00:28:39 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
00:28:41 [INFO] Scanning for projects...
00:28:50 [INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
00:28:50 [INFO] Tycho Mode:     project
00:28:50 [INFO] Tycho Builder:  maven
00:29:03 [INFO] ------------------------------------------------------------------------
00:29:03 [INFO] Reactor Build Order:
00:29:03 [INFO] 
00:29:03 [INFO] org.eclipse.papyrus.tests.releng                                   [pom]
00:29:03 [INFO] org.eclipse.papyrus.plugins.tests.releng                           [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.tests.releng                             [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.core.tests.releng                        [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.nattable.main.test                       [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.nattable.tests           [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.editor.tests.releng                            [pom]
00:29:03 [INFO] org.eclipse.papyrus.editor.integration.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.nattable.views.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.nattable.common.tests    [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature       [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.uml.tests.releng                               [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng                       [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.tests              [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.component.tests    [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng                     [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests  [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.common.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests    [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests   [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests        [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature          [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.emf.facet.tests                                [pom]
00:29:03 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests   [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.emf.facet.feature            [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng                        [pom]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature           [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests        [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng                [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature   [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng                    [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature       [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng                      [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.textedit.property.tests    [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.textedit.tests             [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests   [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.textedit.port.tests        [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature         [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.uml.tools.tests.releng                         [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.tools.tests                [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.tools.utils.tests          [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.uml.tools.feature            [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.infra.nattable.model.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.nattable.main.test                         [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests           [eclipse-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.core.tests               [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.nattable.tests             [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature         [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.infra.services.tests.releng                    [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.services.edit.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.services.semantic.tests  [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests   [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.infra.services.feature       [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.views.tests.releng                             [pom]
00:29:03 [INFO] org.eclipse.papyrus.views.modelexplorer.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.views.documentation.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.views.feature                [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.uml.profile.tests.releng                       [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.profile.tests              [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng                 [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests        [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.service.types.tests        [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.properties.tests           [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.types.core.tests           [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.modelrepair.tests          [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.filters.tests                   [eclipse-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.uml.feature                  [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests    [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.infra.core.feature           [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.infra.emf.tests.releng                         [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.ui.emf.tests             [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.filters.tests                 [eclipse-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.ui.tests                 [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests  [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.types.tests.releng                       [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.types.tests              [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.properties.tests.releng                  [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.properties.ui.tests      [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng                  [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests  [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.tools.tests              [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.editor.tests.releng                      [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests    [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests   [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.emf.tests                [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng           [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests       [eclipse-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.types.ui.tests           [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests            [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.infra.feature                [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.tests.feature                      [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests               [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests    [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.infra.internationalization.main.test           [pom]
00:29:03 [INFO] org.eclipse.papyrus.infra.internationalization.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng                   [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.expressions.tests          [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature      [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.uml.internationalization.main.test             [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.internationalization.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature [eclipse-feature]
00:29:03 [INFO] org.eclipse.papyrus.uml.alf.tests                  [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.alf.tests.feature              [eclipse-feature]
00:29:03 [INFO] Papyrus Tests Features                                             [pom]
00:29:03 [INFO] org.eclipse.papyrus.developer.suite.tests          [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.bundles.tests                                  [pom]
00:29:03 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests  [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.editors.suite.tests            [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.core.suite.tests         [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests     [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.architecture.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests    [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.suite.tests              [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.infra.newchild.tests                [eclipse-plugin]
00:29:03 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests         [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests        [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests          [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests   [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests       [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.validation.tests.releng                    [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.validation.tests           [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.architecture.tests              [eclipse-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.suite.tests                [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.uml.alf.tests.releng                           [pom]
00:29:03 [INFO] org.eclipse.papyrus.uml.alf.backend.tests          [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.views.suite.tests              [eclipse-test-plugin]
00:29:03 [INFO] org.eclipse.papyrus.views.documentation.tests.releng               [pom]
00:29:03 [INFO] org.eclipse.papyrus.main.tests.releng                              [pom]
00:29:03 [INFO] org.eclipse.papyrus.main.tests.targetplatform [eclipse-target-definition]
00:29:03 [INFO] 
00:29:03 [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.tests.releng >--------
00:29:03 [INFO] Building org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT         [1/175]
00:29:03 [INFO]   from pom.xml
00:29:03 [INFO] --------------------------------[ pom ]---------------------------------
00:29:03 [INFO] 
00:29:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.releng ---
00:29:03 [INFO] 
00:29:03 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.releng ---
00:29:04 [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
00:29:04 [INFO] 
00:29:04 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.releng ---
00:29:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:04 [INFO] 
00:29:04 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.plugins.tests.releng >--
00:29:04 [INFO] Building org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT [2/175]
00:29:04 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/pom.xml
00:29:04 [INFO] --------------------------------[ pom ]---------------------------------
00:29:04 [INFO] 
00:29:04 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.plugins.tests.releng ---
00:29:04 [INFO] 
00:29:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.plugins.tests.releng ---
00:29:04 [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
00:29:04 [INFO] 
00:29:04 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.plugins.tests.releng ---
00:29:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:04 [INFO] 
00:29:04 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tests.releng >--
00:29:04 [INFO] Building org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT   [3/175]
00:29:04 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/pom.xml
00:29:04 [INFO] --------------------------------[ pom ]---------------------------------
00:29:04 [INFO] 
00:29:04 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tests.releng ---
00:29:04 [INFO] 
00:29:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tests.releng ---
00:29:04 [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
00:29:04 [INFO] 
00:29:04 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.tests.releng ---
00:29:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:04 [INFO] 
00:29:04 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests.releng >--
00:29:04 [INFO] Building org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT [4/175]
00:29:04 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/pom.xml
00:29:04 [INFO] --------------------------------[ pom ]---------------------------------
00:29:04 [INFO] 
00:29:04 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests.releng ---
00:29:04 [INFO] 
00:29:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests.releng ---
00:29:04 [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
00:29:04 [INFO] 
00:29:04 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.tests.releng ---
00:29:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:04 [INFO] 
00:29:04 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests >--
00:29:04 [INFO] Building org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT [5/175]
00:29:04 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml
00:29:04 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:29:06 [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
00:29:06 [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
00:29:06 [INFO]     Cache location:         /home/jenkins/agent/workspace/Papyrus-Master-Tests/repo-tst/.cache/tycho
00:29:06 [INFO]     Transport mode:         online
00:29:06 [INFO]     Http Transport type:    Java11Client
00:29:06 [INFO]     Update mode:            cache first
00:29:06 [INFO]     Minimum cache duration: 60 minutes
00:29:06 [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
00:29:10 [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).]
00:29:10 [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).]
00:29:11 [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).]
00:29:11 [INFO] Adding repository https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository
00:29:11 [INFO] Adding repository https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository
00:29:11 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
00:29:11 [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
00:29:17 [WARNING] [c52b6e21-46ae-44df-a01a-5a58865319b3][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.
00:29:22 [WARNING] [c52b6e21-46ae-44df-a01a-5a58865319b3][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.
00:29:26 [WARNING] [c52b6e21-46ae-44df-a01a-5a58865319b3][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.
00:29:32 [INFO] 
00:29:32 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:32 [INFO] 
00:29:32 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:32 [INFO] The project's OSGi version is 2.0.0.202405060428
00:29:32 [INFO] 
00:29:32 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:32 [INFO] 
00:29:32 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:32 [INFO] 
00:29:32 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:32 [INFO] 
00:29:32 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:32 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.clipboard.tests
00:29:34 [INFO] 
00:29:34 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00: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/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:34 [INFO] 
00:29:34 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:34 [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
00:29:34 [INFO] 
00:29:34 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:34 [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
00:29:36 [INFO] 
00:29:36 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:36 [INFO] 
00:29:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:36 [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
00:29:36 [INFO] 
00:29:36 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:36 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:29:36 [INFO] 
00:29:36 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:37 [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
00:29:37 [INFO] 
00:29:37 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:37 [INFO] 
00:29:37 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:37 [INFO] Skipping tests
00:29:37 [INFO] 
00:29:37 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.clipboard.tests ---
00:29:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:37 [INFO] 
00:29:37 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.main.test >--
00:29:37 [INFO] Building org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT [6/175]
00:29:37 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/pom.xml
00:29:37 [INFO] --------------------------------[ pom ]---------------------------------
00:29:37 [INFO] 
00:29:37 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.main.test ---
00:29:37 [INFO] 
00:29:37 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.main.test ---
00:29:37 [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
00:29:37 [INFO] 
00:29:37 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.main.test ---
00:29:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:37 [INFO] 
00:29:37 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests >--
00:29:37 [INFO] Building org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT [7/175]
00:29:37 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml
00:29:37 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:29:37 [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
00:29:37 [INFO] 
00:29:37 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:37 [INFO] 
00:29:37 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:37 [INFO] The project's OSGi version is 2.0.0.202405060428
00:29:37 [INFO] 
00:29:37 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:37 [INFO] 
00:29:37 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:37 [INFO] 
00:29:37 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:37 [INFO] 
00:29:37 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:37 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.tests
00:29:39 [INFO] 
00:29:39 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29: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/nattable/org.eclipse.papyrus.infra.nattable.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:39 [INFO] 
00:29:39 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:39 [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
00:29:39 [INFO] 
00:29:39 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:39 [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
00:29:40 [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] 
00:29:40 	assertThat(fixture.getText(table), is("classes"));
00:29:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:40 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:29:40 [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] 
00:29:40 	assertThat(fixture.getText(table), is("(Test Table of <Package> foo)"));
00:29:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:40 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:29:40 [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] 
00:29:40 	assertThat(fixture.getText(table), is("(Test Table of <Package> bar)"));
00:29:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:40 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:29:40 [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] 
00:29:40 	assertThat("Label provider did not notify", gotEvent[0], is(true));
00:29:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:40 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:29:40 [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] 
00:29:40 	assertThat("Label provider did not notify", gotEvent[0], is(true));
00:29:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:40 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:29:40 [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] 
00:29:40 	assertThat(fixture.getText(selection), is("classes, classes"));
00:29:40 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:40 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:29:40 6 problems (6 warnings)
00:29:40 [INFO] 
00:29:40 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:40 [INFO] 
00:29:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:40 [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
00:29:40 [INFO] 
00:29:40 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:40 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:29:40 [INFO] 
00:29:40 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:40 [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
00:29:40 [INFO] 
00:29:40 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:40 [INFO] 
00:29:40 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:40 [INFO] Skipping tests
00:29:40 [INFO] 
00:29:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.tests ---
00:29:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:40 [INFO] 
00:29:40 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.tests.releng >--
00:29:40 [INFO] Building org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT  [8/175]
00:29:40 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/pom.xml
00:29:40 [INFO] --------------------------------[ pom ]---------------------------------
00:29:40 [INFO] 
00:29:40 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.tests.releng ---
00:29:40 [INFO] 
00:29:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.tests.releng ---
00:29: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/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:40 [INFO] 
00:29:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editor.tests.releng ---
00:29:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:40 [INFO] 
00:29:40 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests >--
00:29:40 [INFO] Building org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT [9/175]
00:29:40 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml
00:29:40 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:29:40 [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
00:29:43 [INFO] 
00:29:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:43 [INFO] 
00:29:43 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:43 [INFO] The project's OSGi version is 2.1.0.202405060428
00:29:43 [INFO] 
00:29:43 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:43 [INFO] 
00:29:43 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:43 [INFO] 
00:29:43 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:43 [INFO] 
00:29:43 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:43 [INFO] Resolving class path of org.eclipse.papyrus.editor.integration.tests
00:29:44 [INFO] 
00:29:44 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.integration.tests ---
00:29: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/editor/org.eclipse.papyrus.editor.integration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:44 [INFO] 
00:29:44 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:44 [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
00:29:44 [INFO] 
00:29:44 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:44 [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
00:29:45 [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] 
00:29:45 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
00:29:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 The type AdapterUtils is deprecated
00:29:45 [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] 
00:29:45 	return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null);
00:29:45 	       ^^^^^^^^^^^^
00:29:45 The type AdapterUtils is deprecated
00:29:45 [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] 
00:29:45 	return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null);
00:29:45 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 The method adapt(Object, Class<DiagramEditor>, DiagramEditor) from the type AdapterUtils is deprecated
00:29:45 [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] 
00:29:45 	return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null);
00:29:45 	       ^^^^^^^^^^^^
00:29:45 The type AdapterUtils is deprecated
00:29:45 [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] 
00:29:45 	return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null);
00:29:45 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 The method adapt(Object, Class<DiagramEditPart>, DiagramEditPart) from the type AdapterUtils is deprecated
00:29:45 [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] 
00:29:45 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
00:29:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 The type DiResourceSet is deprecated
00:29:45 [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] 
00:29:45 	final ModelSet modelSet = new DiResourceSet();
00:29:45 	                              ^^^^^^^^^^^^^
00:29:45 The type DiResourceSet is deprecated
00:29:45 [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] 
00:29:45 	final ModelSet modelSet = new DiResourceSet();
00:29:45 	                              ^^^^^^^^^^^^^^^
00:29:45 The constructor DiResourceSet() is deprecated
00:29:45 [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] 
00:29:45 	modelSet.createsModels(emptyModelDi);
00:29:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:29:45 [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] 
00:29:45 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
00:29:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 The type DiResourceSet is deprecated
00:29:45 [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] 
00:29:45 	import org.eclipse.papyrus.uml.diagram.timing.custom.UmlTimingDiagramForMultiEditor;
00:29:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:29:45 [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] 
00:29:45 	final ModelSet modelSet = new DiResourceSet();
00:29:45 	                              ^^^^^^^^^^^^^
00:29:45 The type DiResourceSet is deprecated
00:29:45 [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] 
00:29:45 	final ModelSet modelSet = new DiResourceSet();
00:29:45 	                              ^^^^^^^^^^^^^^^
00:29:45 The constructor DiResourceSet() is deprecated
00:29:45 [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] 
00:29:45 	modelSet.createsModels(emptyModelDi);
00:29:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:29:45 [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] 
00:29:45 	final ModelSet modelSet = new DiResourceSet();
00:29:45 	                              ^^^^^^^^^^^^^
00:29:45 The type DiResourceSet is deprecated
00:29:45 [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] 
00:29:45 	final ModelSet modelSet = new DiResourceSet();
00:29:45 	                              ^^^^^^^^^^^^^^^
00:29:45 The constructor DiResourceSet() is deprecated
00:29:45 [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] 
00:29:45 	modelSet.createsModels(emptyModelDi);
00:29:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:29:45 [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] 
00:29:45 	Assert.assertTrue(editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor);
00:29:45 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:29:45 [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] 
00:29:45 	IPage selectedPage = container.getActiveSashWindowsPage();
00:29:45 	      ^^^^^^^^^^^^
00:29:45 The value of the local variable selectedPage is not used
00:29:45 [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] 
00:29:45 	Assert.assertTrue("Couldn't change the page selection", editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor);
00:29:45 	                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:45 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:29:45 [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] 
00:29:45 	TransactionalEditingDomain editingDomain = modelSet.getTransactionalEditingDomain();
00:29:45 	                           ^^^^^^^^^^^^^
00:29:45 The value of the local variable editingDomain is not used
00:29:45 [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] 
00:29:45 	final EObject tableContext = UmlUtils.getUmlModel(modelSet).getResource().getContents().get(0);
00:29:45 	              ^^^^^^^^^^^^
00:29:45 The value of the local variable tableContext is not used
00:29:45 22 problems (22 warnings)
00:29:45 [INFO] 
00:29:45 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:45 [INFO] 
00:29:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:45 [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
00:29:45 [INFO] 
00:29:45 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:45 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped
00:29:45 [INFO] 
00:29:45 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:45 [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
00:29:46 [INFO] 
00:29:46 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:46 [INFO] 
00:29:46 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:46 [INFO] Skipping tests
00:29:46 [INFO] 
00:29:46 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editor.integration.tests ---
00:29:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:46 [INFO] 
00:29:46 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests >--
00:29:46 [INFO] Building org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT [10/175]
00:29:46 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml
00:29:46 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:29:46 [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
00:29:46 [INFO] 
00:29:46 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:46 [INFO] 
00:29:46 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:46 [INFO] The project's OSGi version is 2.0.100.202405060428
00:29:46 [INFO] 
00:29:46 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:46 [INFO] 
00:29:46 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:46 [INFO] 
00:29:46 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:46 [INFO] 
00:29:46 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:46 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.views.tests
00:29:48 [INFO] 
00:29:48 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29: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/nattable/org.eclipse.papyrus.infra.nattable.views.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:48 [INFO] 
00:29:48 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [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
00:29:48 [INFO] 
00:29:48 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [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
00:29:48 [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] 
00:29:48 	import org.eclipse.papyrus.infra.core.sashwindows.di.PageList;
00:29:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:48 The type PageList is deprecated
00:29:48 [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] 
00:29:48 	PageList pageList = getPageList(rootModel);
00:29:48 	^^^^^^^^
00:29:48 The type PageList is deprecated
00:29:48 [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] 
00:29:48 	for (final PageRef pageRef : pageList.getAvailablePage()) {
00:29:48 	                                      ^^^^^^^^^^^^^^^^^^
00:29:48 The method getAvailablePage() from the type PageList is deprecated
00:29:48 [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] 
00:29:48 	private static final PageList getPageList(final EObject object) {
00:29:48 	                     ^^^^^^^^
00:29:48 The type PageList is deprecated
00:29:48 [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] 
00:29:48 	final PageList pageList = windowMngr.getPageList();
00:29:48 	      ^^^^^^^^
00:29:48 The type PageList is deprecated
00:29:48 [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] 
00:29:48 	final PageList pageList = windowMngr.getPageList();
00:29:48 	                                     ^^^^^^^^^^^^^
00:29:48 The method getPageList() from the type SashWindowsMngr is deprecated
00:29:48 [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] 
00:29:48 	final List rowSelectedPositionsAsList = Arrays.asList(rowSelectedPositions[0], rowSelectedPositions[1]);
00:29:48 	      ^^^^
00:29:48 List is a raw type. References to generic type List<E> should be parameterized
00:29:48 [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] 
00:29:48 	final List columnSelectedPositionsAsList = Arrays.asList(columnSelectedPositions[0], columnSelectedPositions[1]);
00:29:48 	      ^^^^
00:29:48 List is a raw type. References to generic type List<E> should be parameterized
00:29:48 8 problems (8 warnings)
00:29:48 [INFO] 
00:29:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [INFO] 
00:29:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [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
00:29:48 [INFO] 
00:29:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 346 were skipped
00:29:48 [INFO] 
00:29:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [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
00:29:48 [INFO] 
00:29:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [INFO] 
00:29:48 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [INFO] Skipping tests
00:29:48 [INFO] 
00:29:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.views.tests ---
00:29:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:48 [INFO] 
00:29:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests >--
00:29:48 [INFO] Building org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT [11/175]
00:29:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml
00:29:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:29:48 [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
00:29:49 [INFO] 
00:29:49 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:49 [INFO] 
00:29:49 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:49 [INFO] The project's OSGi version is 2.0.0.202405060428
00:29:49 [INFO] 
00:29:49 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:49 [INFO] 
00:29:49 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:49 [INFO] 
00:29:49 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:49 [INFO] 
00:29:49 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:49 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.common.tests
00:29:50 [INFO] 
00:29:50 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00: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/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:50 [INFO] 
00:29:50 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [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
00:29:50 [INFO] 
00:29:50 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [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
00:29:50 [INFO] 
00:29:50 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [INFO] 
00:29:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [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
00:29:50 [INFO] 
00:29:50 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:29:50 [INFO] 
00:29:50 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [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
00:29:50 [INFO] 
00:29:50 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [INFO] 
00:29:50 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [INFO] Skipping tests
00:29:50 [INFO] 
00:29:50 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.common.tests ---
00:29:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:50 [INFO] 
00:29:50 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature >--
00:29:50 [INFO] Building org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT [12/175]
00:29:50 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml
00:29:50 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:29:50 [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
00:29:51 [INFO] 
00:29:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [INFO] 
00:29:51 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [INFO] The project's OSGi version is 1.4.0.202405060428
00:29:51 [INFO] 
00:29:51 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [INFO] 
00:29:51 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [INFO] 
00:29:51 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [INFO] 
00:29:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29: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.infra.nattable.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:51 [INFO] 
00:29:51 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [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
00:29:51 [INFO] 
00:29:51 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 344 were skipped
00:29:51 [INFO] 
00:29:51 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [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
00:29:51 [INFO] 
00:29:51 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [INFO] 
00:29:51 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [INFO] 
00:29:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.nattable.feature ---
00:29:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:51 [INFO] 
00:29:51 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tests.releng >---
00:29:51 [INFO] Building org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT    [13/175]
00:29:51 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/pom.xml
00:29:51 [INFO] --------------------------------[ pom ]---------------------------------
00:29:51 [INFO] 
00:29:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tests.releng ---
00:29:51 [INFO] 
00:29:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tests.releng ---
00:29: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/tests/junit/plugins/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:51 [INFO] 
00:29:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tests.releng ---
00:29:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:51 [INFO] 
00:29:51 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests.releng >--
00:29:51 [INFO] Building org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT [14/175]
00:29:51 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/pom.xml
00:29:51 [INFO] --------------------------------[ pom ]---------------------------------
00:29:51 [INFO] 
00:29:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
00:29:51 [INFO] 
00:29:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
00:29: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/tests/junit/plugins/uml/diagram/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:51 [INFO] 
00:29:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests.releng ---
00:29:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:51 [INFO] 
00:29:51 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests >---
00:29:51 [INFO] Building org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT   [15/175]
00:29:51 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml
00:29:51 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:29:51 [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
00:29:52 [INFO] 
00:29:52 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:52 [INFO] 
00:29:52 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:52 [INFO] The project's OSGi version is 2.0.0.202405060428
00:29:52 [INFO] 
00:29:52 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:52 [INFO] 
00:29:52 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:52 [INFO] 
00:29:52 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:52 [INFO] 
00:29:52 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:52 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.tests
00:29:54 [INFO] 
00:29:54 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests ---
00: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.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:54 [INFO] 
00:29:54 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.tests ---
00: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.tests/src/main/resources
00:29:54 [INFO] 
00:29:54 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:54 [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
00:29:55 [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] 
00:29:55 	Iterator<EObject> roots = NavigatorUtils.getNotationRoots(rootSemanticModel);
00:29:55 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The method getNotationRoots(EObject) from the type NavigatorUtils is deprecated
00:29:55 [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] 
00:29:55 	import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx;
00:29:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 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.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
00:29:55 [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] 
00:29:55 	Assert.assertEquals("the editor of this editpart must be multiline editor", MultiLineCellEditor.class, manager.getTextCellEditorClass(editableEditPart));
00:29:55 	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way
00:29:55 [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] 
00:29:55 	Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart));
00:29:55 	                                                                         ^^^^^^^^^^^^^^^^
00:29:55 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.202403010913/org.eclipse.gmf.runtime.gef.ui-1.8.0.202403010913.jar')
00:29:55 [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] 
00:29:55 	Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart));
00:29:55 	                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way
00:29:55 [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] 
00:29:55 	Assert.assertTrue(ddCommand != null || true == ddCommand.canExecute());
00:29:55 	                                               ^^^^^^^^^
00:29:55 Null pointer access: The variable ddCommand can only be null at this location
00:29:55 [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] 
00:29:55 	import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart;
00:29:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The type FloatingLabelEditPart is deprecated
00:29:55 [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] 
00:29:55 	if (child instanceof FloatingLabelEditPart) {
00:29:55 	                     ^^^^^^^^^^^^^^^^^^^^^
00:29:55 The type FloatingLabelEditPart is deprecated
00:29:55 [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] 
00:29:55 	Assert.assertTrue("FloatingLabelEditPart must use specific locator RoundedRectangleLabelPositionLocator", ((FloatingLabelEditPart) child).getBorderItemLocator() instanceof RoundedRectangleLabelPositionLocator);
00:29:55 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^
00:29:55 The type FloatingLabelEditPart is deprecated
00:29:55 [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] 
00:29:55 	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
00:29:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The type ServiceUtilsForActionHandlers is deprecated
00:29:55 [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] 
00:29:55 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:29:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The type ServiceUtilsForActionHandlers is deprecated
00:29:55 [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] 
00:29:55 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:29:55 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The type ServiceUtilsForActionHandlers is deprecated
00:29:55 [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] 
00:29:55 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:29:55 	                                                                           ^^^^^^^^^^^^^
00:29:55 The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
00:29:55 [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] 
00:29:55 	editingDomain = serviceUtils.getTransactionalEditingDomain();
00:29:55 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
00:29:55 [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] 
00:29:55 	for (Iterator iteratorChildren = linkEditPart.getChildren().iterator(); iteratorChildren.hasNext();) {
00:29:55 	     ^^^^^^^^
00:29:55 Iterator is a raw type. References to generic type Iterator<E> should be parameterized
00:29:55 [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] 
00:29:55 	import org.eclipse.papyrus.uml.service.types.internal.ui.advice.InstanceSpecificationLinkEditHelperAdvice;
00:29:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 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.202405050300/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202405050300.jar')
00:29:55 [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] 
00:29:55 	Set<Association> associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement());
00:29:55 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 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.202405050300/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202405050300.jar')
00:29:55 [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] 
00:29:55 	Set<Association> associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement());
00:29:55 	                                                                          ^^^^^^^^^^^^^^^^^^^^
00:29:55 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.202405050300/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202405050300.jar')
00:29:55 [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] 
00:29:55 	InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association);
00:29:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 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.202405050300/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202405050300.jar')
00:29:55 [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] 
00:29:55 	InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association);
00:29:55 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 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.202405050300/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202405050300.jar')
00:29:55 [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] 
00:29:55 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
00:29:55 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The type DiResourceSet is deprecated
00:29:55 [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] 
00:29:55 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
00:29:55 	                                                  ^^^^^^^^^^^^^
00:29:55 The type DiResourceSet is deprecated
00:29:55 [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] 
00:29:55 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
00:29:55 	                                                  ^^^^^^^^^^^^^^^
00:29:55 The constructor DiResourceSet() is deprecated
00:29:55 [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] 
00:29:55 	diResourceSet.createsModels(file);
00:29:55 	              ^^^^^^^^^^^^^^^^^^^
00:29:55 The method createsModels(IFile) from the type ModelSet is deprecated
00:29:55 [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] 
00:29:55 	houseKeeper.setField("project", houseKeeper.createProject(testCase.getProjectName())); //$NON-NLS-1$
00:29:55 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The method setField(String, IProject) from the type AbstractHouseKeeperRule is deprecated
00:29:55 [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] 
00:29:55 	houseKeeper.setField("file", project.getFile(testCase.getFileName())); //$NON-NLS-1$
00:29:55 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The method setField(String, IFile) from the type AbstractHouseKeeperRule is deprecated
00:29:55 [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] 
00:29:55 	houseKeeper.setField("preserve", preserve.build());
00:29:55 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The method setField(String, ImmutableList<EObject>) from the type AbstractHouseKeeperRule is deprecated
00:29:55 [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] 
00:29:55 	houseKeeper.setField("adapterFactory", new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE));
00:29:55 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 The method setField(String, ComposedAdapterFactory) from the type AbstractHouseKeeperRule is deprecated
00:29:55 [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] 
00:29:55 	boolean foundCompartment = false;
00:29:55 	        ^^^^^^^^^^^^^^^^
00:29:55 The value of the local variable foundCompartment is not used
00:29:55 [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] 
00:29:55 	Element root = (Element) getContainerEditPart().resolveSemanticElement();
00:29:55 	        ^^^^
00:29:55 The value of the local variable root is not used
00:29:55 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)
00:29:55 	assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, command.equals(UnexecutableCommand.INSTANCE));
00:29:55 	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command
00:29:55 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)
00:29:55 	assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, (!command.equals(UnexecutableCommand.INSTANCE)));
00:29:55 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:29:55 Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command
00:29:55 32 problems (0 errors, 30 warnings, 2 infos)
00:29:55 [INFO] 
00:29:55 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:55 [INFO] 
00:29:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.tests ---
00: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.tests/src/test/resources
00:29:55 [INFO] 
00:29:55 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:55 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:29:55 [INFO] 
00:29:55 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:55 [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
00:29:55 [INFO] 
00:29:55 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:55 [INFO] 
00:29:55 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:55 [INFO] Skipping tests
00:29:55 [INFO] 
00:29:55 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests ---
00:29:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:55 [INFO] 
00:29:55 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests >--
00:29:55 [INFO] Building org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT [16/175]
00:29:55 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml
00:29:55 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:29:55 [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
00:29:56 [INFO] 
00:29:56 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:56 [INFO] 
00:29:56 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:56 [INFO] The project's OSGi version is 2.0.0.202405060428
00:29:56 [INFO] 
00:29:56 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:56 [INFO] 
00:29:56 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:56 [INFO] 
00:29:56 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:56 [INFO] 
00:29:56 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:56 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.component.tests
00:29:57 [INFO] 
00:29:57 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29: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/diagram/org.eclipse.papyrus.uml.diagram.component.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:29:57 [INFO] 
00:29:57 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:57 [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
00:29:57 [INFO] 
00:29:57 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:58 [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
00:29:58 [INFO] 
00:29:58 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:58 [INFO] 
00:29:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00: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.component.tests/src/test/resources
00:29:58 [INFO] 
00:29:58 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:58 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:29:58 [INFO] 
00:29:58 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:58 [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
00:29:58 [INFO] 
00:29:58 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:58 [INFO] 
00:29:58 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:58 [INFO] Skipping tests
00:29:58 [INFO] 
00:29:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.component.tests ---
00:29:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:58 [INFO] 
00:29:58 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.tests.releng >--
00:29:58 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT [17/175]
00:29:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/pom.xml
00:29:58 [INFO] --------------------------------[ pom ]---------------------------------
00:29:58 [INFO] 
00:29:58 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
00:29:58 [INFO] 
00:29:58 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
00:29:58 [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
00:29:58 [INFO] 
00:29:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng ---
00:29:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:29:58 [INFO] 
00:29:58 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests >--
00:29:58 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT [18/175]
00:29:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml
00:29:58 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:29:58 [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
00:29:59 [INFO] 
00:29:59 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:29:59 [INFO] 
00:29:59 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:29:59 [INFO] The project's OSGi version is 2.1.100.202405060428
00:29:59 [INFO] 
00:29:59 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:29:59 [INFO] 
00:29:59 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:29:59 [INFO] 
00:29:59 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:29:59 [INFO] 
00:29:59 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:29:59 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.canonical.tests
00:30:01 [INFO] 
00:30:01 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00: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/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:01 [INFO] 
00:30:01 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [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
00:30:01 [INFO] 
00:30:01 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [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
00:30:01 [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] 
00:30:01 	@SuppressWarnings("unchecked")
00:30:01 	                  ^^^^^^^^^^^
00:30:01 Unnecessary @SuppressWarnings("unchecked")
00:30:01 1 problem (1 warning)
00:30:01 [INFO] 
00:30:01 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [INFO] 
00:30:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [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
00:30:01 [INFO] 
00:30:01 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 342 were skipped
00:30:01 [INFO] 
00:30:01 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [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
00:30:01 [INFO] 
00:30:01 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [INFO] 
00:30:01 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [INFO] Skipping tests
00:30:01 [INFO] 
00:30:01 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests ---
00:30:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:01 [INFO] 
00:30:01 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests >--
00:30:01 [INFO] Building org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT [19/175]
00:30:01 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml
00:30:01 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:01 [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
00:30:02 [INFO] 
00:30:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] Resolving class path of org.eclipse.papyrus.uml.dynamic.profile.tests
00:30:02 [INFO] 
00:30:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [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
00:30:02 [INFO] 
00:30:02 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [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
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [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
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [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
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 95 were skipped
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [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
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] Skipping tests
00:30:02 [INFO] 
00:30:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.dynamic.profile.tests ---
00:30:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:02 [INFO] 
00:30:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests >--
00:30:02 [INFO] Building org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT [20/175]
00:30:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml
00:30:02 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:02 [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
00:30:02 [INFO] 
00:30:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:02 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:02 [INFO] 
00:30:02 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:02 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.common.tests
00:30:04 [INFO] 
00:30:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30: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/diagram/org.eclipse.papyrus.uml.diagram.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:04 [INFO] 
00:30:04 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:04 [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
00:30:04 [INFO] 
00:30:04 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:04 [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
00:30:05 [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] 
00:30:05 	assertThat(modelTarget, instanceOf(NodeImpl.class));
00:30:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:05 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:30:05 [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] 
00:30:05 	return MultiplicityElementUtil.getMultiplicityAsString(element);
00:30:05 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:05 The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated
00:30:05 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)
00:30:05 	@SuppressWarnings("nls")
00:30:05 	                  ^^^^^
00:30:05 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:30:05 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)
00:30:05 	@SuppressWarnings("nls")
00:30:05 	                  ^^^^^
00:30:05 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:30:05 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)
00:30:05 	@SuppressWarnings("nls")
00:30:05 	                  ^^^^^
00:30:05 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:30:05 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)
00:30:05 	@SuppressWarnings("nls")
00:30:05 	                  ^^^^^
00:30:05 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:30:05 7 problems (0 errors, 2 warnings, 5 infos)
00:30:05 [INFO] 
00:30:05 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:05 [INFO] 
00:30:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00: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.common.tests/src/test/resources
00:30:05 [INFO] 
00:30:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 380 were skipped
00:30:05 [INFO] 
00:30:05 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:05 [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
00:30:05 [INFO] 
00:30:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:05 [INFO] 
00:30:05 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:05 [INFO] Skipping tests
00:30:05 [INFO] 
00:30:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.common.tests ---
00:30:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:05 [INFO] 
00:30:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests >--
00:30:05 [INFO] Building org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT [21/175]
00:30:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml
00:30:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:05 [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
00:30:06 [INFO] 
00:30:06 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:06 [INFO] 
00:30:06 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:06 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:06 [INFO] 
00:30:06 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:06 [INFO] 
00:30:06 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:06 [INFO] 
00:30:06 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:06 [INFO] 
00:30:06 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:06 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.composite.tests
00:30:07 [INFO] 
00:30:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30: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/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:07 [INFO] 
00:30:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:07 [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
00:30:07 [INFO] 
00:30:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:07 [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
00:30:08 [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] 
00:30:08 	List arrayList = (List) defaultVariable;
00:30:08 	^^^^
00:30:08 List is a raw type. References to generic type List<E> should be parameterized
00:30:08 [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] 
00:30:08 	List arrayList = (List) defaultVariable;
00:30:08 	                  ^^^^
00:30:08 List is a raw type. References to generic type List<E> should be parameterized
00:30:08 3 problems (0 errors, 2 warnings, 1 info)
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:08 [INFO] 
00:30:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:08 [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
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:08 [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
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:08 [INFO] Skipping tests
00:30:08 [INFO] 
00:30:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.composite.tests ---
00:30:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:08 [INFO] 
00:30:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests >--
00:30:08 [INFO] Building org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT [22/175]
00:30:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml
00:30:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:08 [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
00:30:08 [INFO] 
00:30:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:08 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:08 [INFO] 
00:30:08 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:08 [INFO] 
00:30:08 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:08 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.sequence.tests
00:30:10 [INFO] 
00:30:10 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30: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/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:10 [INFO] 
00:30:10 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:10 [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
00:30:10 [INFO] 
00:30:10 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:10 [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
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type DiResourceSet is deprecated
00:30:11 [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] 
00:30:11 	RectangleFigure fig = lifeline1.getPrimaryShape().getFigureLifelineNameContainerFigure();
00:30:11 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated
00:30:11 [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] 
00:30:11 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
00:30:11 	                                                  ^^^^^^^^^^^^^
00:30:11 The type DiResourceSet is deprecated
00:30:11 [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] 
00:30:11 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
00:30:11 	                                                  ^^^^^^^^^^^^^^^
00:30:11 The constructor DiResourceSet() is deprecated
00:30:11 [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] 
00:30:11 	diResourceSet.createsModels(file);
00:30:11 	              ^^^^^^^^^^^^^^^^^^^
00:30:11 The method createsModels(IFile) from the type ModelSet is deprecated
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type DiResourceSet is deprecated
00:30:11 [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] 
00:30:11 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
00:30:11 	                                                  ^^^^^^^^^^^^^
00:30:11 The type DiResourceSet is deprecated
00:30:11 [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] 
00:30:11 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
00:30:11 	                                                  ^^^^^^^^^^^^^^^
00:30:11 The constructor DiResourceSet() is deprecated
00:30:11 [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] 
00:30:11 	diResourceSet.createsModels(file);
00:30:11 	              ^^^^^^^^^^^^^^^^^^^
00:30:11 The method createsModels(IFile) from the type ModelSet is deprecated
00:30:11 [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] 
00:30:11 	ArrayList list = new ArrayList();
00:30:11 	^^^^^^^^^
00:30:11 ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
00:30:11 [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] 
00:30:11 	ArrayList list = new ArrayList();
00:30:11 	                     ^^^^^^^^^
00:30:11 ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
00:30:11 [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] 
00:30:11 	list.add(obj);
00:30:11 	^^^^^^^^^^^^^
00:30:11 Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
00:30:11 	                              ^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
00:30:11 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
00:30:11 	                              ^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
00:30:11 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(EditPart, Matcher<? super EditPart>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(Connection, Matcher<? super Connection>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(link.getFigure(), IsInstanceOf.instanceOf(connectionFigure));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(IFigure, Matcher<? super IFigure>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(actual, IsEqual.equalTo(expected));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(int[], Matcher<? super int[]>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat("Invalid source anchor for " + connectionName, connection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(sourceAnchor));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(String, ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat("Invalid target anchor for " + connectionName, connection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(targetAnchor));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(String, ConnectionAnchor, Matcher<? super ConnectionAnchor>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	List children = getParentEditPart().getChildren();
00:30:11 	^^^^
00:30:11 List is a raw type. References to generic type List<E> should be parameterized
00:30:11 [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] 
00:30:11 	List children = getParentEditPart().getChildren();
00:30:11 	^^^^
00:30:11 List is a raw type. References to generic type List<E> should be parameterized
00:30:11 [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] 
00:30:11 	Command cmd = source.getCommand(connectionRequest);
00:30:11 	        ^^^
00:30:11 The value of the local variable cmd is not used
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
00:30:11 	                              ^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart));
00:30:11 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated
00:30:11 [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] 
00:30:11 	List<OccurrenceSpecification> events = Collections.emptyList();
00:30:11 	                              ^^^^^^
00:30:11 The value of the local variable events is not used
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
00:30:11 	                              ^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location);
00:30:11 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
00:30:11 	                              ^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart));
00:30:11 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
00:30:11 	                              ^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events);
00:30:11 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The field SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2 is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
00:30:11 	                              ^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location);
00:30:11 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2 is deprecated
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	@SuppressWarnings({ "unchecked", "rawtypes" })
00:30:11 	                                 ^^^^^^^^^^
00:30:11 Unnecessary @SuppressWarnings("rawtypes")
00:30:11 [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] 
00:30:11 	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
00:30:11 	                                ^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type SequenceRequestConstant is deprecated
00:30:11 [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] 
00:30:11 	reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true);
00:30:11 	                                                        ^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:11 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:11 	                                                                           ^^^^^^^^^^^^^
00:30:11 The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	editingDomain = serviceUtils.getTransactionalEditingDomain();
00:30:11 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	List list = parent.getChildren();
00:30:11 	^^^^
00:30:11 List is a raw type. References to generic type List<E> should be parameterized
00:30:11 [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] 
00:30:11 	Command cmd = source.getCommand(connectionRequest);
00:30:11 	        ^^^
00:30:11 The value of the local variable cmd is not used
00:30:11 [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] 
00:30:11 	Command cmd = targetPlayer.getCommand(reconnectRequest);
00:30:11 	        ^^^
00:30:11 The value of the local variable cmd is not used
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.infra.core.utils.DiResourceSet;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type DiResourceSet is deprecated
00:30:11 [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] 
00:30:11 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
00:30:11 	                                                  ^^^^^^^^^^^^^
00:30:11 The type DiResourceSet is deprecated
00:30:11 [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] 
00:30:11 	this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet());
00:30:11 	                                                  ^^^^^^^^^^^^^^^
00:30:11 The constructor DiResourceSet() is deprecated
00:30:11 [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] 
00:30:11 	diResourceSet.createsModels(file);
00:30:11 	              ^^^^^^^^^^^^^^^^^^^
00:30:11 The method createsModels(IFile) from the type ModelSet is deprecated
00:30:11 [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] 
00:30:11 	Command cmd = source.getCommand(connectionRequest);
00:30:11 	        ^^^
00:30:11 The value of the local variable cmd is not used
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	request.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.uml.diagram.sequence.edit.policies.OLDLifelineXYLayoutEditPolicy;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
00:30:11 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
00:30:11 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
00:30:11 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
00:30:11 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
00:30:11 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta);
00:30:11 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure));
00:30:11 	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure));
00:30:11 	                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure));
00:30:11 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure));
00:30:11 	                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds);
00:30:11 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds);
00:30:11 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method getRealMoveDelta(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure);
00:30:11 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure);
00:30:11 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method getRelativeBounds(IFigure) from the type OLDLifelineXYLayoutEditPolicy is deprecated
00:30:11 [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] 
00:30:11 	Command cmd = source.getCommand(connectionRequest);
00:30:11 	        ^^^
00:30:11 The value of the local variable cmd is not used
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	Assert.assertThat(messageEnd, IsInstanceOf.instanceOf(MessageOccurrenceSpecification.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(MessageEnd, Matcher<? super MessageEnd>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	Assert.assertThat(result, instanceOf(Collection.class));
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:30:11 [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] 
00:30:11 	EList children = getParentEditPart().getNotationView().getChildren();
00:30:11 	^^^^^
00:30:11 EList is a raw type. References to generic type EList<E> should be parameterized
00:30:11 [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] 
00:30:11 	private static final String COMBINED_FRAGMENT_KEY = "ELEMENT_PapyrusUMLSequenceDiagram_CombinedFragment_CombinedFragmentCompartment.compartment_name.visibility";
00:30:11 	                            ^^^^^^^^^^^^^^^^^^^^^
00:30:11 The value of the field TestCombinedFragmentName_382951.COMBINED_FRAGMENT_KEY is not used
00:30:11 [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] 
00:30:11 	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
00:30:11 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:11 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:11 	                                                                           ^^^^^^^^^^^^^
00:30:11 The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	editingDomain = serviceUtils.getTransactionalEditingDomain();
00:30:11 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
00:30:11 [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] 
00:30:11 	Command cmd = source.getCommand(connectionRequest);
00:30:11 	        ^^^
00:30:11 The value of the local variable cmd is not used
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	Command cmd = source.getCommand(connectionRequest);
00:30:11 	        ^^^
00:30:11 The value of the local variable cmd is not used
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	int xPos = linkedPartBounds.x + delta.width + (int) Math.round(anchorOwningFigure.getBounds().width * pp.preciseX);
00:30:11 	                                                                                                         ^^^^^^^^
00:30:11 The field PrecisionPoint.preciseX is deprecated
00:30:11 [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] 
00:30:11 	int yPos = linkedPartBounds.y + delta.height + (int) Math.round(anchorOwningFigure.getBounds().height * pp.preciseY);
00:30:11 	                                                                                                           ^^^^^^^^
00:30:11 The field PrecisionPoint.preciseY is deprecated
00:30:11 [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] 
00:30:11 	Command cmd = source.getCommand(connectionRequest);
00:30:11 	        ^^^
00:30:11 The value of the local variable cmd is not used
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container);
00:30:11 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
00:30:11 [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] 
00:30:11 	@SuppressWarnings({ "unchecked", "rawtypes" })
00:30:11 	                                 ^^^^^^^^^^
00:30:11 Unnecessary @SuppressWarnings("rawtypes")
00:30:11 [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] 
00:30:11 	private void resizeSouth(IGraphicalEditPart op, Dimension deltaSize) {
00:30:11 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method resizeSouth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally
00:30:11 [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] 
00:30:11 	private void resizeNorth(IGraphicalEditPart op, Dimension deltaSize) {
00:30:11 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:11 The method resizeNorth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally
00:30:11 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)
00:30:11 	@SuppressWarnings("nls")
00:30:11 	                  ^^^^^
00:30:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:30:11 126 problems (0 errors, 125 warnings, 1 info)
00:30:11 [INFO] 
00:30:11 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:11 [INFO] 
00:30:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:11 [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
00:30:11 [INFO] 
00:30:11 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:11 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:30:11 [INFO] 
00:30:11 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:11 [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
00:30:11 [INFO] 
00:30:11 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:11 [INFO] 
00:30:11 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:11 [INFO] Skipping tests
00:30:11 [INFO] 
00:30:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.sequence.tests ---
00:30:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:11 [INFO] 
00:30:11 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests >--
00:30:11 [INFO] Building org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT [23/175]
00:30:11 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml
00:30:11 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:11 [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
00:30:12 [INFO] 
00:30:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:12 [INFO] 
00:30:12 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:12 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:12 [INFO] 
00:30:12 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:12 [INFO] 
00:30:12 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:12 [INFO] 
00:30:12 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:12 [INFO] 
00:30:12 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:12 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.deployment.tests
00:30:13 [INFO] 
00:30:13 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:13 [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
00:30:13 [INFO] 
00:30:13 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:13 [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
00:30:13 [INFO] 
00:30:13 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:14 [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
00:30:14 [INFO] 
00:30:14 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:14 [INFO] 
00:30:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:14 [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
00:30:14 [INFO] 
00:30:14 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:14 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:30:14 [INFO] 
00:30:14 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:14 [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
00:30:14 [INFO] 
00:30:14 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:14 [INFO] 
00:30:14 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:14 [INFO] Skipping tests
00:30:14 [INFO] 
00:30:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.deployment.tests ---
00:30:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:14 [INFO] 
00:30:14 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests >--
00:30:14 [INFO] Building org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT [24/175]
00:30:14 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml
00:30:14 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:14 [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
00:30:15 [INFO] 
00:30:15 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:15 [INFO] 
00:30:15 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:15 [INFO] The project's OSGi version is 2.1.0.202405060428
00:30:15 [INFO] 
00:30:15 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:15 [INFO] 
00:30:15 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:15 [INFO] 
00:30:15 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:15 [INFO] 
00:30:15 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:15 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.wizards.tests
00:30:16 [INFO] 
00:30:16 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30: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/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:16 [INFO] 
00:30:16 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:16 [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
00:30:16 [INFO] 
00:30:16 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:16 [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
00:30:17 [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] 
00:30:17 	return Activator.getDefault().getWorkbench();
00:30:17 	                              ^^^^^^^^^^^^^^
00:30:17 The method getWorkbench() from the type AbstractUIPlugin is deprecated
00:30:17 [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] 
00:30:17 	private boolean isInitFromExistingDomainModel;
00:30:17 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:17 The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
00:30:17 [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] 
00:30:17 	private SelectRootElementPage selectRootElementPage;
00:30:17 	                              ^^^^^^^^^^^^^^^^^^^^^
00:30:17 The value of the field new InitModelWizard(){}.selectRootElementPage is not used
00:30:17 [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] 
00:30:17 	private boolean isInitFromExistingDomainModel;
00:30:17 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:17 The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
00:30:17 [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] 
00:30:17 	private boolean isInitFromExistingDomainModel;
00:30:17 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:17 The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used
00:30:17 [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] 
00:30:17 	private SelectRootElementPage selectRootElementPage;
00:30:17 	                              ^^^^^^^^^^^^^^^^^^^^^
00:30:17 The value of the field new InitModelWizard(){}.selectRootElementPage is not used
00:30:17 6 problems (6 warnings)
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:17 [INFO] 
00:30:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:17 [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
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:17 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 366 were skipped
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:17 [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
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:17 [INFO] Skipping tests
00:30:17 [INFO] 
00:30:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.wizards.tests ---
00:30:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:17 [INFO] 
00:30:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests >--
00:30:17 [INFO] Building org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT [25/175]
00:30:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml
00:30:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:17 [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
00:30:17 [INFO] 
00:30:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:17 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:17 [INFO] 
00:30:17 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:17 [INFO] 
00:30:17 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:17 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.profile.tests
00:30:19 [INFO] 
00:30:19 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30: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.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:19 [INFO] 
00:30:19 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [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
00:30:19 [INFO] 
00:30:19 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [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
00:30:19 [INFO] 
00:30:19 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [INFO] 
00:30:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [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
00:30:19 [INFO] 
00:30:19 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:30:19 [INFO] 
00:30:19 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [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
00:30:19 [INFO] 
00:30:19 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [INFO] 
00:30:19 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [INFO] Skipping tests
00:30:19 [INFO] 
00:30:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.profile.tests ---
00:30:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:19 [INFO] 
00:30:19 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests >--
00:30:19 [INFO] Building org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT [26/175]
00:30:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml
00:30:19 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:19 [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
00:30:20 [INFO] 
00:30:20 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:20 [INFO] 
00:30:20 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:20 [INFO] The project's OSGi version is 2.0.100.202405060428
00:30:20 [INFO] 
00:30:20 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:20 [INFO] 
00:30:20 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:20 [INFO] 
00:30:20 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:20 [INFO] 
00:30:20 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:20 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.activity.tests
00:30:21 [INFO] 
00:30:21 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30: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/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:21 [INFO] 
00:30:21 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:21 [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
00:30:21 [INFO] 
00:30:21 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:21 [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
00:30:22 [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] 
00:30:22 	private final static Logger log = Logger.getAnonymousLogger();
00:30:22 	                            ^^^
00:30:22 The value of the field TestActivityMargin.log is not used
00:30:22 [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] 
00:30:22 	int expectedSemanticChildren = 0;
00:30:22 	    ^^^^^^^^^^^^^^^^^^^^^^^^
00:30:22 The value of the local variable expectedSemanticChildren is not used
00:30:22 [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] 
00:30:22 	int addedSemanticChildren = 1;
00:30:22 	    ^^^^^^^^^^^^^^^^^^^^^
00:30:22 The value of the local variable addedSemanticChildren is not used
00:30:22 3 problems (3 warnings)
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:22 [INFO] 
00:30:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:22 [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
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:22 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:22 [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
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:22 [INFO] Skipping tests
00:30:22 [INFO] 
00:30:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.activity.tests ---
00:30:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:22 [INFO] 
00:30:22 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests >--
00:30:22 [INFO] Building org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT [27/175]
00:30:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml
00:30:22 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:22 [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
00:30:22 [INFO] 
00:30:22 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:22 [INFO] The project's OSGi version is 2.0.100.202405060428
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:22 [INFO] 
00:30:22 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:22 [INFO] 
00:30:22 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:22 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.timing.tests
00:30:24 [INFO] 
00:30:24 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30: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/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:24 [INFO] 
00:30:24 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [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
00:30:24 [INFO] 
00:30:24 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [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
00:30:24 [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] 
00:30:24 	@SuppressWarnings("unchecked")
00:30:24 	                  ^^^^^^^^^^^
00:30:24 Unnecessary @SuppressWarnings("unchecked")
00:30:24 [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] 
00:30:24 	@SuppressWarnings("unchecked")
00:30:24 	                  ^^^^^^^^^^^
00:30:24 Unnecessary @SuppressWarnings("unchecked")
00:30:24 [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] 
00:30:24 	@SuppressWarnings("unchecked")
00:30:24 	                  ^^^^^^^^^^^
00:30:24 Unnecessary @SuppressWarnings("unchecked")
00:30:24 3 problems (3 warnings)
00:30:24 [INFO] 
00:30:24 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [INFO] 
00:30:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [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
00:30:24 [INFO] 
00:30:24 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 322 were skipped
00:30:24 [INFO] 
00:30:24 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [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
00:30:24 [INFO] 
00:30:24 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [INFO] 
00:30:24 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [INFO] Skipping tests
00:30:24 [INFO] 
00:30:24 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.timing.tests ---
00:30:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:24 [INFO] 
00:30:24 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests >--
00:30:24 [INFO] Building org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT [28/175]
00:30:24 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml
00:30:24 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:24 [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
00:30:25 [INFO] 
00:30:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:25 [INFO] 
00:30:25 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:25 [INFO] The project's OSGi version is 2.1.0.202405060428
00:30:25 [INFO] 
00:30:25 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:25 [INFO] 
00:30:25 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:25 [INFO] 
00:30:25 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:25 [INFO] 
00:30:25 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:25 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.clazz.tests
00:30:26 [INFO] 
00:30:26 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30: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/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:26 [INFO] 
00:30:26 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:26 [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
00:30:26 [INFO] 
00:30:26 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:26 [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
00:30:27 [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] 
00:30:27 	assertThat(modelTarget, instanceOf(NodeImpl.class));
00:30:27 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:27 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:30:27 [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] 
00:30:27 	List arrayList = (List) defaultVariable;
00:30:27 	^^^^
00:30:27 List is a raw type. References to generic type List<E> should be parameterized
00:30:27 [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] 
00:30:27 	List arrayList = (List) defaultVariable;
00:30:27 	                  ^^^^
00:30:27 List is a raw type. References to generic type List<E> should be parameterized
00:30:27 [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] 
00:30:27 	assertThat(modelToMove, instanceOf(NodeImpl.class));
00:30:27 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:27 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:30:27 [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] 
00:30:27 	assertThat(firstModelToMove, instanceOf(NodeImpl.class));
00:30:27 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:27 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:30:27 [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] 
00:30:27 	assertThat(secondModelToMove, instanceOf(NodeImpl.class));
00:30:27 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:27 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:30:27 [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] 
00:30:27 	assertThat(modelTarget, instanceOf(NodeImpl.class));
00:30:27 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:27 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:30:27 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)
00:30:27 	@SuppressWarnings("nls")
00:30:27 	                  ^^^^^
00:30:27 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:30:27 9 problems (0 errors, 7 warnings, 2 infos)
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:27 [INFO] 
00:30:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:27 [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
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:27 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:27 [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
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:27 [INFO] Skipping tests
00:30:27 [INFO] 
00:30:27 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.clazz.tests ---
00:30:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:27 [INFO] 
00:30:27 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests >--
00:30:27 [INFO] Building org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT [29/175]
00:30:27 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml
00:30:27 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:27 [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
00:30:27 [INFO] 
00:30:27 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:27 [INFO] The project's OSGi version is 5.0.0.202405060428
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:27 [INFO] 
00:30:27 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:27 [INFO] 
00:30:27 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:27 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.usecase.tests
00:30:29 [INFO] 
00:30:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30: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.usecase.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:29 [INFO] 
00:30:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [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
00:30:29 [INFO] 
00:30:29 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [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
00:30:29 [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] 
00:30:29 	import org.eclipse.papyrus.uml.diagram.usecase.dnd.strategy.UsecaseToSubjectinUsecaseDiagramDropStrategy;
00:30:29 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:29 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.202405050300/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202405050300.jar')
00:30:29 [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] 
00:30:29 	return new UsecaseToSubjectinUsecaseDiagramDropStrategy() {
00:30:29 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:29 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.202405050300/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202405050300.jar')
00:30:29 [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] 
00:30:29 	return new UsecaseToSubjectinUsecaseDiagramDropStrategy() {
00:30:29 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:29 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.202405050300/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202405050300.jar')
00:30:29 [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] 
00:30:29 	import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers;
00:30:29 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:29 The type ServiceUtilsForActionHandlers is deprecated
00:30:29 [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] 
00:30:29 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:29 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:29 The type ServiceUtilsForActionHandlers is deprecated
00:30:29 [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] 
00:30:29 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:29 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:29 The type ServiceUtilsForActionHandlers is deprecated
00:30:29 [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] 
00:30:29 	ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance();
00:30:29 	                                                                           ^^^^^^^^^^^^^
00:30:29 The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated
00:30:29 [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] 
00:30:29 	editingDomain = serviceUtils.getTransactionalEditingDomain();
00:30:29 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:29 The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated
00:30:29 8 problems (8 warnings)
00:30:29 [INFO] 
00:30:29 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [INFO] 
00:30:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [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
00:30:29 [INFO] 
00:30:29 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:30:29 [INFO] 
00:30:29 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [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
00:30:29 [INFO] 
00:30:29 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [INFO] 
00:30:29 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [INFO] Skipping tests
00:30:29 [INFO] 
00:30:29 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.usecase.tests ---
00:30:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:29 [INFO] 
00:30:29 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature >--
00:30:29 [INFO] Building org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT [30/175]
00:30:29 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml
00:30:29 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:30:29 [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
00:30:30 [INFO] 
00:30:30 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [INFO] The project's OSGi version is 1.2.100.202405060428
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [INFO] 
00:30:30 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [INFO] 
00:30:30 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30: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/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:30 [INFO] 
00:30:30 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [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
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 384 were skipped
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [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
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [INFO] 
00:30:30 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.diagram.feature ---
00:30:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:30 [INFO] 
00:30:30 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.tests >----
00:30:30 [INFO] Building org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT     [31/175]
00:30:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/pom.xml
00:30:30 [INFO] --------------------------------[ pom ]---------------------------------
00:30:30 [INFO] 
00:30:30 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.tests ---
00:30:30 [INFO] 
00:30:30 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.tests ---
00:30: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/facet/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:30 [INFO] 
00:30:30 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.emf.facet.tests ---
00:30:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:30 [INFO] 
00:30:30 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests >--
00:30:30 [INFO] Building org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT [32/175]
00:30:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml
00:30:30 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:30 [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
00:30:30 [INFO] 
00:30:30 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:30 [INFO] The project's OSGi version is 1.0.0.202405060428
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:30 [INFO] 
00:30:30 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:30 [INFO] 
00:30:30 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:30 [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.architecture.tests
00:30:31 [INFO] 
00:30:31 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:31 [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
00:30:31 [INFO] 
00:30:31 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:31 [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
00:30:31 [INFO] 
00:30:31 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:31 [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
00:30:32 [INFO] 
00:30:32 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:32 [INFO] 
00:30:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:32 [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
00:30:32 [INFO] 
00:30:32 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:32 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:30:32 [INFO] 
00:30:32 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:32 [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
00:30:32 [INFO] 
00:30:32 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:32 [INFO] 
00:30:32 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:33 [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
00:30:33 [INFO] Command line:
00:30:33 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:30:39 Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test
00:30:39 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test
00:30:39 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.test -- Time elapsed: 0.429 s
00:30:39 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.checkTestDefinition -- Time elapsed: 0.038 s
00:30:39 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test
00:30:39 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test
00:30:39 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.test -- Time elapsed: 0.038 s
00:30:39 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.checkTestDefinition -- Time elapsed: 0.060 s
00:30:39 Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.test -- Time elapsed: 0.029 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.checkTestDefinition -- Time elapsed: 0.052 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.test -- Time elapsed: 0.035 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.checkTestDefinition -- Time elapsed: 0.054 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.test -- Time elapsed: 0.071 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.checkTestDefinition -- Time elapsed: 0.046 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.test -- Time elapsed: 0.035 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.032 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.test -- Time elapsed: 0.031 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.030 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.test -- Time elapsed: 0.038 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.checkTestDefinition -- Time elapsed: 0.053 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.test -- Time elapsed: 0.031 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.checkTestDefinition -- Time elapsed: 0.052 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.test -- Time elapsed: 0.026 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.checkTestDefinition -- Time elapsed: 0.026 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test
00:30:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.test -- Time elapsed: 0.028 s
00:30:40 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.checkTestDefinition -- Time elapsed: 0.027 s
00:30:40 Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.test -- Time elapsed: 0.045 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.checkTestDefinition -- Time elapsed: 0.028 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.test -- Time elapsed: 0.028 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.checkTestDefinition -- Time elapsed: 0.036 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.test -- Time elapsed: 0.026 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.checkTestDefinition -- Time elapsed: 0.026 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.test -- Time elapsed: 0.042 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.checkTestDefinition -- Time elapsed: 0.022 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.test -- Time elapsed: 0.048 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.checkTestDefinition -- Time elapsed: 0.026 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.test -- Time elapsed: 0.022 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.checkTestDefinition -- Time elapsed: 0.042 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.test -- Time elapsed: 0.027 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.checkTestDefinition -- Time elapsed: 0.024 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.test -- Time elapsed: 0.022 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.checkTestDefinition -- Time elapsed: 0.022 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.test -- Time elapsed: 0.042 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.checkTestDefinition -- Time elapsed: 0.023 s
00:30:41 Running org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test
00:30:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.test -- Time elapsed: 0.024 s
00:30:41 org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.checkTestDefinition -- Time elapsed: 0.048 s
00:30:41 
00:30:41 Results:
00:30:41 
00:30:41 Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
00:30:41 
00:30:42 [INFO] All tests passed
00:30:42 [INFO] 
00:30:42 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.emf.facet.architecture.tests ---
00:30:42 [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
00:30:42 [INFO] Analyzed bundle 'org.eclipse.papyrus.emf.facet.architecture.tests' with 0 classes
00:30:42 [INFO] 
00:30:42 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature >---
00:30:42 [INFO] Building org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT [33/175]
00:30:42 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml
00:30:42 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:30:42 [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
00:30:43 [INFO] 
00:30:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [INFO] 
00:30:43 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [INFO] The project's OSGi version is 1.0.0.202405060428
00:30:43 [INFO] 
00:30:43 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [INFO] 
00:30:43 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [INFO] 
00:30:43 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [INFO] 
00:30:43 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30: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.emf.facet.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:43 [INFO] 
00:30:43 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [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
00:30:43 [INFO] 
00:30:43 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
00:30:43 [INFO] 
00:30:43 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [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
00:30:43 [INFO] 
00:30:43 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [INFO] 
00:30:43 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [INFO] 
00:30:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.emf.facet.feature ---
00:30:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:43 [INFO] 
00:30:43 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.tests.releng >--
00:30:43 [INFO] Building org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT [34/175]
00:30:43 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/pom.xml
00:30:43 [INFO] --------------------------------[ pom ]---------------------------------
00:30:43 [INFO] 
00:30:43 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
00:30:43 [INFO] 
00:30:43 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
00:30: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/toolsmiths/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:43 [INFO] 
00:30:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.tests.releng ---
00:30:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:43 [INFO] 
00:30:43 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests >--
00:30:43 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT [35/175]
00:30:43 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml
00:30:43 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:43 [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
00:30:46 [INFO] 
00:30:46 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:46 [INFO] 
00:30:46 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:46 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:46 [INFO] 
00:30:46 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:46 [INFO] 
00:30:46 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:46 [INFO] 
00:30:46 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:46 [INFO] 
00:30:46 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:46 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.common.tests
00:30:47 [INFO] 
00:30:47 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00: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.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:47 [INFO] 
00:30:47 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:47 [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
00:30:47 [INFO] 
00:30:47 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:47 [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
00:30:48 [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] 
00:30:48 	import org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.ProjectManagementUtils;
00:30:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	* Specific test cases for the {@link ProjectManagementUtils} class.
00:30:48 	                                     ^^^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true));
00:30:48 	                                 ^^^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true));
00:30:48 	                                                        ^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false));
00:30:48 	                               ^^^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false));
00:30:48 	                                                      ^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false));
00:30:48 	                             ^^^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false));
00:30:48 	                                                    ^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
00:30:48 	                          ^^^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
00:30:48 	                                                 ^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
00:30:48 	                          ^^^^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 [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] 
00:30:48 	Collection<IFile> files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true);
00:30:48 	                                                 ^^^^^^^^^^^^^^^^^^^
00:30:48 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202405050320.jar')
00:30:48 12 problems (12 warnings)
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:48 [INFO] 
00:30:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:48 [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
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 348 were skipped
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:48 [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
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:48 [INFO] Skipping tests
00:30:48 [INFO] 
00:30:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.common.tests ---
00:30:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:48 [INFO] 
00:30:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests >--
00:30:48 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT [36/175]
00:30:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml
00:30:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:48 [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
00:30:48 [INFO] 
00:30:48 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:48 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:48 [INFO] 
00:30:48 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:48 [INFO] 
00:30:48 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:48 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.architecture.tests
00:30:50 [INFO] 
00:30:50 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30: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/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:50 [INFO] 
00:30:50 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [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
00:30:50 [INFO] 
00:30:50 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [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
00:30:50 [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] 
00:30:50 	import org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.ArchitectureMarkerResolutionGenerator;
00:30:50 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:50 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0.202405050320.jar')
00:30:50 [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] 
00:30:50 	@QuickFixWith(ArchitectureMarkerResolutionGenerator.class)
00:30:50 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:50 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0.202405050320.jar')
00:30:50 2 problems (2 warnings)
00:30:50 [INFO] 
00:30:50 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [INFO] 
00:30:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [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
00:30:50 [INFO] 
00:30:50 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 374 were skipped
00:30:50 [INFO] 
00:30:50 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [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
00:30:50 [INFO] 
00:30:50 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [INFO] 
00:30:50 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [INFO] Skipping tests
00:30:50 [INFO] 
00:30:50 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests ---
00:30:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:50 [INFO] 
00:30:50 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.properties.tests >--
00:30:50 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT [37/175]
00:30:50 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/pom.xml
00:30:50 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:50 [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
00:30:51 [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.202405050320/org.eclipse.papyrus.uml.properties.generation-3.0.0.202405050320.jar
00:30:51 [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.202405050320/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202405050320.jar
00:30:51 [INFO] 
00:30:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:51 [INFO] 
00:30:51 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:51 [INFO] The project's OSGi version is 1.0.0.202405060428
00:30:51 [INFO] 
00:30:51 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:51 [INFO] 
00:30:51 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:51 [INFO] 
00:30:51 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:51 [INFO] 
00:30:51 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:51 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.properties.tests
00:30:52 [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.202405050320/org.eclipse.papyrus.uml.properties.generation-3.0.0.202405050320.jar
00:30:52 [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.202405050320/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202405050320.jar
00:30:53 [INFO] 
00:30:53 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30: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/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:53 [INFO] 
00:30:53 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [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
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [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
00:30:53 [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] 
00:30:53 	import org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.PropertiesMarkerResolutionGenerator;
00:30:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:53 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0.202405050320.jar')
00:30:53 [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] 
00:30:53 	@QuickFixWith(PropertiesMarkerResolutionGenerator.class)
00:30:53 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:53 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0.202405050320.jar')
00:30:53 2 problems (2 warnings)
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [INFO] 
00:30:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [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
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 382 were skipped
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [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
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [INFO] Skipping tests
00:30:53 [INFO] 
00:30:53 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests ---
00:30:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:53 [INFO] 
00:30:53 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests >--
00:30:53 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT [38/175]
00:30:53 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml
00:30:53 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:53 [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
00:30:53 [INFO] 
00:30:53 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:53 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:53 [INFO] 
00:30:53 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:53 [INFO] 
00:30:53 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:53 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests
00:30:55 [INFO] 
00:30:55 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00: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/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:55 [INFO] 
00:30:55 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:55 [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
00:30:55 [INFO] 
00:30:55 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:55 [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
00:30:56 [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] 
00:30:56 	ElementTypesPluginCheckerService.checkElementTypesPlugin(fixture.getProject(), new NullProgressMonitor());
00:30:56 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:56 The method checkElementTypesPlugin(IProject, IProgressMonitor) from the type ElementTypesPluginCheckerService is deprecated
00:30:56 1 problem (1 warning)
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:56 [INFO] 
00:30:56 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:56 [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
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:56 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 375 were skipped
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:56 [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
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:56 [INFO] Skipping tests
00:30:56 [INFO] 
00:30:56 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests ---
00:30:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:56 [INFO] 
00:30:56 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests >--
00:30:56 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT [39/175]
00:30:56 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml
00:30:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:56 [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
00:30:56 [INFO] 
00:30:56 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:56 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:56 [INFO] 
00:30:56 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:56 [INFO] 
00:30:56 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:56 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.profile.tests
00:30:57 [INFO] 
00:30:57 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30: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/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:30:57 [INFO] 
00:30:57 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:57 [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
00:30:57 [INFO] 
00:30:57 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:57 [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
00:30:58 [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] 
00:30:58 	ProfilePluginCheckerService.checkProfilePlugin(fixture.getProject(), null);
00:30:58 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:30:58 The method checkProfilePlugin(IProject, IProgressMonitor) from the type ProfilePluginCheckerService is deprecated
00:30:58 1 problem (1 warning)
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:58 [INFO] 
00:30:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:58 [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
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:58 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 351 were skipped
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:58 [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
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:58 [INFO] Skipping tests
00:30:58 [INFO] 
00:30:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests ---
00:30:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:30:58 [INFO] 
00:30:58 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.newchild.tests >--
00:30:58 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT [40/175]
00:30:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml
00:30:58 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:30:58 [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
00:30:58 [INFO] 
00:30:58 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:30:58 [INFO] The project's OSGi version is 2.0.0.202405060428
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:30:58 [INFO] 
00:30:58 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:30:58 [INFO] 
00:30:58 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:30:58 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.newchild.tests
00:31:00 [INFO] 
00:31:00 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00: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/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:00 [INFO] 
00:31:00 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [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
00:31:00 [INFO] 
00:31:00 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [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
00:31:00 [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] 
00:31:00 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
00:31:00 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:00 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202405050320.jar')
00:31:00 [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] 
00:31:00 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
00:31:00 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:00 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202405050320.jar')
00:31:00 [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] 
00:31:00 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
00:31:00 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:00 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202405050320.jar')
00:31:00 [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] 
00:31:00 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
00:31:00 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:00 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202405050320.jar')
00:31:00 [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] 
00:31:00 	@MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE)
00:31:00 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:00 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.202405050320/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202405050320.jar')
00:31:00 5 problems (5 warnings)
00:31:00 [INFO] 
00:31:00 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [INFO] 
00:31:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [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
00:31:00 [INFO] 
00:31:00 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 375 were skipped
00:31:00 [INFO] 
00:31:00 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [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
00:31:00 [INFO] 
00:31:00 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [INFO] 
00:31:00 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [INFO] Skipping tests
00:31:00 [INFO] 
00:31:00 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests ---
00:31:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:00 [INFO] 
00:31:00 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests >--
00:31:00 [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT [41/175]
00:31:00 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml
00:31:00 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:00 [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
00:31:01 [INFO] 
00:31:01 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:01 [INFO] 
00:31:01 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:01 [INFO] The project's OSGi version is 1.0.0.202405060428
00:31:01 [INFO] 
00:31:01 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:01 [INFO] 
00:31:01 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:01 [INFO] 
00:31:01 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:01 [INFO] 
00:31:01 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:01 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration.tests
00:31:02 [INFO] 
00:31:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [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
00:31:02 [INFO] 
00:31:02 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [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
00:31:02 [INFO] 
00:31:02 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [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
00:31:02 [INFO] 
00:31:02 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [INFO] 
00:31:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [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
00:31:02 [INFO] 
00:31:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 307 were skipped
00:31:02 [INFO] 
00:31:02 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [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
00:31:02 [INFO] 
00:31:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [INFO] 
00:31:02 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [INFO] Skipping tests
00:31:02 [INFO] 
00:31:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests ---
00:31:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:02 [INFO] 
00:31:02 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature >--
00:31:02 [INFO] Building org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT [42/175]
00:31:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml
00:31:02 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:31:02 [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
00:31:03 [INFO] 
00:31:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [INFO] 
00:31:03 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [INFO] The project's OSGi version is 1.0.0.202405060428
00:31:03 [INFO] 
00:31:03 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [INFO] 
00:31:03 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [INFO] 
00:31:03 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [INFO] 
00:31:03 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [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
00:31:03 [INFO] 
00:31:03 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [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
00:31:03 [INFO] 
00:31:03 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 376 were skipped
00:31:03 [INFO] 
00:31:03 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [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
00:31:03 [INFO] 
00:31:03 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [INFO] 
00:31:03 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [INFO] 
00:31:03 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.toolsmiths.feature ---
00:31:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:03 [INFO] 
00:31:03 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests >--
00:31:03 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT [43/175]
00:31:03 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml
00:31:03 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:03 [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
00:31:04 [INFO] 
00:31:04 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:04 [INFO] 
00:31:04 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:04 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:04 [INFO] 
00:31:04 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:04 [INFO] 
00:31:04 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:04 [INFO] 
00:31:04 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:04 [INFO] 
00:31:04 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:04 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.css.tests
00:31:05 [INFO] 
00:31:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31: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/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:05 [INFO] 
00:31:05 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [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
00:31:05 [INFO] 
00:31:05 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [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
00:31:05 [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] 
00:31:05 	for(View childNode : (List<View>)class3.getChildren()) {
00:31:05 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:05 Type safety: Unchecked cast from EList to List<View>
00:31:05 [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] 
00:31:05 	for(View childNode : (List<View>)diagram.getChildren()) {
00:31:05 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:05 Type safety: Unchecked cast from EList to List<View>
00:31:05 [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] 
00:31:05 	for(View compartment : (List<View>)childNode.getChildren()) {
00:31:05 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:05 Type safety: Unchecked cast from EList to List<View>
00:31:05 [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] 
00:31:05 	stylesList.getStringListValue().add("showTitleForAllCompartments");
00:31:05 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:05 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
00:31:05 [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] 
00:31:05 	for(View childNode : (List<View>)diagram.getChildren()) {
00:31:05 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:05 Type safety: Unchecked cast from EList to List<View>
00:31:05 [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] 
00:31:05 	for(View compartment : (List<View>)childNode.getChildren()) {
00:31:05 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:05 Type safety: Unchecked cast from EList to List<View>
00:31:05 [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] 
00:31:05 	for(View childNode : (List<View>)element.getChildren()) {
00:31:05 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:05 Type safety: Unchecked cast from EList to List<View>
00:31:05 7 problems (7 warnings)
00:31:05 [INFO] 
00:31:05 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [INFO] 
00:31:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [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
00:31:05 [INFO] 
00:31:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 326 were skipped
00:31:05 [INFO] 
00:31:05 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [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
00:31:05 [INFO] 
00:31:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [INFO] 
00:31:05 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [INFO] Skipping tests
00:31:05 [INFO] 
00:31:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.css.tests ---
00:31:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:05 [INFO] 
00:31:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests.releng >--
00:31:05 [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT [44/175]
00:31:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/pom.xml
00:31:05 [INFO] --------------------------------[ pom ]---------------------------------
00:31:05 [INFO] 
00:31:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
00:31:05 [INFO] 
00:31:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
00:31: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/uml/decoratormodel/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:05 [INFO] 
00:31:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng ---
00:31:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:05 [INFO] 
00:31:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests >--
00:31:05 [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT [45/175]
00:31:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml
00:31:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:05 [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
00:31:06 [INFO] 
00:31:06 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:06 [INFO] 
00:31:06 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:06 [INFO] The project's OSGi version is 2.1.0.202405060428
00:31:06 [INFO] 
00:31:06 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:06 [INFO] 
00:31:06 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:06 [INFO] 
00:31:06 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:06 [INFO] 
00:31:06 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:06 [INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.tests
00:31:07 [INFO] 
00:31:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00: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/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:07 [INFO] 
00:31:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:07 [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
00:31:07 [INFO] 
00:31:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:07 [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
00:31:08 [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] 
00:31:08 	protected <E> Set<E> set(E... elements) {
00:31:08 	                              ^^^^^^^^
00:31:08 Type safety: Potential heap pollution via varargs parameter elements
00:31:08 [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] 
00:31:08 	assertThat(profile, notNullValue());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(profile.eIsProxy(), is(false));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(profile.getURI(), is(ProfileExternalizationPackage.eNS_URI));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.getDecoratorPackages(getPackage2()), isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Iterable<Package>, Matcher<? super Iterable<Package>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(packages.size(), is(1));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(packages.get(0).isProfileApplied(getTestProfile()), is(true));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Iterable<ProfileApplication>, Matcher<? super Iterable<ProfileApplication>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(applications.size(), is(1));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(applications.get(0).getAppliedProfile(), is(getTestProfile()));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(applications.size(), is(1));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(applications.get(getPackage2()), is(getTestProfile()));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Iterable<ProfileApplication>, Matcher<? super Iterable<ProfileApplication>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(applied.size(), is(1));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(applied.get(0), is(getTestProfile()));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Profile, Matcher<? super Profile>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.hasExternalizationProfile(getTestProfile()), is(false));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.hasExternalizationProfile((Package) decoratorModel.getContents().get(0)), is(true));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.isDecoratorModel(modelResource), is(false));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel), is(true));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, getTestProfile().eResource()), is(false));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, modelResource), is(true));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(uris.size(), is(1));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(uris.get(0), is(modelResource.getURI()));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(URI, Matcher<? super URI>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(true));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel.getURI()), is(true));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(false));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), is(Collections.singleton(decoratorModel.getURI())));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), is(Collections.singleton(uri)));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(unloaded, true), is(Collections.singleton(uri)));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(unloaded, false), isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(unloaded, true), is(set(decorator2)));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(unloaded, false), is(set(decorator1, decorator2)));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(unloaded, true), is(set(uri)));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(unloaded, false), isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<URI>, Matcher<? super Set<URI>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(hasUnloaded, true), is(Boolean.TRUE));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(hasUnloaded, false), is(Boolean.FALSE));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(hasUnloaded, true), is(Boolean.FALSE));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(hasUnloaded, false), is(Boolean.TRUE));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(get(hasUnloaded, false), is(Boolean.FALSE));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(subUnits, isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(subUnits, is(set(getPackage2())));
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	assertThat(subUnits, isEmpty());
00:31:08 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method assertThat(Set<Package>, Matcher<? super Set<Package>>) from the type Assert is deprecated
00:31:08 [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] 
00:31:08 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
00:31:08 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The type AdapterUtils is deprecated
00:31:08 [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] 
00:31:08 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
00:31:08 	                    ^^^^^^^^^^^^
00:31:08 The type AdapterUtils is deprecated
00:31:08 [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] 
00:31:08 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
00:31:08 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
00:31:08 [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] 
00:31:08 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
00:31:08 	                    ^^^^^^^^^^^^
00:31:08 The type AdapterUtils is deprecated
00:31:08 [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] 
00:31:08 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
00:31:08 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
00:31:08 [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] 
00:31:08 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
00:31:08 	                    ^^^^^^^^^^^^
00:31:08 The type AdapterUtils is deprecated
00:31:08 [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] 
00:31:08 	EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get();
00:31:08 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method adapt(Object, Class<EPackage>) from the type AdapterUtils is deprecated
00:31:08 [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] 
00:31:08 	houseKeeper.setField("zombies", snippet.getZombieStereotypes(decoratorModelResource));
00:31:08 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method setField(String, ZombieStereotypesDescriptor) from the type AbstractHouseKeeperRule is deprecated
00:31:08 [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] 
00:31:08 	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
00:31:08 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
00:31:08 [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] 
00:31:08 	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
00:31:08 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
00:31:08 [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] 
00:31:08 	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
00:31:08 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
00:31:08 [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] 
00:31:08 	EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype);
00:31:08 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:08 The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated
00:31:08 56 problems (56 warnings)
00:31:08 [INFO] 
00:31:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:08 [INFO] 
00:31:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:08 [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
00:31:08 [INFO] 
00:31:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
00:31:08 [INFO] 
00:31:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:08 [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
00:31:08 [INFO] 
00:31:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:08 [INFO] 
00:31:08 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:08 [INFO] Skipping tests
00:31:08 [INFO] 
00:31:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests ---
00:31:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:08 [INFO] 
00:31:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests >--
00:31:08 [INFO] Building org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT [46/175]
00:31:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml
00:31:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:08 [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
00:31:09 [INFO] 
00:31:09 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:09 [INFO] 
00:31:09 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:09 [INFO] The project's OSGi version is 2.1.0.202405060428
00:31:09 [INFO] 
00:31:09 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:09 [INFO] 
00:31:09 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:09 [INFO] 
00:31:09 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:09 [INFO] 
00:31:09 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:09 [INFO] Resolving class path of org.eclipse.papyrus.uml.decoratormodel.controlmode.tests
00:31:10 [INFO] 
00:31:10 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31: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/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:10 [INFO] 
00:31:10 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [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
00:31:10 [INFO] 
00:31:10 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [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
00:31:10 [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] 
00:31:10 	protected <E> Set<E> set(E... elements) {
00:31:10 	                              ^^^^^^^^
00:31:10 Type safety: Potential heap pollution via varargs parameter elements
00:31:10 1 problem (1 warning)
00:31:10 [INFO] 
00:31:10 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [INFO] 
00:31:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [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
00:31:10 [INFO] 
00:31:10 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
00:31:10 [INFO] 
00:31:10 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [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
00:31:10 [INFO] 
00:31:10 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [INFO] 
00:31:10 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [INFO] Skipping tests
00:31:10 [INFO] 
00:31:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests ---
00:31:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:10 [INFO] 
00:31:10 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature >--
00:31:10 [INFO] Building org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT [47/175]
00:31:10 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml
00:31:10 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:31:11 [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
00:31:11 [INFO] 
00:31:11 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [INFO] The project's OSGi version is 1.2.0.202405060428
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [INFO] 
00:31:11 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [INFO] 
00:31:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [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
00:31:11 [INFO] 
00:31:11 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [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
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [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
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [INFO] 
00:31:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature ---
00:31:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:11 [INFO] 
00:31:11 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.assistants.tests.releng >--
00:31:11 [INFO] Building org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT [48/175]
00:31:11 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/assistants/pom.xml
00:31:11 [INFO] --------------------------------[ pom ]---------------------------------
00:31:11 [INFO] 
00:31:11 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
00:31:11 [INFO] 
00:31:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
00:31:11 [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
00:31:11 [INFO] 
00:31:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.assistants.tests.releng ---
00:31:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:11 [INFO] 
00:31:11 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests >--
00:31:11 [INFO] Building org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT [49/175]
00:31:11 [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
00:31:11 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:11 [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
00:31:11 [INFO] 
00:31:11 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:11 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:11 [INFO] 
00:31:11 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:11 [INFO] 
00:31:11 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:11 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator.tests
00:31:13 [INFO] 
00:31:13 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [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
00:31:13 [INFO] 
00:31:13 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [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
00:31:13 [INFO] 
00:31:13 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [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
00:31:13 [INFO] 
00:31:13 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [INFO] 
00:31:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [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
00:31:13 [INFO] 
00:31:13 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 330 were skipped
00:31:13 [INFO] 
00:31:13 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [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
00:31:13 [INFO] 
00:31:13 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [INFO] 
00:31:13 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [INFO] Skipping tests
00:31:13 [INFO] 
00:31:13 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.types.generator.tests ---
00:31:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:13 [INFO] 
00:31:13 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests >--
00:31:13 [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT [50/175]
00:31:13 [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
00:31:13 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:13 [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
00:31:14 [INFO] 
00:31:14 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:14 [INFO] 
00:31:14 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:14 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:14 [INFO] 
00:31:14 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:14 [INFO] 
00:31:14 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:14 [INFO] 
00:31:14 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:14 [INFO] 
00:31:14 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:14 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator.tests
00:31:15 [INFO] 
00:31:15 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31: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/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:15 [INFO] 
00:31:15 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:15 [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
00:31:15 [INFO] 
00:31:15 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:15 [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
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 [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] 
00:31:16 	@SuppressWarnings("unchecked")
00:31:16 	                  ^^^^^^^^^^^
00:31:16 Unnecessary @SuppressWarnings("unchecked")
00:31:16 9 problems (9 warnings)
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:16 [INFO] 
00:31:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:16 [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
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:16 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 333 were skipped
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:16 [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
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:16 [INFO] Skipping tests
00:31:16 [INFO] 
00:31:16 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests ---
00:31:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:16 [INFO] 
00:31:16 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature >--
00:31:16 [INFO] Building org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT [51/175]
00:31:16 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml
00:31:16 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:31:16 [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
00:31:16 [INFO] 
00:31:16 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [INFO] The project's OSGi version is 1.2.0.202405060428
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [INFO] 
00:31:16 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [INFO] 
00:31:16 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [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
00:31:16 [INFO] 
00:31:16 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [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
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 331 were skipped
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [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
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [INFO] 
00:31:16 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [INFO] 
00:31:16 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.assistants.feature ---
00:31:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:16 [INFO] 
00:31:16 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests.releng >--
00:31:16 [INFO] Building org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT [52/175]
00:31:16 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/pom.xml
00:31:16 [INFO] --------------------------------[ pom ]---------------------------------
00:31:16 [INFO] 
00:31:16 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
00:31:16 [INFO] 
00:31:16 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
00:31:16 [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
00:31:16 [INFO] 
00:31:16 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.releng ---
00:31:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:16 [INFO] 
00:31:16 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests >--
00:31:16 [INFO] Building org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT [53/175]
00:31:16 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml
00:31:16 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:16 [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
00:31:17 [INFO] 
00:31:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:17 [INFO] 
00:31:17 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:17 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:17 [INFO] 
00:31:17 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:17 [INFO] 
00:31:17 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:17 [INFO] 
00:31:17 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:17 [INFO] 
00:31:17 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:17 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.property.tests
00:31:18 [INFO] 
00:31:18 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31: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/textedit/org.eclipse.papyrus.uml.textedit.property.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:18 [INFO] 
00:31:18 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00: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.property.tests/src/main/resources
00:31:18 [INFO] 
00:31:18 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00: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.property.tests/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
00:31:19 [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] 
00:31:19 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
00:31:19 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:19 The type DefaultXtextDirectEditorConfiguration is deprecated
00:31:19 [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] 
00:31:19 	public DefaultXtextDirectEditorConfiguration getEditor() {
00:31:19 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:19 The type DefaultXtextDirectEditorConfiguration is deprecated
00:31:19 2 problems (2 warnings)
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:19 [INFO] 
00:31:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:19 [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
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:19 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 315 were skipped
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:19 [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
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:19 [INFO] Skipping tests
00:31:19 [INFO] 
00:31:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.property.tests ---
00:31:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:19 [INFO] 
00:31:19 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests >--
00:31:19 [INFO] Building org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT  [54/175]
00:31:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml
00:31:19 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:19 [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
00:31:19 [INFO] 
00:31:19 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:19 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:19 [INFO] 
00:31:19 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:19 [INFO] 
00:31:19 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:19 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.tests
00:31:20 [INFO] 
00:31:20 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31: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/textedit/org.eclipse.papyrus.uml.textedit.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:20 [INFO] 
00:31:20 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:20 [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
00:31:20 [INFO] 
00:31:20 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:20 [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
00:31:21 [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] 
00:31:21 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
00:31:21 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:21 The type DefaultXtextDirectEditorConfiguration is deprecated
00:31:21 [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] 
00:31:21 	public class ConstraintWithCppPopupEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration {
00:31:21 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:21 The type DefaultXtextDirectEditorConfiguration is deprecated
00:31:21 [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] 
00:31:21 	super();
00:31:21 	^^^^^^^^
00:31:21 The constructor DefaultXtextDirectEditorConfiguration() is deprecated
00:31:21 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)
00:31:21 	@SuppressWarnings("nls")
00:31:21 	                  ^^^^^
00:31:21 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:31:21 4 problems (0 errors, 3 warnings, 1 info)
00:31:21 [INFO] 
00:31:21 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:21 [INFO] 
00:31:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.tests ---
00: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.tests/src/test/resources
00:31:21 [INFO] 
00:31:21 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:21 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:31:21 [INFO] 
00:31:21 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:21 [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
00:31:21 [INFO] 
00:31:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:21 [INFO] 
00:31:21 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:21 [INFO] Skipping tests
00:31:21 [INFO] 
00:31:21 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests ---
00:31:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:21 [INFO] 
00:31:21 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests >--
00:31:21 [INFO] Building org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT [55/175]
00:31:21 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml
00:31:21 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:21 [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
00:31:22 [INFO] 
00:31:22 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:22 [INFO] 
00:31:22 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:22 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:22 [INFO] 
00:31:22 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:22 [INFO] 
00:31:22 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:22 [INFO] 
00:31:22 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:22 [INFO] 
00:31:22 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:22 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.parameter.tests
00:31:23 [INFO] 
00:31:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31: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/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:23 [INFO] 
00:31:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [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
00:31:23 [INFO] 
00:31:23 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [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
00:31:23 [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] 
00:31:23 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
00:31:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:23 The type DefaultXtextDirectEditorConfiguration is deprecated
00:31:23 [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] 
00:31:23 	public DefaultXtextDirectEditorConfiguration getEditor() {
00:31:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:23 The type DefaultXtextDirectEditorConfiguration is deprecated
00:31:23 2 problems (2 warnings)
00:31:23 [INFO] 
00:31:23 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [INFO] 
00:31:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [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
00:31:23 [INFO] 
00:31:23 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 317 were skipped
00:31:23 [INFO] 
00:31:23 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [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
00:31:23 [INFO] 
00:31:23 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [INFO] 
00:31:23 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [INFO] Skipping tests
00:31:23 [INFO] 
00:31:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.parameter.tests ---
00:31:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:23 [INFO] 
00:31:23 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests >--
00:31:23 [INFO] Building org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT [56/175]
00:31:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml
00:31:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:23 [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
00:31:24 [INFO] 
00:31:24 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:24 [INFO] 
00:31:24 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:24 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:24 [INFO] 
00:31:24 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:24 [INFO] 
00:31:24 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:24 [INFO] 
00:31:24 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:24 [INFO] 
00:31:24 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:24 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.port.tests
00:31:25 [INFO] 
00:31:25 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:25 [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
00:31:25 [INFO] 
00:31:25 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:25 [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
00:31:25 [INFO] 
00:31:25 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:25 [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
00:31:25 [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] 
00:31:25 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
00:31:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:25 The type DefaultXtextDirectEditorConfiguration is deprecated
00:31:25 [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] 
00:31:25 	public DefaultXtextDirectEditorConfiguration getEditor() {
00:31:25 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:25 The type DefaultXtextDirectEditorConfiguration is deprecated
00:31:25 2 problems (2 warnings)
00:31:25 [INFO] 
00:31:25 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:25 [INFO] 
00:31:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:25 [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
00:31:25 [INFO] 
00:31:25 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:25 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 315 were skipped
00:31:25 [INFO] 
00:31:25 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:25 [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
00:31:25 [INFO] 
00:31:25 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:25 [INFO] 
00:31:25 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:26 [INFO] Skipping tests
00:31:26 [INFO] 
00:31:26 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.port.tests ---
00:31:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:26 [INFO] 
00:31:26 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature >--
00:31:26 [INFO] Building org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT [57/175]
00:31:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml
00:31:26 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:31:26 [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
00:31:26 [INFO] 
00:31:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [INFO] The project's OSGi version is 1.2.0.202405060428
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [INFO] 
00:31:26 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [INFO] 
00:31:26 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31: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/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:26 [INFO] 
00:31:26 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [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
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 319 were skipped
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [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
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [INFO] 
00:31:26 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.feature ---
00:31:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:26 [INFO] 
00:31:26 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests.releng >--
00:31:26 [INFO] Building org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT [58/175]
00:31:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/pom.xml
00:31:26 [INFO] --------------------------------[ pom ]---------------------------------
00:31:26 [INFO] 
00:31:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests.releng ---
00:31:26 [INFO] 
00:31:26 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests.releng ---
00:31: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/uml/tools/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:26 [INFO] 
00:31:26 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.tests.releng ---
00:31:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:26 [INFO] 
00:31:26 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests >----
00:31:26 [INFO] Building org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT     [59/175]
00:31:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml
00:31:26 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:26 [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
00:31:26 [INFO] 
00:31:26 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:26 [INFO] The project's OSGi version is 4.1.0.202405060428
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:26 [INFO] 
00:31:26 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:26 [INFO] 
00:31:26 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:26 [INFO] Resolving class path of org.eclipse.papyrus.uml.tools.tests
00:31:27 [INFO] 
00:31:27 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests ---
00: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.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:27 [INFO] 
00:31:27 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.tests ---
00: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.tests/src/main/resources
00:31:27 [INFO] 
00:31:27 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:27 [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
00:31:28 [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] 
00:31:28 	houseKeeper.setField("fixture", new NamedElementValidator(toBeNamed));
00:31:28 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:28 The method setField(String, NamedElementValidator) from the type AbstractHouseKeeperRule is deprecated
00:31:28 [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] 
00:31:28 	import org.eclipse.emf.ecore.util.EcoreUtil;
00:31:28 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:28 The import org.eclipse.emf.ecore.util.EcoreUtil is never used
00:31:28 [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] 
00:31:28 	private Class class1 = null;
00:31:28 	              ^^^^^^
00:31:28 The value of the field UMLReferenceConverterTest.class1 is not used
00:31:28 [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] 
00:31:28 	private Class class4 = null;
00:31:28 	              ^^^^^^
00:31:28 The value of the field UMLReferenceConverterTest.class4 is not used
00:31:28 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)
00:31:28 	@SuppressWarnings("nls")
00:31:28 	                  ^^^^^
00:31:28 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:31:28 [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] 
00:31:28 	private static final String PACKAGE1_NAME_TO_DISPLAY = "Package1"; //$NON-NLS-1$
00:31:28 	                            ^^^^^^^^^^^^^^^^^^^^^^^^
00:31:28 The value of the field UMLReferenceConverterCompletionTest.PACKAGE1_NAME_TO_DISPLAY is not used
00:31:28 [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] 
00:31:28 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
00:31:28 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:28 The type AdapterUtils is deprecated
00:31:28 [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] 
00:31:28 	JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null);
00:31:28 	                    ^^^^^^^^^^^^
00:31:28 The type AdapterUtils is deprecated
00:31:28 [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] 
00:31:28 	JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null);
00:31:28 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:28 The method adapt(Object, Class<UMLLanguageProvidersTest.JunkLanguage>, UMLLanguageProvidersTest.JunkLanguage) from the type AdapterUtils is deprecated
00:31:28 9 problems (0 errors, 8 warnings, 1 info)
00:31:28 [INFO] 
00:31:28 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:28 [INFO] 
00:31:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.tests ---
00: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.tests/src/test/resources
00:31:28 [INFO] 
00:31:28 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:28 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
00:31:28 [INFO] 
00:31:28 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:28 [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
00:31:28 [INFO] 
00:31:28 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:28 [INFO] 
00:31:28 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:28 [INFO] Skipping tests
00:31:28 [INFO] 
00:31:28 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.tests ---
00:31:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:28 [INFO] 
00:31:28 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests >--
00:31:28 [INFO] Building org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT [60/175]
00:31:28 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml
00:31:28 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:28 [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
00:31:29 [INFO] 
00:31:29 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:29 [INFO] 
00:31:29 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:29 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:29 [INFO] 
00:31:29 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:29 [INFO] 
00:31:29 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:29 [INFO] 
00:31:29 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:29 [INFO] 
00:31:29 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:29 [INFO] Resolving class path of org.eclipse.papyrus.uml.tools.utils.tests
00:31:30 [INFO] 
00:31:30 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31: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/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:30 [INFO] 
00:31:30 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [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
00:31:30 [INFO] 
00:31:30 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [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
00:31:30 [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] 
00:31:30 	List<NamedElement> namedElements = nameResolutionHelper.getNamedElements(PACKAGE1_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + PACKAGE2_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + CLASS1_NAME);
00:31:30 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:30 The method getNamedElements(String) from the type NameResolutionHelper is deprecated
00:31:30 1 problem (1 warning)
00:31:30 [INFO] 
00:31:30 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [INFO] 
00:31:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [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
00:31:30 [INFO] 
00:31:30 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:31:30 [INFO] 
00:31:30 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [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
00:31:30 [INFO] 
00:31:30 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [INFO] 
00:31:30 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [INFO] Skipping tests
00:31:30 [INFO] 
00:31:30 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.tools.utils.tests ---
00:31:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:30 [INFO] 
00:31:30 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature >---
00:31:30 [INFO] Building org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT [61/175]
00:31:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml
00:31:30 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:31:30 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [INFO] The project's OSGi version is 1.2.0.202405060428
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [INFO] 
00:31:31 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [INFO] 
00:31:31 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [INFO] 
00:31:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.tools.feature ---
00:31:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:31 [INFO] 
00:31:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests >--
00:31:31 [INFO] Building org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT [62/175]
00:31:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml
00:31:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] 
00:31:31 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.tests
00:31:31 [INFO] 
00:31:31 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] 
00:31:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] 
00:31:31 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] Skipping tests
00:31:31 [INFO] 
00:31:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.model.tests ---
00:31:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:31 [INFO] 
00:31:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.main.test >--
00:31:31 [INFO] Building org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT [63/175]
00:31:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/pom.xml
00:31:31 [INFO] --------------------------------[ pom ]---------------------------------
00:31:31 [INFO] 
00:31:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.main.test ---
00:31:31 [INFO] 
00:31:31 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.main.test ---
00:31:31 [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
00:31:31 [INFO] 
00:31:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.main.test ---
00:31:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:31 [INFO] 
00:31:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests >--
00:31:31 [INFO] Building org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT [64/175]
00:31:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml
00:31:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:31 [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
00:31:32 [INFO] 
00:31:32 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:32 [INFO] 
00:31:32 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:32 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:32 [INFO] 
00:31:32 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:32 [INFO] 
00:31:32 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:32 [INFO] 
00:31:32 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:32 [INFO] 
00:31:32 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:32 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.generic.tests
00:31:33 [INFO] 
00:31:33 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31: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/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:33 [INFO] 
00:31:33 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00: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/main/resources
00:31:33 [INFO] 
00:31:33 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:33 [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
00:31:34 [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] 
00:31:34 	fillStyle.setName(NamedStyleConstants.FILL_COLUMNS_SIZE);
00:31:34 	                                      ^^^^^^^^^^^^^^^^^
00:31:34 The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
00:31:34 1 problem (1 warning)
00:31:34 [INFO] 
00:31:34 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:34 [INFO] 
00:31:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:34 [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
00:31:34 [INFO] 
00:31:34 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:34 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 348 were skipped
00:31:34 [INFO] 
00:31:34 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:34 [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
00:31:34 [INFO] 
00:31:34 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:34 [INFO] 
00:31:34 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:34 [INFO] Skipping tests
00:31:34 [INFO] 
00:31:34 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.generic.tests ---
00:31:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:34 [INFO] 
00:31:34 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests >--
00:31:34 [INFO] Building org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT [65/175]
00: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
00:31:34 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00: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
00:31:35 [INFO] 
00:31:35 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:35 [INFO] 
00:31:35 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:35 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:35 [INFO] 
00:31:35 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:35 [INFO] 
00:31:35 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:35 [INFO] 
00:31:35 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:35 [INFO] 
00:31:35 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:35 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.clazz.config.tests
00:31:36 [INFO] 
00:31:36 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00: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
00:31:36 [INFO] 
00:31:36 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00: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
00:31:36 [INFO] 
00:31:36 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00: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
00:31:37 [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] 
00:31:37 	final INattableModelManager manager = this.editor.getAdapter(INattableModelManager.class);
00:31:37 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:37 Dead code
00:31:37 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)
00:31:37 	@SuppressWarnings("nls")
00:31:37 	                  ^^^^^
00:31:37 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:31:37 [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] 
00:31:37 	Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 1));
00:31:37 	                                 ^^^^^^^^^^^^^
00:31:37 The field ICellManager.NOT_AVALAIBLE is deprecated
00:31:37 [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] 
00:31:37 	Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 2));
00:31:37 	                                 ^^^^^^^^^^^^^
00:31:37 The field ICellManager.NOT_AVALAIBLE is deprecated
00:31:37 [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] 
00:31:37 	IPageManager pageManager = editor.getServicesRegistry().getService(IPageManager.class);
00:31:37 	             ^^^^^^^^^^^
00:31:37 The value of the local variable pageManager is not used
00:31:37 5 problems (0 errors, 4 warnings, 1 info)
00:31:37 [INFO] 
00:31:37 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:37 [INFO] 
00:31:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:37 [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
00:31:37 [INFO] 
00:31:37 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:37 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 348 were skipped
00:31:37 [INFO] 
00:31:37 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00: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
00:31:38 [INFO] 
00:31:38 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:38 [INFO] 
00:31:38 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:38 [INFO] Skipping tests
00:31:38 [INFO] 
00:31:38 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests ---
00:31:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:38 [INFO] 
00:31:38 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests >--
00:31:38 [INFO] Building org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT [66/175]
00:31:38 [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
00:31:38 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:38 [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
00:31:38 [INFO] 
00:31:38 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:38 [INFO] 
00:31:38 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:38 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:38 [INFO] 
00:31:38 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:38 [INFO] 
00:31:38 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:38 [INFO] 
00:31:38 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:38 [INFO] 
00:31:38 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:38 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests
00:31:40 [INFO] 
00:31:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31: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/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:40 [INFO] 
00:31:40 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:40 [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
00:31:40 [INFO] 
00:31:40 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:40 [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
00:31:40 [INFO] 
00:31:40 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:40 [INFO] 
00:31:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:40 [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
00:31:40 [INFO] 
00:31:40 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:40 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 347 were skipped
00:31:40 [INFO] 
00:31:40 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:41 [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
00:31:41 [INFO] 
00:31:41 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:41 [INFO] 
00:31:41 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:41 [INFO] Skipping tests
00:31:41 [INFO] 
00:31:41 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests ---
00:31:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:41 [INFO] 
00:31:41 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests >--
00:31:41 [INFO] Building org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT [67/175]
00:31:41 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml
00:31:41 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:31:41 [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
00:31:41 [INFO] 
00:31:41 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:41 [INFO] 
00:31:41 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:41 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:41 [INFO] 
00:31:41 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:41 [INFO] 
00:31:41 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:41 [INFO] 
00:31:41 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:41 [INFO] 
00:31:41 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:41 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.matrix.tests
00:31:42 [INFO] 
00:31:42 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31: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/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:42 [INFO] 
00:31:42 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00: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.matrix.tests/src/main/resources
00:31:42 [INFO] 
00:31:42 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:42 [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
00:31:43 [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] 
00:31:43 	matrixManager.addColumnSources(Arrays.asList(packagesToAdd));
00:31:43 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:43 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.
00:31:43 [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] 
00:31:43 	matrixManager.removeColumnSources(Arrays.asList(packagesToRemove));
00:31:43 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:43 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.
00:31:43 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)
00:31:43 	@SuppressWarnings("nls")
00:31:43 	                  ^^^^^
00:31:43 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:31:43 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)
00:31:43 	@SuppressWarnings("nls")
00:31:43 	                  ^^^^^
00:31:43 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:31:43 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)
00:31:43 	@SuppressWarnings("nls")
00:31:43 	                  ^^^^^
00:31:43 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:31:43 [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] 
00:31:43 	editorModel = TableHelper.createTable(tableConfiguration, tableContext, name, "");
00:31:43 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:43 The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
00:31:43 7 problems (0 errors, 3 warnings, 4 infos)
00:31:43 [INFO] 
00:31:43 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:43 [INFO] 
00:31:43 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:43 [INFO] 
00:31:43 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:43 [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
00:31:43 [INFO] 
00:31:43 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:43 [INFO] 
00:31:43 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:43 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped
00:31:43 [INFO] 
00:31:43 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:43 [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
00:31:43 [INFO] 
00:31:43 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:43 [INFO] 
00:31:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.matrix.tests ---
00:31:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:43 [INFO] 
00:31:43 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests >---
00:31:43 [INFO] Building org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT    [68/175]
00:31:43 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml
00:31:43 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:43 [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
00:31:44 [INFO] 
00:31:44 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests ---
00:31:44 [INFO] 
00:31:44 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.tests ---
00:31:44 [INFO] The project's OSGi version is 4.1.0.202405060428
00:31:44 [INFO] 
00:31:44 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.tests ---
00:31:44 [INFO] 
00:31:44 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.tests ---
00:31:44 [INFO] 
00:31:44 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.tests ---
00:31:44 [INFO] 
00:31:44 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.tests ---
00:31:44 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.tests
00:31:44 [INFO] 
00:31:44 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests ---
00:31: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/infra/core/org.eclipse.papyrus.infra.core.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:44 [INFO] 
00:31:44 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.tests ---
00:31:44 [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
00:31:44 [INFO] 
00:31:44 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.tests ---
00:31:45 [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
00:31:45 [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] 
00:31:45 	throw (Exception) exception.newInstance();
00:31:45 	                            ^^^^^^^^^^^^^
00:31:45 The method newInstance() from the type Class<capture#3-of ? extends Throwable> is deprecated since version 9
00:31:45 [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] 
00:31:45 	throw (Error) exception.newInstance();
00:31:45 	                        ^^^^^^^^^^^^^
00:31:45 The method newInstance() from the type Class<capture#5-of ? extends Throwable> is deprecated since version 9
00:31:45 [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] 
00:31:45 	import org.eclipse.papyrus.infra.core.internal.language.LanguageModelRegistry;
00:31:45 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 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.202405050300/org.eclipse.papyrus.infra.core-4.4.0.202405050300.jar')
00:31:45 [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] 
00:31:45 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 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.202405050300/org.eclipse.papyrus.infra.core-4.4.0.202405050300.jar')
00:31:45 [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] 
00:31:45 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
00:31:45 	                      ^^^^^^^^
00:31:45 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.202405050300/org.eclipse.papyrus.infra.core-4.4.0.202405050300.jar')
00:31:45 [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] 
00:31:45 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
00:31:45 	                               ^^^^
00:31:45 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.202405050300/org.eclipse.papyrus.infra.core-4.4.0.202405050300.jar')
00:31:45 [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] 
00:31:45 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 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.202405050300/org.eclipse.papyrus.infra.core-4.4.0.202405050300.jar')
00:31:45 [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] 
00:31:45 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
00:31:45 	                      ^^^^^^^^
00:31:45 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.202405050300/org.eclipse.papyrus.infra.core-4.4.0.202405050300.jar')
00:31:45 [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] 
00:31:45 	LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier());
00:31:45 	                               ^^^^
00:31:45 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.202405050300/org.eclipse.papyrus.infra.core-4.4.0.202405050300.jar')
00:31:45 [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] 
00:31:45 	modelSet.createsModels(model1File);
00:31:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	modelSet.createsModels(model1File);
00:31:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	modelSet.loadModels(model1File);
00:31:45 	         ^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method loadModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	modelSet.createsModels(model1File);
00:31:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	modelSet.createsModels(model1File);
00:31:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	modelSet.createsModels(model1File);
00:31:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	modelSet.createsModels(model1File);
00:31:45 	         ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Optional<String>, Matcher<? super Optional<String>>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<String>) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Optional<String>, Matcher<? super Optional<String>>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<String>) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Optional<AdapterUtilsTest.EMFAdapter>, Matcher<? super Optional<AdapterUtilsTest.EMFAdapter>>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Optional<Integer>, Matcher<? super Optional<Integer>>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<Integer>) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Optional<Integer>, Matcher<? super Optional<Integer>>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<Integer>) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Optional<AdapterUtilsTest.EMFAdapter>, Matcher<? super Optional<AdapterUtilsTest.EMFAdapter>>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<String>, String) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<String>, String) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(AdapterUtilsTest.EMFAdapter, Matcher<? super AdapterUtilsTest.EMFAdapter>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<AdapterUtilsTest.EMFAdapter>, AdapterUtilsTest.EMFAdapter) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42));
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<Integer>, Integer) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
00:31:45 	           ^^^^^^^^^^^^
00:31:45 The type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue());
00:31:45 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method adapt(Object, Class<Integer>, Integer) from the type AdapterUtils is deprecated
00:31:45 [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] 
00:31:45 	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
00:31:45 	       ^^^^^^
00:31:45 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
00:31:45 [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] 
00:31:45 	this.trace = trace;
00:31:45 	     ^^^^^
00:31:45 The static field FakeService.trace should be accessed in a static way
00:31:45 [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] 
00:31:45 	mngr.createsModels(model1File);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.loadModels(model1File);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method loadModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.createsModels(model1File);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	assertThat("workspace resource not created", modelFile.exists(), is(true));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat("EMF resource is null", model.getResource(), notNullValue());
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Resource, Matcher<? super Resource>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat("workspace resource not created", modelFile1.exists(), is(true));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat("workspace resource not created", modelFile2.exists(), is(true));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat("EMF resource is null", model.getResource(), notNullValue());
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Resource, Matcher<? super Resource>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat("EMF resource not created", res2.getContents().isEmpty(), is(false));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	mngr.createsModels(model1File);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.saveAs(newPath);
00:31:45 	     ^^^^^^^^^^^^^^^
00:31:45 The method saveAs(IPath) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.createsModels(model1File);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.createsModels(model1File);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.createsModels(model1File);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.loadModels(model1File);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method loadModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.createsModels(createdFile);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method createsModels(IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	mngr.importModels(new ModelIdentifiers(model1Key, model2Key), importFile);
00:31:45 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method importModels(ModelIdentifiers, IFile) from the type ModelSet is deprecated
00:31:45 [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] 
00:31:45 	assertThat(earlySnippet.active, is((Set<IModel>) ImmutableSet.<IModel> of(model1, model2)));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Set<IModel>, Matcher<? super Set<IModel>>) from the type Assert is deprecated
00:31:45 [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] 
00:31:45 	assertThat(lateSnippet.active, is((Set<IModel>) ImmutableSet.<IModel> of(model1, model2)));
00:31:45 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:45 The method assertThat(Set<IModel>, Matcher<? super Set<IModel>>) from the type Assert is deprecated
00:31:45 72 problems (72 warnings)
00:31:45 [INFO] 
00:31:45 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.tests ---
00:31:45 [INFO] 
00:31:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.tests ---
00:31:45 [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
00:31:45 [INFO] 
00:31:45 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.tests ---
00:31:45 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:31:45 [INFO] 
00:31:45 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.tests ---
00:31:45 [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
00:31:45 [INFO] 
00:31:45 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.tests ---
00:31:45 [INFO] 
00:31:45 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.tests ---
00:31:45 [INFO] Skipping tests
00:31:45 [INFO] 
00:31:45 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.tests ---
00:31:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:45 [INFO] 
00:31:45 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests >--
00:31:45 [INFO] Building org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT  [69/175]
00:31:45 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml
00:31:45 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:45 [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
00:31:46 [INFO] 
00:31:46 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:46 [INFO] 
00:31:46 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:46 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:46 [INFO] 
00:31:46 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:46 [INFO] 
00:31:46 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:46 [INFO] 
00:31:46 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:46 [INFO] 
00:31:46 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:46 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.tests
00:31:47 [INFO] 
00:31:47 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31: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/nattable/org.eclipse.papyrus.uml.nattable.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:47 [INFO] 
00:31:47 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [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
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [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
00:31:47 [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] 
00:31:47 	private Property basePropSte1;
00:31:47 	                 ^^^^^^^^^^^^
00:31:47 The value of the field UMLRestrictedContentProviderTestCustomProfile.basePropSte1 is not used
00:31:47 [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] 
00:31:47 	List<EObject> nodes = new ArrayList<EObject>((List<EObject>) activity.eGet(UMLPackage.eINSTANCE.getActivity_OwnedNode()));
00:31:47 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:47 Type safety: Unchecked cast from Object to List<EObject>
00:31:47 2 problems (2 warnings)
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [INFO] 
00:31:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [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
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [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
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [INFO] Skipping tests
00:31:47 [INFO] 
00:31:47 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.tests ---
00:31:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:47 [INFO] 
00:31:47 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature >--
00:31:47 [INFO] Building org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT [70/175]
00:31:47 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml
00:31:47 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:31:47 [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
00:31:47 [INFO] 
00:31:47 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [INFO] The project's OSGi version is 1.3.0.202405060428
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [INFO] 
00:31:47 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [INFO] 
00:31:47 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [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
00:31:47 [INFO] 
00:31:47 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [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
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 348 were skipped
00:31:47 [INFO] 
00:31:47 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:47 [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
00:31:47 [INFO] 
00:31:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:48 [INFO] 
00:31:48 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:48 [INFO] 
00:31:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.nattable.feature ---
00:31:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:48 [INFO] 
00:31:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.tests.releng >--
00:31:48 [INFO] Building org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT [71/175]
00:31:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/pom.xml
00:31:48 [INFO] --------------------------------[ pom ]---------------------------------
00:31:48 [INFO] 
00:31:48 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.tests.releng ---
00:31:48 [INFO] 
00:31:48 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.tests.releng ---
00:31: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/services/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:48 [INFO] 
00:31:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.tests.releng ---
00:31:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:48 [INFO] 
00:31:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests >--
00:31:48 [INFO] Building org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT [72/175]
00:31:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml
00:31:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:48 [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
00:31:48 [INFO] 
00:31:48 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:48 [INFO] 
00:31:48 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:48 [INFO] The project's OSGi version is 2.1.0.202405060428
00:31:48 [INFO] 
00:31:48 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:48 [INFO] 
00:31:48 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:48 [INFO] 
00:31:48 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:48 [INFO] 
00:31:48 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:48 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.controlmode.tests
00:31:49 [INFO] 
00:31:49 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:49 [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
00:31:49 [INFO] 
00:31:49 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:49 [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
00:31:49 [INFO] 
00:31:49 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:49 [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
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:50 [INFO] 
00:31:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:50 [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
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:50 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:50 [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
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:50 [INFO] Skipping tests
00:31:50 [INFO] 
00:31:50 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.controlmode.tests ---
00:31:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:50 [INFO] 
00:31:50 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests >--
00:31:50 [INFO] Building org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT [73/175]
00:31:50 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml
00:31:50 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:50 [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
00:31:50 [INFO] 
00:31:50 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:50 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:50 [INFO] 
00:31:50 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:50 [INFO] 
00:31:50 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:50 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.resourceloading.tests
00:31:51 [INFO] 
00:31:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00: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/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:51 [INFO] 
00:31:51 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:51 [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
00:31:51 [INFO] 
00:31:51 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:51 [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
00:31:52 [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] 
00:31:52 	import org.eclipse.papyrus.infra.services.resourceloading.impl.ProxyManager;
00:31:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:52 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.202405050300/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202405050300.jar')
00:31:52 [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] 
00:31:52 	chooser = ProxyManager.getStrategyChooser();
00:31:52 	          ^^^^^^^^^^^^
00:31:52 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.202405050300/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202405050300.jar')
00:31:52 [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] 
00:31:52 	chooser = ProxyManager.getStrategyChooser();
00:31:52 	                       ^^^^^^^^^^^^^^^^^^
00:31:52 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.202405050300/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202405050300.jar')
00:31:52 [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] 
00:31:52 	modelSet.loadModels(resourceLoaded);
00:31:52 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:52 The method loadModels(IFile) from the type ModelSet is deprecated
00:31:52 [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] 
00:31:52 	modelSet.loadModels(modelFile);
00:31:52 	         ^^^^^^^^^^^^^^^^^^^^^
00:31:52 The method loadModels(IFile) from the type ModelSet is deprecated
00:31:52 [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] 
00:31:52 	modelSet.loadModels(resourceLoaded);
00:31:52 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:52 The method loadModels(IFile) from the type ModelSet is deprecated
00:31:52 6 problems (6 warnings)
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:52 [INFO] 
00:31:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:52 [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
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:52 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 300 were skipped
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:52 [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
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:52 [INFO] Skipping tests
00:31:52 [INFO] 
00:31:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.resourceloading.tests ---
00:31:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:52 [INFO] 
00:31:52 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests >--
00:31:52 [INFO] Building org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT [74/175]
00:31:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml
00:31:52 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:52 [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
00:31:52 [INFO] 
00:31:52 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:52 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:52 [INFO] 
00:31:52 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:52 [INFO] 
00:31:52 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:52 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.tests
00:31:53 [INFO] 
00:31:53 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31: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/services/org.eclipse.papyrus.infra.services.edit.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:53 [INFO] 
00:31:53 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:53 [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
00:31:53 [INFO] 
00:31:53 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:53 [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
00:31:53 [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] 
00:31:53 	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditService;
00:31:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	* JUnit tests for {@link ElementEditService} class.
00:31:53 	                         ^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProviderFactory;
00:31:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	* JUnit tests for {@link ElementEditServiceProviderFactory} class.
00:31:53 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
00:31:53 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
00:31:53 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory();
00:31:53 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	factory.init(registry);
00:31:53 	        ^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	service = factory.createServiceInstance();
00:31:53 	                  ^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProvider;
00:31:53 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 [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] 
00:31:53 	* JUnit tests for {@link ElementEditServiceProvider} class.
00:31:53 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:53 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.202405050300/org.eclipse.papyrus.infra.services.edit-4.1.0.202405050300.jar')
00:31:53 11 problems (11 warnings)
00:31:53 [INFO] 
00:31:53 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:53 [INFO] 
00:31:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:53 [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
00:31:53 [INFO] 
00:31:53 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:53 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:31:53 [INFO] 
00:31:53 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:54 [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
00:31:54 [INFO] 
00:31:54 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:54 [INFO] 
00:31:54 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:54 [INFO] Skipping tests
00:31:54 [INFO] 
00:31:54 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.edit.tests ---
00:31:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:54 [INFO] 
00:31:54 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests >--
00:31:54 [INFO] Building org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT [75/175]
00:31:54 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml
00:31:54 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:54 [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
00:31:54 [INFO] 
00:31:54 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:54 [INFO] 
00:31:54 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:54 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:54 [INFO] 
00:31:54 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:54 [INFO] 
00:31:54 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:54 [INFO] 
00:31:54 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:54 [INFO] 
00:31:54 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:54 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.semantic.tests
00:31:55 [INFO] 
00:31:55 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31: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/services/org.eclipse.papyrus.infra.services.semantic.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:55 [INFO] 
00:31:55 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00: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.semantic.tests/src/main/resources
00:31:55 [INFO] 
00:31:55 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:55 [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
00:31:55 [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] 
00:31:55 	assertThat(roots, hasItem(instanceOf(Model.class)));
00:31:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:55 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
00:31:55 [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] 
00:31:55 	assertThat(roots, hasItem(instanceOf(Profile.class)));
00:31:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:55 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
00:31:55 [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] 
00:31:55 	assertThat(roots, not(hasItem(isStereotypeApplication())));
00:31:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:55 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
00:31:55 [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] 
00:31:55 	assertThat(roots, not(hasItem(instanceOf(Diagram.class))));
00:31:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:55 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
00:31:55 [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] 
00:31:55 	assertThat(roots, not(hasItem(instanceOf(Table.class))));
00:31:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:55 The method assertThat(List<EObject>, Matcher<? super List<EObject>>) from the type Assert is deprecated
00:31:55 [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] 
00:31:55 	assertThat(modelIDs, hasItem(UmlModel.MODEL_ID));
00:31:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:55 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:31:55 [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] 
00:31:55 	assertThat(modelIDs, not(hasItem(NotationModel.MODEL_ID)));
00:31:55 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:31:55 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:31:55 7 problems (7 warnings)
00:31:55 [INFO] 
00:31:55 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:55 [INFO] 
00:31:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00: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.semantic.tests/src/test/resources
00:31:55 [INFO] 
00:31:55 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:55 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:31:55 [INFO] 
00:31:55 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:55 [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
00:31:55 [INFO] 
00:31:55 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:56 [INFO] 
00:31:56 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:56 [INFO] Skipping tests
00:31:56 [INFO] 
00:31:56 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.semantic.tests ---
00:31:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:56 [INFO] 
00:31:56 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests >--
00:31:56 [INFO] Building org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT [76/175]
00:31:56 [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
00:31:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:56 [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
00:31:56 [INFO] 
00:31:56 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:56 [INFO] 
00:31:56 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:56 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:56 [INFO] 
00:31:56 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:56 [INFO] 
00:31:56 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:56 [INFO] 
00:31:56 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:56 [INFO] 
00:31:56 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:56 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.ui.tests
00:31:57 [INFO] 
00:31:57 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00: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.edit.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:57 [INFO] 
00:31:57 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00: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.edit.ui.tests/src/main/resources
00:31:57 [INFO] 
00:31:57 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:58 [INFO] 
00:31:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:58 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:58 [INFO] Skipping tests
00:31:58 [INFO] 
00:31:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.edit.ui.tests ---
00:31:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:58 [INFO] 
00:31:58 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature >--
00:31:58 [INFO] Building org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT [77/175]
00:31:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml
00:31:58 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [INFO] The project's OSGi version is 1.2.0.202405060428
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [INFO] 
00:31:58 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [INFO] 
00:31:58 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [INFO] 
00:31:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.services.feature ---
00:31:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:58 [INFO] 
00:31:58 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.tests.releng >--
00:31:58 [INFO] Building org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT  [78/175]
00:31:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/pom.xml
00:31:58 [INFO] --------------------------------[ pom ]---------------------------------
00:31:58 [INFO] 
00:31:58 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.tests.releng ---
00:31:58 [INFO] 
00:31:58 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.tests.releng ---
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.tests.releng ---
00:31:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:31:58 [INFO] 
00:31:58 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests >--
00:31:58 [INFO] Building org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT [79/175]
00:31:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml
00:31:58 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:31:58 [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
00:31:58 [INFO] 
00:31:58 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:31:58 [INFO] The project's OSGi version is 2.0.0.202405060428
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:31:58 [INFO] 
00:31:58 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:31:58 [INFO] 
00:31:58 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:31:58 [INFO] Resolving class path of org.eclipse.papyrus.views.modelexplorer.tests
00:31:59 [INFO] 
00:31:59 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00: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/views/org.eclipse.papyrus.views.modelexplorer.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:31:59 [INFO] 
00:31:59 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:31:59 [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
00:31:59 [INFO] 
00:31:59 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:31:59 [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
00:32:00 [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] 
00:32:00 	import org.eclipse.ui.internal.handlers.HandlerProxy;
00:32:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:00 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.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
00:32:00 [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] 
00:32:00 	if (currentHandler instanceof HandlerProxy) {
00:32:00 	                              ^^^^^^^^^^^^
00:32:00 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.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
00:32:00 [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] 
00:32:00 	currentHandler = ((HandlerProxy) currentHandler).getHandler();
00:32:00 	                   ^^^^^^^^^^^^
00:32:00 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.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
00:32:00 [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] 
00:32:00 	currentHandler = ((HandlerProxy) currentHandler).getHandler();
00:32:00 	                                                 ^^^^^^^^^^
00:32:00 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.132.0.v20240424-0957/org.eclipse.ui.workbench-3.132.0.v20240424-0957.jar')
00:32:00 [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] 
00:32:00 	Assert.assertNotEquals("the label of diagram1 is not good", "Diagram1", labeProvider.getText(diagram1)); //$NON-NLS-1$ //$NON-NLS-2$
00:32:00 	                                                                                     ^^^^^^^
00:32:00 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.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
00:32:00 [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] 
00:32:00 	Assert.assertNotEquals("the label of class1 is not good", "class1", labeProvider.getText(class1)); //$NON-NLS-1$ //$NON-NLS-2$
00:32:00 	                                                                                 ^^^^^^^
00:32:00 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.400.v20240424-0956/org.eclipse.ui.navigator-3.12.400.v20240424-0956.jar')
00:32:00 6 problems (6 warnings)
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:32:00 [INFO] 
00:32:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:32:00 [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
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:32:00 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:32:00 [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
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:32:00 [INFO] Skipping tests
00:32:00 [INFO] 
00:32:00 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.modelexplorer.tests ---
00:32:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:00 [INFO] 
00:32:00 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests >--
00:32:00 [INFO] Building org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT [80/175]
00:32:00 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml
00:32:00 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:00 [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
00:32:00 [INFO] 
00:32:00 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:00 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:00 [INFO] 
00:32:00 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:00 [INFO] 
00:32:00 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:00 [INFO] Resolving class path of org.eclipse.papyrus.views.documentation.tests
00:32:01 [INFO] 
00:32:01 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests ---
00: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/views/documentation/org.eclipse.papyrus.views.documentation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:01 [INFO] 
00:32:01 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:01 [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
00:32:01 [INFO] 
00:32:01 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:02 [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
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:02 [INFO] 
00:32:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:02 [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
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 325 were skipped
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:02 [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
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:02 [INFO] Skipping tests
00:32:02 [INFO] 
00:32:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.documentation.tests ---
00:32:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:02 [INFO] 
00:32:02 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature >-----
00:32:02 [INFO] Building org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT [81/175]
00:32:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml
00:32:02 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:32:02 [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
00:32:02 [INFO] 
00:32:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [INFO] The project's OSGi version is 1.2.0.202405060428
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [INFO] 
00:32:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [INFO] 
00:32:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.views.feature ---
00:32: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.views.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:02 [INFO] 
00:32:02 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [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
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [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
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [INFO] 
00:32:02 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [INFO] 
00:32:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.views.feature ---
00:32:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:02 [INFO] 
00:32:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests.releng >--
00:32:02 [INFO] Building org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT [82/175]
00:32:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/pom.xml
00:32:02 [INFO] --------------------------------[ pom ]---------------------------------
00:32:02 [INFO] 
00:32:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests.releng ---
00:32:02 [INFO] 
00:32:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests.releng ---
00:32: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/profile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:02 [INFO] 
00:32:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.tests.releng ---
00:32:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:02 [INFO] 
00:32:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests >---
00:32:02 [INFO] Building org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT   [83/175]
00:32:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml
00:32:02 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:02 [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
00:32:03 [INFO] 
00:32:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:03 [INFO] 
00:32:03 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:03 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:03 [INFO] 
00:32:03 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:03 [INFO] 
00:32:03 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:03 [INFO] 
00:32:03 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:03 [INFO] 
00:32:03 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:03 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.tests
00:32:04 [INFO] 
00:32:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests ---
00: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/uml/profile/org.eclipse.papyrus.uml.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:04 [INFO] 
00:32:04 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [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
00:32:04 [INFO] 
00:32:04 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [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
00:32:04 [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] 
00:32:04 	import org.eclipse.papyrus.uml.profile.service.ui.RefreshProfileDialog;
00:32:04 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:04 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.202405050300/org.eclipse.papyrus.uml.profile-4.2.0.202405050300.jar')
00:32:04 [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] 
00:32:04 	RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class);
00:32:04 	^^^^^^^^^^^^^^^^^^^^
00:32:04 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.202405050300/org.eclipse.papyrus.uml.profile-4.2.0.202405050300.jar')
00:32:04 [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] 
00:32:04 	RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class);
00:32:04 	                                         ^^^^^^^^^^^^^^^^^^^^
00:32:04 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.202405050300/org.eclipse.papyrus.uml.profile-4.2.0.202405050300.jar')
00:32:04 3 problems (3 warnings)
00:32:04 [INFO] 
00:32:04 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [INFO] 
00:32:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [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
00:32:04 [INFO] 
00:32:04 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
00:32:04 [INFO] 
00:32:04 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [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
00:32:04 [INFO] 
00:32:04 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [INFO] 
00:32:04 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [INFO] Skipping tests
00:32:04 [INFO] 
00:32:04 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.tests ---
00:32:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:04 [INFO] 
00:32:04 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests.releng >--
00:32:04 [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT [84/175]
00:32:04 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/pom.xml
00:32:04 [INFO] --------------------------------[ pom ]---------------------------------
00:32:04 [INFO] 
00:32:04 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
00:32:04 [INFO] 
00:32:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
00:32:04 [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
00:32:04 [INFO] 
00:32:04 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng ---
00:32:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:04 [INFO] 
00:32:04 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests >--
00:32:04 [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT [85/175]
00:32:04 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml
00:32:04 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:04 [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
00:32:05 [INFO] 
00:32:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:05 [INFO] 
00:32:05 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:05 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:05 [INFO] 
00:32:05 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:05 [INFO] 
00:32:05 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:05 [INFO] 
00:32:05 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:05 [INFO] 
00:32:05 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:05 [INFO] Resolving class path of org.eclipse.papyrus.uml.modelexplorer.tests
00:32:06 [INFO] 
00:32:06 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [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
00:32:06 [INFO] 
00:32:06 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [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
00:32:06 [INFO] 
00:32:06 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [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
00:32:06 [INFO] 
00:32:06 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [INFO] 
00:32:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [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
00:32:06 [INFO] 
00:32:06 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:32:06 [INFO] 
00:32:06 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [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
00:32:06 [INFO] 
00:32:06 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [INFO] 
00:32:06 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [INFO] Skipping tests
00:32:06 [INFO] 
00:32:06 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests ---
00:32:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:06 [INFO] 
00:32:06 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests >--
00:32:06 [INFO] Building org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT [86/175]
00:32:06 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml
00:32:06 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:06 [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
00:32:07 [INFO] 
00:32:07 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:07 [INFO] 
00:32:07 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:07 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:07 [INFO] 
00:32:07 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:07 [INFO] 
00:32:07 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:07 [INFO] 
00:32:07 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:07 [INFO] 
00:32:07 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:07 [INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.tests
00:32:08 [INFO] 
00:32:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32: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/org.eclipse.papyrus.uml.service.types.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:08 [INFO] 
00:32:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:08 [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
00:32:08 [INFO] 
00:32:08 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:08 [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
00:32:09 [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] 
00:32:09 	private static Class testClass;
00:32:09 	                     ^^^^^^^^^
00:32:09 The value of the field CreatePureUMLElementTest.testClass is not used
00:32:09 [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] 
00:32:09 	private static Activity testActivityWithNode;
00:32:09 	                        ^^^^^^^^^^^^^^^^^^^^
00:32:09 The value of the field CreatePureUMLElementTest.testActivityWithNode is not used
00:32:09 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)
00:32:09 	@SuppressWarnings("nls")
00:32:09 	                  ^^^^^
00:32:09 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:09 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)
00:32:09 	@SuppressWarnings("nls")
00:32:09 	                  ^^^^^
00:32:09 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:09 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)
00:32:09 	@SuppressWarnings("nls")
00:32:09 	                  ^^^^^
00:32:09 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:09 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)
00:32:09 	@SuppressWarnings("nls")
00:32:09 	                  ^^^^^
00:32:09 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:09 8 problems (0 errors, 2 warnings, 6 infos)
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:09 [INFO] 
00:32:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:09 [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
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:09 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 326 were skipped
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:09 [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
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:09 [INFO] Skipping tests
00:32:09 [INFO] 
00:32:09 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.service.types.tests ---
00:32:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:09 [INFO] 
00:32:09 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests >--
00:32:09 [INFO] Building org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT [87/175]
00:32:09 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml
00:32:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:09 [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
00:32:09 [INFO] 
00:32:09 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:09 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:09 [INFO] 
00:32:09 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:09 [INFO] 
00:32:09 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:09 [INFO] Resolving class path of org.eclipse.papyrus.uml.properties.tests
00:32:11 [INFO] 
00:32:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.properties.tests ---
00:32: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/org.eclipse.papyrus.uml.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:11 [INFO] 
00:32:11 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [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
00:32:11 [INFO] 
00:32:11 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [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
00:32:11 [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] 
00:32:11 	return new StrategyBasedContentProvider(new ProviderBasedBrowseStrategy(treeContent),
00:32:11 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:11 ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy<T> should be parameterized
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "unchecked", "rawtypes", "serial", "nls" })
00:32:11 	                                                       ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 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)
00:32:11 	@SuppressWarnings({ "nls" })
00:32:11 	                    ^^^^^
00:32:11 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:11 31 problems (0 errors, 1 warning, 30 infos)
00:32:11 [INFO] 
00:32:11 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [INFO] 
00:32:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [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
00:32:11 [INFO] 
00:32:11 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 329 were skipped
00:32:11 [INFO] 
00:32:11 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [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
00:32:11 [INFO] 
00:32:11 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [INFO] 
00:32:11 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [INFO] Skipping tests
00:32:11 [INFO] 
00:32:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.properties.tests ---
00:32:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:11 [INFO] 
00:32:11 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.types.core.tests >--
00:32:11 [INFO] Building org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT [88/175]
00:32:11 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml
00:32:11 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:11 [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
00:32:12 [INFO] 
00:32:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:12 [INFO] 
00:32:12 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:12 [INFO] The project's OSGi version is 1.0.0.202405060428
00:32:12 [INFO] 
00:32:12 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:12 [INFO] 
00:32:12 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:12 [INFO] 
00:32:12 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:12 [INFO] 
00:32:12 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:12 [INFO] Resolving class path of org.eclipse.papyrus.uml.types.core.tests
00:32:13 [INFO] 
00:32:13 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:13 [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
00:32:13 [INFO] 
00:32:13 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:13 [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
00:32:13 [INFO] 
00:32:13 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:13 [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
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:14 [INFO] 
00:32:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:14 [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
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:14 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 324 were skipped
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:14 [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
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:14 [INFO] Skipping tests
00:32:14 [INFO] 
00:32:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.types.core.tests ---
00:32:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:14 [INFO] 
00:32:14 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests >--
00:32:14 [INFO] Building org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT [89/175]
00:32:14 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml
00:32:14 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:14 [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
00:32:14 [INFO] 
00:32:14 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:14 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:14 [INFO] 
00:32:14 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:14 [INFO] 
00:32:14 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:14 [INFO] Resolving class path of org.eclipse.papyrus.uml.modelrepair.tests
00:32:15 [INFO] 
00:32:15 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32: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/org.eclipse.papyrus.uml.modelrepair.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:15 [INFO] 
00:32:15 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:15 [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
00:32:15 [INFO] 
00:32:15 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:15 [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
00:32:16 [WARNING] /home/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] 
00:32:16 	* Tests for {@link ProfileNamespaceURIPattern}s and the related functionality.
00:32:16 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	protected static Predicate<ProfileNamespaceURIPattern> isExtensionPointPattern() {
00:32:16 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	return new Predicate<ProfileNamespaceURIPattern>() {
00:32:16 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	public boolean apply(ProfileNamespaceURIPattern pattern) {
00:32:16 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) &&
00:32:16 	               ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) &&
00:32:16 	                                                                                   ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	pattern.getVersionFormat() != null;
00:32:16 	        ^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
00:32:16 	                                                            ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Pattern should have matched.", match.hasMatched());
00:32:16 	                                                 ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getNamespaceURI(), is(NO_VERSION_A_URI));
00:32:16 	      ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI));
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersion(), is(NO_VERSION_VERSION_DEFAULT));
00:32:16 	      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI);
00:32:16 	                                                            ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Pattern should have matched.", match.hasMatched());
00:32:16 	                                                 ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getNamespaceURI(), is(NO_VERSION_A_URI));
00:32:16 	      ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI));
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersion(), is(NO_VERSION_A_URI));
00:32:16 	      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
00:32:16 	                                                            ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Pattern should have matched.", match.hasMatched());
00:32:16 	                                                 ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI));
00:32:16 	      ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI));
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersion(), is(SINGLE_VERSION_A7_VERSION_DEFAULT));
00:32:16 	      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI);
00:32:16 	                                                            ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Pattern should have matched.", match.hasMatched());
00:32:16 	                                                 ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI));
00:32:16 	      ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI));
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersion(), is(SINGLE_VERSION_A7_VERSION_FORMAT));
00:32:16 	      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
00:32:16 	                                                            ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Pattern should have matched.", match.hasMatched());
00:32:16 	                                                 ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI));
00:32:16 	      ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI));
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_DEFAULT));
00:32:16 	      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
00:32:16 	                                                            ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Pattern should have matched.", match.hasMatched());
00:32:16 	                                                 ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI));
00:32:16 	      ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI));
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_FORMAT));
00:32:16 	      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI);
00:32:16 	                                                            ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Pattern should not have matched.", !match.hasMatched());
00:32:16 	                                                      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getNamespaceURI(), nullValue());
00:32:16 	      ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersionlessNamespaceURI(), nullValue());
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersion(), nullValue());
00:32:16 	      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
00:32:16 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH;
00:32:16 	                                                                                          ^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Pattern should not have matched.", !match.hasMatched());
00:32:16 	                                                      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getNamespaceURI(), nullValue());
00:32:16 	      ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersionlessNamespaceURI(), nullValue());
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	match.getVersion(), nullValue());
00:32:16 	      ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI);
00:32:16 	                                                                ^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Comparison should be valid.", comparison.isValid());
00:32:16 	                                                     ^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Same URI should be equal to itself (namespace URI).", comparison.isEqualNamespaceURI());
00:32:16 	                                                                             ^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Same URI should be equal to itself (versionless URI).", comparison.isEqualVersionlessNamespaceURI());
00:32:16 	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Same URI should be equal to itself (version).", comparison.isEqualVersion());
00:32:16 	                                                                       ^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI);
00:32:16 	                                                                ^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Comparison should be valid.", comparison.isValid());
00:32:16 	                                                     ^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Should not be the same namespace URI.", !comparison.isEqualNamespaceURI());
00:32:16 	                                                                ^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Should not be the same versionless URI.", !comparison.isEqualVersionlessNamespaceURI());
00:32:16 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Should be the same version (no version).", comparison.isEqualVersion());
00:32:16 	                                                                  ^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN);
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI);
00:32:16 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI);
00:32:16 	                                                                ^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	* Automated tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies.
00:32:16 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	private ZombieStereotypesDescriptor zombies;
00:32:16 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
00:32:16 	                               ^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
00:32:16 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
00:32:16 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE);
00:32:16 	                                                                          ^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                         ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                                       ^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	fixture.start(modelSet.getResourceSet());
00:32:16 	        ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	void repair(final IAdaptable schema, final IRepairAction action) {
00:32:16 	                                           ^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	zombies.repair(schema, action, null, null);
00:32:16 	        ^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
00:32:16 	                                                    ^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	static class MyStereotypeApplicationRepairSnippet extends StereotypeApplicationRepairSnippet {
00:32:16 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	super();
00:32:16 	^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	super(presenterFunction, dynamicProfileSupplier);
00:32:16 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	super(presenterFunction);
00:32:16 	^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource) {
00:32:16 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	return super.getZombieStereotypes(resource);
00:32:16 	             ^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource, Element root) {
00:32:16 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	return super.getZombieStereotypes(resource, root);
00:32:16 	             ^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	return super.getRootUMLElement(resource);
00:32:16 	             ^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	return super.getAppliedDefinitions(profileApplications);
00:32:16 	             ^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPattern;
00:32:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternRegistry;
00:32:16 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	* Specific bug regression tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies.
00:32:16 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	private ZombieStereotypesDescriptor zombies;
00:32:16 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                                                 ^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE));
00:32:16 	                                                                                 ^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	IRepairAction action = zombies.getSuggestedRepairAction(schema);
00:32:16 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                   ^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION));
00:32:16 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
00:32:16 	                                                    ^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	Collection<? extends EObject> packageAzombies = zombies.getZombies(packageA.get());
00:32:16 	                                                        ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	Collection<? extends EObject> packageBzombies = zombies.getZombies(packageB.get());
00:32:16 	                                                        ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	* Tests that bug 496307 is resolved through {@link ProfileNamespaceURIPattern}s which provide a mechanism to
00:32:16 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
00:32:16 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
00:32:16 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE;
00:32:16 	                                                                                 ^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
00:32:16 	^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
00:32:16 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(
00:32:16 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	registry.register(pattern);
00:32:16 	         ^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
00:32:16 	                                                    ^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	Collection<? extends EObject> packageAzombies = zombies.getZombies(packageA.get());
00:32:16 	                                                        ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	Collection<? extends EObject> packageBzombies = zombies.getZombies(packageB.get());
00:32:16 	                                                        ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	registry.unregister(pattern);
00:32:16 	         ^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	if (next.isAnnotationPresent(Bug.class) && StereotypeApplicationRepairSnippet.class.isAssignableFrom(next.getReturnType())) {
00:32:16 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	fixture.start(modelSet.getResourceSet());
00:32:16 	        ^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	void repair(final IAdaptable schema, final IRepairAction action) {
00:32:16 	                                           ^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	zombies.repair(schema, action, null, null);
00:32:16 	        ^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	Collection<? extends IAdaptable> schemata = zombies.getZombieSchemas();
00:32:16 	                                                    ^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 [WARNING] /home/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] 
00:32:16 	public void addZombies(ZombieStereotypesDescriptor zombies) {
00:32:16 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:16 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.202405050300/org.eclipse.papyrus.uml.modelrepair-3.1.0.202405050300.jar')
00:32:16 204 problems (204 warnings)
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:16 [INFO] 
00:32:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:16 [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
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:16 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:16 [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
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:16 [INFO] Skipping tests
00:32:16 [INFO] 
00:32:16 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.modelrepair.tests ---
00:32:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:16 [INFO] 
00:32:16 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests >--
00:32:16 [INFO] Building org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT [90/175]
00:32:16 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml
00:32:16 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:16 [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
00:32:16 [INFO] 
00:32:16 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:16 [INFO] The project's OSGi version is 2.2.0.202405060428
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:16 [INFO] 
00:32:16 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:16 [INFO] 
00:32:16 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:16 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.drafter.tests
00:32:17 [INFO] 
00:32:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32: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/profile/org.eclipse.papyrus.uml.profile.drafter.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:17 [INFO] 
00:32:17 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:17 [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
00:32:17 [INFO] 
00:32:17 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:17 [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
00:32:18 [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] 
00:32:18 	public class TraceRecord<T1, T2> {
00:32:18 	                         ^^
00:32:18 The type parameter T1 is hiding the type T1
00:32:18 [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] 
00:32:18 	public class TraceRecord<T1, T2> {
00:32:18 	                             ^^
00:32:18 The type parameter T2 is hiding the type T2
00:32:18 [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] 
00:32:18 	@SuppressWarnings("unchecked")
00:32:18 	                  ^^^^^^^^^^^
00:32:18 Unnecessary @SuppressWarnings("unchecked")
00:32:18 [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] 
00:32:18 	List models = (List) inputElement;
00:32:18 	^^^^
00:32:18 List is a raw type. References to generic type List<E> should be parameterized
00:32:18 [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] 
00:32:18 	List models = (List) inputElement;
00:32:18 	               ^^^^
00:32:18 List is a raw type. References to generic type List<E> should be parameterized
00:32:18 5 problems (5 warnings)
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:18 [INFO] 
00:32:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:18 [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
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:18 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 302 were skipped
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:18 [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
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:18 [INFO] Skipping tests
00:32:18 [INFO] 
00:32:18 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.profile.drafter.tests ---
00:32:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:18 [INFO] 
00:32:18 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests >--
00:32:18 [INFO] Building org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT [91/175]
00:32:18 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml
00:32:18 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:18 [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
00:32:18 [INFO] 
00:32:18 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:18 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:18 [INFO] 
00:32:18 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:18 [INFO] 
00:32:18 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:18 [INFO] Resolving class path of org.eclipse.papyrus.uml.service.types.ui.tests
00:32:20 [INFO] 
00:32:20 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00: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.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:20 [INFO] 
00:32:20 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00: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.ui.tests/src/main/resources
00:32:20 [INFO] 
00:32:20 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:20 [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
00:32:20 [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] 
00:32:20 	public void setInitialElementSelections(List selectedElements) {
00:32:20 	                                        ^^^^
00:32:20 List is a raw type. References to generic type List<E> should be parameterized
00:32:20 [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] 
00:32:20 	public void setInitialElementSelections(List selectedElements) {
00:32:20 	                                        ^^^^
00:32:20 List is a raw type. References to generic type List<E> should be parameterized
00:32:20 2 problems (2 warnings)
00:32:20 [INFO] 
00:32:20 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:20 [INFO] 
00:32:20 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00: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.ui.tests/src/test/resources
00:32:20 [INFO] 
00:32:20 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:20 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 326 were skipped
00:32:20 [INFO] 
00:32:20 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:20 [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
00:32:20 [INFO] 
00:32:20 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:20 [INFO] 
00:32:20 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:20 [INFO] Skipping tests
00:32:20 [INFO] 
00:32:20 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.service.types.ui.tests ---
00:32:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:20 [INFO] 
00:32:20 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests >---
00:32:20 [INFO] Building org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT   [92/175]
00:32:20 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml
00:32:20 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:32:20 [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
00:32:21 [INFO] 
00:32:21 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:21 [INFO] 
00:32:21 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:21 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:21 [INFO] 
00:32:21 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:21 [INFO] 
00:32:21 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:21 [INFO] 
00:32:21 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:21 [INFO] 
00:32:21 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:21 [INFO] Resolving class path of org.eclipse.papyrus.uml.filters.tests
00:32:22 [INFO] 
00:32:22 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.filters.tests ---
00:32: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/org.eclipse.papyrus.uml.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:22 [INFO] 
00:32:22 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [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
00:32:22 [INFO] 
00:32:22 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [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
00:32:22 [INFO] 
00:32:22 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [INFO] 
00:32:22 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [INFO] 
00:32:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [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
00:32:22 [INFO] 
00:32:22 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [INFO] 
00:32:22 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
00:32:22 [INFO] 
00:32:22 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [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
00:32:22 [INFO] 
00:32:22 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [INFO] 
00:32:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.filters.tests ---
00:32:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:22 [INFO] 
00:32:22 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature >------
00:32:22 [INFO] Building org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT   [93/175]
00:32:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml
00:32:22 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:32:22 [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
00:32:23 [INFO] 
00:32:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [INFO] The project's OSGi version is 1.2.0.202405060428
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [INFO] 
00:32:23 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [INFO] 
00:32:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.feature ---
00:32: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/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:23 [INFO] 
00:32:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [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
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 333 were skipped
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [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
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [INFO] 
00:32:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.feature ---
00:32:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:23 [INFO] 
00:32:23 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests >--
00:32:23 [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT [94/175]
00:32:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml
00:32:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:23 [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
00:32:23 [INFO] 
00:32:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] 
00:32:23 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.tests
00:32:23 [INFO] 
00:32:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00: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/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:23 [INFO] 
00:32:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [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
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [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
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public class FakePagePart extends PagePart {
00:32:23 	                                  ^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	super(null, null);
00:32:23 	^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	boolean visit(IPartVisitor visitor) {
00:32:23 	              ^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public void reparent(TabFolderPart parent) {
00:32:23 	                     ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
00:32:23 	                  ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	                                               ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	                                               ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	sashWindowContainer.setContentProvider(contentProvider);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	sashWindowContainer.createPartControl(shell);
00:32:23 	                    ^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getActiveSashWindowsPage();
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals( "expected active page", "p23", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
00:32:23 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals( "expected active page", helper.lookupPageByName("p23"), container.getActiveSashWindowsPage().getRawModel());
00:32:23 	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getActiveSashWindowsPage();
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals( "expected active page", "p21", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
00:32:23 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getActiveSashWindowsPage();
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals( "expected active page", "p14", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
00:32:23 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getActiveSashWindowsPage();
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals( "expected active page", "p12", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
00:32:23 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getActiveSashWindowsPage();
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals( "expected active page", "p15", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
00:32:23 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getActiveSashWindowsPage();
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals( "expected active page", "p13", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle());
00:32:23 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	IPageModel newPage = helper.createNewPage("newPage");
00:32:23 	           ^^^^^^^
00:32:23 The value of the local variable newPage is not used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel is never used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.internal.IMultiEditorManager;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.internal.eclipsecopy.MultiPageSelectionProvider;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	* This main editor provide the minimum required to let a {@link SashWindowsContainer} run inside.
00:32:23 	                                                                ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	public class FakeMultiSashPageEditor extends EditorPart implements IMultiEditorManager, IMultiPageEditorPart {
00:32:23 	                                                                   ^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	private SashWindowsContainer sashContainer;
00:32:23 	        ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	site.setSelectionProvider(new MultiPageSelectionProvider(this));
00:32:23 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	site.setSelectionProvider(new MultiPageSelectionProvider(this));
00:32:23 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer = new SashWindowsContainer(this);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer = new SashWindowsContainer(this);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer.setContentProvider(getContentProvider());
00:32:23 	              ^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer.createPartControl(parent);
00:32:23 	              ^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer.refreshTabs();
00:32:23 	              ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	return sashContainer.getActiveEditor();
00:32:23 	                     ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	public SashWindowsContainer getSashWindowsContainer() {
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer.setFocus();
00:32:23 	              ^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Tests for the {@link SashContainerFolderEventsProvider} class.
00:32:23 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderListManager listManager = new TabFolderListManager();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderListManager listManager = new TabFolderListManager();
00:32:23 	                                       ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderListManager listManager = new TabFolderListManager();
00:32:23 	                                       ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
00:32:23 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
00:32:23 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	folderEventProvider.addListener(listManager);
00:32:23 	                    ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderPart folder1= new FakeTabFolderPart();
00:32:23 	^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	folderEventProvider.fireFolderCreatedEvent(folder1);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertTrue( "folder added", listManager.getFolderList().contains(folder1) );
00:32:23 	                                        ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderListManager listManager = new TabFolderListManager();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderListManager listManager = new TabFolderListManager();
00:32:23 	                                       ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderListManager listManager = new TabFolderListManager();
00:32:23 	                                       ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
00:32:23 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider();
00:32:23 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	folderEventProvider.addListener(listManager);
00:32:23 	                    ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderPart folder1= new FakeTabFolderPart();
00:32:23 	^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	folderEventProvider.fireFolderCreatedEvent(folder1);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderPart folder2= new FakeTabFolderPart();
00:32:23 	^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	folderEventProvider.fireFolderCreatedEvent(folder2);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertTrue( "folder added", listManager.getFolderList().contains(folder1) );
00:32:23 	                                        ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertTrue( "folder added", listManager.getFolderList().contains(folder2) );
00:32:23 	                                        ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	folderEventProvider.fireFolderDisposedEvent(folder1);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertFalse( "folder removed", listManager.getFolderList().contains(folder1) );
00:32:23 	                                           ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertTrue( "folder added", listManager.getFolderList().contains(folder2) );
00:32:23 	                                        ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test if the {@link SashWindowsContainer} send the events of a page lifecycle.
00:32:23 	                     ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test if the page lifecycle events are correctly thrown by the {@link SashWindowsContainer} when
00:32:23 	                                                                       ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
00:32:23 	                  ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	                                               ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	                                               ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	sashWindowContainer.setContentProvider(contentProvider);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	sashWindowContainer.createPartControl(shell);
00:32:23 	                    ^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
00:32:23 	                                    ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
00:32:23 	                                     ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
00:32:23 	                                     ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.visit(visitor);
00:32:23 	          ^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	return visitor.result();
00:32:23 	               ^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.addPageLifeCycleListener(listener);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.addPageLifeCycleListener(listener);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.addPageLifeCycleListener(listener);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.addPageLifeCycleListener(listener);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(page1);
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.addPageLifeCycleListener(listener);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.addPageLifeCycleListener(listener);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21")));
00:32:23 	                               ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Tests for the class {@link SashContainerEventsProvider}.
00:32:23 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.addListener(listener);
00:32:23 	         ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	PagePart page = null;
00:32:23 	^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.firePageAboutToBeClosedEvent(page);
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.addListener(listener);
00:32:23 	         ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.removeListener(listener);
00:32:23 	         ^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	PagePart page = null;
00:32:23 	^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.firePageAboutToBeClosedEvent(page);
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.addListener(listener);
00:32:23 	         ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	PagePart page = null;
00:32:23 	^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.firePageOpenedEvent(page);
00:32:23 	         ^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.addListener(listener);
00:32:23 	         ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	PagePart page = null;
00:32:23 	^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.firePageClosedEvent(page);
00:32:23 	         ^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.addListener(listener);
00:32:23 	         ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	PagePart page = null;
00:32:23 	^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.firePageAboutToBeOpenedEvent(page);
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.addListener(listener);
00:32:23 	         ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	PagePart page = null;
00:32:23 	^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.firePageAboutToBeClosedEvent(page);
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.addListener(listener);
00:32:23 	         ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	PagePart page = null;
00:32:23 	^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.firePageActivatedEvent(page);
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)}
00:32:23 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashContainerEventsProvider provider = new SashContainerEventsProvider();
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.addListener(listener);
00:32:23 	         ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	PagePart page = null;
00:32:23 	^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	provider.firePageDeactivatedEvent(page);
00:32:23 	         ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	* Class providing a facade to test the {@link SashWindowsContainer} class.
00:32:23 	                                              ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	* This facade own a {@link SimpleSashWindowsContentProvider}, a {@link SashWindowsContainer} and
00:32:23 	                                                                       ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	protected SashWindowsContainer sashContainer;
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
00:32:23 	                  ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	                                               ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	                                               ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashWindowContainer.setContentProvider(contentProvider);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashWindowContainer.createPartControl(shell);
00:32:23 	                    ^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	public SashWindowsContainer getSashContainer() {
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer.dispose();
00:32:23 	              ^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
00:32:23 	       ^^^^^^
00:32:23 Type safety: The return type Object for getAdapter(Class) from the type FakeEditorInput needs unchecked conversion to conform to T from the type FileEditorInput
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public class FakeFolderLifeCycleEventsListener implements ITabFolderPartLifeCycleEventsListener {
00:32:23 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public List<TabFolderPart> events;
00:32:23 	            ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	events = new ArrayList<TabFolderPart>();
00:32:23 	                       ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public List<TabFolderPart> getEvents() {
00:32:23 	            ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public TabFolderPart getEvent(int index) {
00:32:23 	       ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public void folderCreated(TabFolderPart folder) {
00:32:23 	                          ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public void folderDisposed(TabFolderPart folder) {
00:32:23 	                           ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	private Object lookupModelByName(String modelName, Object from, Class expectedType) {
00:32:23 	                                                                ^^^^^
00:32:23 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	private Object lookupModelByName(String modelName, SashPanelModel sashPanelModel, Class expectedType) {
00:32:23 	                                                                                  ^^^^^
00:32:23 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	private Object lookupModelByName(String modelName, TabFolderModel tabFolderModel, Class expectedType) {
00:32:23 	                                                                                  ^^^^^
00:32:23 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* A fake {@link TabFolderPart} for testing purpose.
00:32:23 	                ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* This class allows to instanciate a {@link TabFolderPart}.
00:32:23 	                                            ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	public class FakeTabFolderPart extends TabFolderPart {
00:32:23 	                                       ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Create a fake {@link TabFolderPart}
00:32:23 	                       ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	super( new RootPart(null), null, null);
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	super( new RootPart(null), null, null);
00:32:23 	           ^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	super( new RootPart(null), null, null);
00:32:23 	           ^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	final SashWindowsContainer container = editor.getSashWindowsContainer();
00:32:23 	      ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test if the {@link SashWindowsContainer} send the events of a folder lifecycle.
00:32:23 	                     ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test if the folder lifecycle events are correctly thrown by the {@link SashWindowsContainer} when 
00:32:23 	                                                                         ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
00:32:23 	                                    ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
00:32:23 	                                     ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel);
00:32:23 	                                     ^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.visit(visitor);
00:32:23 	          ^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	return visitor.result();
00:32:23 	               ^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider();
00:32:23 	                            ^^^^^^^^^^^^^^^
00:32:23 The value of the local variable contentProvider is not used
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = containerFacade.getSashContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getFolderLifeCycleEventProvider().addListener(listener);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getFolderLifeCycleEventProvider().addListener(listener);
00:32:23 	                                            ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f1"), listener.getEvents().get(i++).getRawModel());
00:32:23 	                                                                                                              ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel());
00:32:23 	                                                                                                              ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider();
00:32:23 	                            ^^^^^^^^^^^^^^^
00:32:23 The value of the local variable contentProvider is not used
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = containerFacade.getSashContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getFolderLifeCycleEventProvider().addListener(listener);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.getFolderLifeCycleEventProvider().addListener(listener);
00:32:23 	                                            ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel());
00:32:23 	                                                                                                              ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer;
00:32:23 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	protected SashWindowsContainer sashContainer;
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer.refreshTabs();
00:32:23 	              ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer = new SashWindowsContainer();
00:32:23 	                    ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer = new SashWindowsContainer();
00:32:23 	                    ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer.setContentProvider(contentProvider);
00:32:23 	              ^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/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] 
00:32:23 	sashContainer.createPartControl(parent);
00:32:23 	              ^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular
00:32:23 	                                        ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular
00:32:23 	                                                             ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = editor.getSashWindowsContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IPage page = container.getActiveSashWindowsPage();
00:32:23 	                       ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = editor.getSashWindowsContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}.
00:32:23 	                  ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) {
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	                                               ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer sashWindowContainer = new SashWindowsContainer();
00:32:23 	                                               ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	sashWindowContainer.setContentProvider(contentProvider);
00:32:23 	                    ^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	sashWindowContainer.createPartControl(shell);
00:32:23 	                    ^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                                                                                                 ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IPage page = container.getActiveSashWindowsPage();
00:32:23 	                       ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                                                                                                 ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IPage page = container.getActiveSashWindowsPage();
00:32:23 	                       ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                                                                                                 ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	List<IPage> pages = container.getVisiblePages();
00:32:23 	                              ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                                                                                                 ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	List<IPage> pages = container.getVisiblePages();
00:32:23 	                              ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                                                                                                 ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	List<IPage> pages = container.getVisiblePages();
00:32:23 	                              ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}.
00:32:23 	                                                                                                 ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IPage page = container.getActiveSashWindowsPage();
00:32:23 	                       ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}.
00:32:23 	                                                                                                 ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertNotNull("active page set", container.getActiveSashWindowsPage());
00:32:23 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IPage p12 = container.lookupModelPage(models.get("p12"));
00:32:23 	                      ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(p12);
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals("page selected", p12, container.getActiveSashWindowsPage());
00:32:23 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IPage p22 = container.lookupModelPage(models.get("p22"));
00:32:23 	                      ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(p22);
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals("page selected", p22, container.getActiveSashWindowsPage());
00:32:23 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IPage p11 = container.lookupModelPage(models.get("p11"));
00:32:23 	                      ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.selectPage(p11);
00:32:23 	          ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertEquals("page selected", p11, container.getActiveSashWindowsPage());
00:32:23 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
00:32:23 	                                                                                                 ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}.
00:32:23 	                                                                                                 ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)}
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)}
00:32:23 	                                              ^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.visit(pageVisitor);
00:32:23 	          ^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link SashWindowsContainer#lookupModelPage(Object)}
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link SashWindowsContainer#lookupModelPage(Object)}
00:32:23 	                                              ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IPage foundPage = container.lookupModelPage(model);
00:32:23 	                            ^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)}
00:32:23 	                         ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	* Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)}
00:32:23 	                                              ^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.setFolderTabMenuManager(menuManager);
00:32:23 	          ^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	TabFolderPart folderPart = lookupTabFolderPart(container, referenceFolder);
00:32:23 	^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertNotNull("menu exist", folderPart.getControl().getMenu());
00:32:23 	                                       ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertNotNull("menu exist", folderPart.getControl().getMenu());
00:32:23 	                                       ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertNotNull("menu exist", folderPart.getControl().getMenu());
00:32:23 	                                       ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertNotNull("menu exist", folderPart.getControl().getMenu());
00:32:23 	                                       ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	assertNotNull("menu exist", folderPart.getControl().getMenu());
00:32:23 	                                       ^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
00:32:23 	          ^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) {
00:32:23 	                                            ^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
00:32:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
00:32:23 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel);
00:32:23 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.visit(visitor);
00:32:23 	          ^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	return visitor.result();
00:32:23 	               ^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = createSashWindowsContainer(contentProvider);
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IObservableList<IFolder> list = container.getIFolderList();
00:32:23 	                                          ^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	SashWindowsContainer container = containerFacade.getSashContainer();
00:32:23 	^^^^^^^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	IObservableList<IFolder> list = container.getIFolderList();
00:32:23 	                                          ^^^^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 [WARNING] /home/jenkins/agent/workspace/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] 
00:32:23 	container.refreshTabs();
00:32:23 	          ^^^^^^^^^^^
00:32:23 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202405050300.jar')
00:32:23 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)
00:32:23 	@SuppressWarnings("nls")
00:32:23 	                  ^^^^^
00:32:23 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:23 407 problems (0 errors, 406 warnings, 1 info)
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] 
00:32:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [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
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 105 were skipped
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [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
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] 
00:32:23 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] Skipping tests
00:32:23 [INFO] 
00:32:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.tests ---
00:32:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:23 [INFO] 
00:32:23 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests >--
00:32:23 [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT [95/175]
00:32:23 [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
00:32:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:23 [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
00:32:24 [INFO] 
00:32:24 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] 
00:32:24 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.di.tests
00:32:24 [INFO] 
00:32:24 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32: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/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:24 [INFO] 
00:32:24 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [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
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [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
00:32:24 [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] 
00:32:24 	* The {@link DiContentProvider} under test.
00:32:24 	             ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	protected DiContentProvider diContentProvider;
00:32:24 	          ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* The {@link DiContentProvider} under test.
00:32:24 	             ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	for( Page page : folder.getPages() ) {
00:32:24 	          ^^^^
00:32:24 The value of the local variable page is not used
00:32:24 [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] 
00:32:24 	* {@link DiContentProvider}.
00:32:24 	         ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	else if(diPagesModel instanceof DiContentProvider) {
00:32:24 	                                ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	sashModel = ((DiContentProvider)diPagesModel).getDiSashModel();
00:32:24 	              ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	sashModel = ((DiContentProvider)diPagesModel).getDiSashModel();
00:32:24 	                                              ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* The {@link DiContentProvider} under test.
00:32:24 	             ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	Object rawModel = contentProvider.getRootModel();
00:32:24 	                                  ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel);
00:32:24 	                                                 ^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	IAbstractPanelModel childModel = contentProvider.createChildSashModel(child);
00:32:24 	                                                 ^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.addPage(id);
00:32:24 	                ^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.addPage(id);
00:32:24 	                ^^^^^^^^^^^
00:32:24 The method addPage(Object) from the type DiContentProvider is deprecated
00:32:24 [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] 
00:32:24 	contentProvider.movePage(folderModel, 3, 8);
00:32:24 	                ^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()}
00:32:24 	                                                         ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()}
00:32:24 	                                                                           ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	Assert.assertTrue("subtype of AbstractPanel", AbstractPanel.class.isInstance(contentProvider.getRootModel()));
00:32:24 	                                                                                             ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)}
00:32:24 	              ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)}
00:32:24 	                                ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.addPage(id);
00:32:24 	                ^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.addPage(id);
00:32:24 	                ^^^^^^^^^^^
00:32:24 The method addPage(Object) from the type DiContentProvider is deprecated
00:32:24 [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] 
00:32:24 	contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT);
00:32:24 	                ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
00:32:24 	                                                          ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
00:32:24 	                                                                                       ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.createFolder(folderModel, 2, folderModel, SWT.UP);
00:32:24 	                ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
00:32:24 	                                                          ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent());
00:32:24 	                                                                                       ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* Check if {@link DiContentProvider#setCurrentFolder(Object)}.
00:32:24 	                  ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* Check if {@link DiContentProvider#setCurrentFolder(Object)}.
00:32:24 	                                    ^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.addPage(id);
00:32:24 	                ^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.addPage(id);
00:32:24 	                ^^^^^^^^^^^
00:32:24 The method addPage(Object) from the type DiContentProvider is deprecated
00:32:24 [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] 
00:32:24 	contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT);
00:32:24 	                ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder();
00:32:24 	                          ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder();
00:32:24 	                                                       ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.setCurrentFolder(firstFolder);
00:32:24 	                ^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.setCurrentFolder(firstFolder);
00:32:24 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 The method setCurrentFolder(Object) from the type DiContentProvider is deprecated
00:32:24 [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] 
00:32:24 	static class MyDIContentProvider extends DiContentProvider {
00:32:24 	                                         ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	super(diSashModel, pageModelFactory);
00:32:24 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	MyDIContentProvider(SashModel diSashModel, IPageModelFactory pageModelFactory, ContentChangedEventProvider contentChangedEventProvider) throws IllegalArgumentException {
00:32:24 	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	super(diSashModel, pageModelFactory, contentChangedEventProvider);
00:32:24 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	return super.getDiSashModel();
00:32:24 	             ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	protected ContentChangedEventProvider getContentChangedEventProvider() {
00:32:24 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	return super.getContentChangedEventProvider();
00:32:24 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	super.firePropertyChanged(event);
00:32:24 	      ^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	protected DiContentProvider diContentProvider;
00:32:24 	          ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	public SashContainerModels(DiContentProvider diContentProvider, Map<String, Object> diModelElements) {
00:32:24 	                           ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	result = (ITabFolderModel)diContentProvider.createChildSashModel(diModelElements.get(name));
00:32:24 	                                            ^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* This facade own a {@link DiContentProvider} and provides methods to manipulate it with
00:32:24 	                           ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* the help of names. Each element in the {@link DiContentProvider} can be identified
00:32:24 	                                                ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	protected DiContentProvider contentProvider;
00:32:24 	          ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory);
00:32:24 	                           ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory);
00:32:24 	                           ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	public DiContentProviderFacade(DiContentProvider contentProvider) {
00:32:24 	                               ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	return contentProvider.getDiSashModel().getWindows().get(0);
00:32:24 	                       ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	return contentProvider.getDiSashModel().getWindows().get(0).getPanel();
00:32:24 	                       ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	TabFolderModel folderModel = getITabFolderModel( folderName );
00:32:24 	^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.addPage(folderModel, index, pageRawModel);
00:32:24 	                ^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	TabFolderModel folderModel = getITabFolderModel( folderName );
00:32:24 	^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.addPage(folderModel, pageRawModel);
00:32:24 	                ^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* In the {@link DiContentProvider} implementation, the pageModel
00:32:24 	                ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.movePage(folderModel, oldIndex, newIndex);
00:32:24 	                ^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.movePage(srcFolderModel, sourceIndex, targetFolderModel, targetIndex);
00:32:24 	                ^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.removePage(pageModel);
00:32:24 	                ^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.removePage(folderModel, tabIndex);
00:32:24 	                ^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	TabFolderModel targetFolderModel = getITabFolderModel( targetFolderName );
00:32:24 	^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.createFolder(srcFolderModel, tabIndex, targetFolderModel, side);
00:32:24 	                ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* For a folder, the wrapper is a {@link TabFolderModel}.
00:32:24 	                                        ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	public TabFolderModel getITabFolderModel(String folderName) throws NotFoundException {
00:32:24 	       ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	if( ! (cachedModel instanceof TabFolderModel) )
00:32:24 	                              ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	return (TabFolderModel)cachedModel;
00:32:24 	        ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
00:32:24 	^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
00:32:24 	                                 ^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel);
00:32:24 	                                                                ^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	IPageModel pageModel = (IPageModel)contentProvider.createChildSashModel(rawModel);
00:32:24 	                                                   ^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
00:32:24 	                        ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
00:32:24 	                        ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* The {@link PageManagerImpl} under test.
00:32:24 	             ^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	protected PageManagerImpl pageMngr;
00:32:24 	          ^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	* The associated {@link DiContentProvider}. Not tested, but used to check events.
00:32:24 	                        ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	diSashModel.setPageList(DiFactory.eINSTANCE.createPageList());
00:32:24 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 The method setPageList(PageList) from the type SashWindowsMngr is deprecated
00:32:24 [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] 
00:32:24 	diSashModel.setPageList(DiFactory.eINSTANCE.createPageList());
00:32:24 	                                            ^^^^^^^^^^^^^^^^
00:32:24 The method createPageList() from the type DiFactory is deprecated
00:32:24 [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] 
00:32:24 	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
00:32:24 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
00:32:24 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel);
00:32:24 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	pageMngr = new PageManagerImpl(diSashModel, eventProvider) {
00:32:24 	               ^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	pageMngr = new PageManagerImpl(diSashModel, eventProvider) {
00:32:24 	               ^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	Object rawModel = contentProvider.getRootModel();
00:32:24 	                                  ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel);
00:32:24 	                                                 ^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	IAbstractPanelModel childModel = contentProvider.createChildSashModel(child);
00:32:24 	                                                 ^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	pageMngr.addPage(id);
00:32:24 	         ^^^^^^^^^^^
00:32:24 The method addPage(Object) from the type BasicPageManagerImpl is deprecated
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	pageMngr.closePage(identifiers.get(3));
00:32:24 	         ^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	pageMngr.closeAllOpenedPages();
00:32:24 	         ^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	pageMngr.closeOtherPages(identifiers.get(3));
00:32:24 	         ^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	pageMngr.removePage(identifiers.get(3));
00:32:24 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 The method removePage(Object) from the type BasicPageManagerImpl is deprecated
00:32:24 [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] 
00:32:24 	contentProvider.getContentChangedEventProvider().addListener(changeListener);
00:32:24 	                                                 ^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider.createFolder(tabFolder, movedPageIndex, tabFolder, SWT.TOP);
00:32:24 	                ^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	pageMngr.closePage(identifiers.get(movedPageIndex));
00:32:24 	         ^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
00:32:24 	                        ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	diContentProvider = new DiContentProvider(diSashModel, pageModelFactory);
00:32:24 	                        ^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain);
00:32:24 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain);
00:32:24 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:24 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.202405050300/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202405050300.jar')
00:32:24 [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] 
00:32:24 	for( Page page : folder.getPages() ) {
00:32:24 	          ^^^^
00:32:24 The value of the local variable page is not used
00:32:24 113 problems (113 warnings)
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] 
00:32:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [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
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 143 were skipped
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [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
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] 
00:32:24 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] Skipping tests
00:32:24 [INFO] 
00:32:24 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests ---
00:32:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:24 [INFO] 
00:32:24 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature >--
00:32:24 [INFO] Building org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT [96/175]
00:32:24 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml
00:32:24 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:32:24 [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
00:32:25 [INFO] 
00:32:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [INFO] The project's OSGi version is 1.2.0.202405060428
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [INFO] 
00:32:25 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [INFO] 
00:32:25 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32: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.infra.core.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:25 [INFO] 
00:32:25 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [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
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [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
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [INFO] 
00:32:25 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.core.feature ---
00:32:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:25 [INFO] 
00:32:25 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests.releng >--
00:32:25 [INFO] Building org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT [97/175]
00:32:25 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/pom.xml
00:32:25 [INFO] --------------------------------[ pom ]---------------------------------
00:32:25 [INFO] 
00:32:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests.releng ---
00:32:25 [INFO] 
00:32:25 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests.releng ---
00:32: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/infra/emf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:25 [INFO] 
00:32:25 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.tests.releng ---
00:32:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:25 [INFO] 
00:32:25 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests >--
00:32:25 [INFO] Building org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT  [98/175]
00:32:25 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml
00:32:25 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:25 [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
00:32:25 [INFO] 
00:32:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:25 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:25 [INFO] 
00:32:25 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:25 [INFO] 
00:32:25 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:25 [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.emf.tests
00:32:26 [INFO] 
00:32:26 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00: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/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:26 [INFO] 
00:32:26 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:26 [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
00:32:26 [INFO] 
00:32:26 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:26 [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
00:32:26 [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] 
00:32:26 	assertThat(fixture.getText(imported), is("<Package> foo (imported by <Package> bar)"));
00:32:26 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:26 [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] 
00:32:26 	assertThat("Label provider did not notify", gotEvent[0], is(true));
00:32:26 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:26 [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] 
00:32:26 	assertThat("Label provider did not notify", gotEvent[0], is(true));
00:32:26 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:26 [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] 
00:32:26 	import org.eclipse.papyrus.infra.emf.readonly.internal.ControlledResourceTracker;
00:32:26 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202405050300.jar')
00:32:26 [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] 
00:32:26 	* Test suite for the {@link ReferencedModelReadOnlyHandler} class.
00:32:26 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.ui.emf-3.1.100.202405050300.jar')
00:32:26 [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] 
00:32:26 	private ReferencedModelReadOnlyHandler fixture;
00:32:26 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.ui.emf-3.1.100.202405050300.jar')
00:32:26 [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] 
00:32:26 	assertThat(fixture.anyReadOnly(discretionAxes(), new URI[] { uri }).or(false), is(false));
00:32:26 	                   ^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.ui.emf-3.1.100.202405050300.jar')
00:32:26 [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] 
00:32:26 	assertThat(fixture.canMakeWritable(discretionAxes(), new URI[] { uri }).or(true), is(false));
00:32:26 	                   ^^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.ui.emf-3.1.100.202405050300.jar')
00:32:26 [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] 
00:32:26 	fixture = new ReferencedModelReadOnlyHandler(domain);
00:32:26 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.ui.emf-3.1.100.202405050300.jar')
00:32:26 [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] 
00:32:26 	fixture = new ReferencedModelReadOnlyHandler(domain);
00:32:26 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.ui.emf-3.1.100.202405050300.jar')
00:32:26 [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] 
00:32:26 	fixture.setInteractive(false);
00:32:26 	        ^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.ui.emf-3.1.100.202405050300.jar')
00:32:26 [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] 
00:32:26 	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
00:32:26 	                ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202405050300.jar')
00:32:26 [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] 
00:32:26 	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
00:32:26 	                                          ^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202405050300.jar')
00:32:26 [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] 
00:32:26 	Set<URI> uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI());
00:32:26 	                                                              ^^^^^^^^^^^^^^^^^^^
00:32:26 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.202405050300/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202405050300.jar')
00:32:26 [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] 
00:32:26 	assertThat(fixture.getText(package_), is("<Package> foo"));
00:32:26 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:26 [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] 
00:32:26 	assertThat("Label provider did not notify", gotEvent[0], is(true));
00:32:26 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:26 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:26 16 problems (16 warnings)
00:32:26 [INFO] 
00:32:26 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:26 [INFO] 
00:32:26 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:26 [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
00:32:26 [INFO] 
00:32:26 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:26 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:32:26 [INFO] 
00:32:26 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:27 [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
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:27 [INFO] Skipping tests
00:32:27 [INFO] 
00:32:27 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.emf.tests ---
00:32:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:27 [INFO] 
00:32:27 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests >--
00:32:27 [INFO] Building org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT [99/175]
00:32:27 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml
00:32:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:32:27 [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
00:32:27 [INFO] 
00:32:27 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] Resolving class path of org.eclipse.papyrus.infra.filters.tests
00:32:27 [INFO] 
00:32:27 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [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
00:32:27 [INFO] 
00:32:27 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [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
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [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
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [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
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 74 were skipped
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [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
00:32:27 [INFO] 
00:32:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] 
00:32:27 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.filters.tests ---
00:32:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:27 [INFO] 
00:32:27 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests >--
00:32:27 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT [100/175]
00:32:27 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml
00:32:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:32:27 [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
00:32:28 [INFO] 
00:32:28 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:28 [INFO] 
00:32:28 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:28 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:28 [INFO] 
00:32:28 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:28 [INFO] 
00:32:28 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:28 [INFO] 
00:32:28 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:28 [INFO] 
00:32:28 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:28 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests
00:32:29 [INFO] 
00:32:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32: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/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:29 [INFO] 
00:32:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [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
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [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
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [INFO] 
00:32:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [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
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 295 were skipped
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [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
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [INFO] 
00:32:29 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests ---
00:32:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:29 [INFO] 
00:32:29 [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests >----
00:32:29 [INFO] Building org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT     [101/175]
00:32:29 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml
00:32:29 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:29 [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
00:32:29 [INFO] 
00:32:29 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:29 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:29 [INFO] 
00:32:29 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:29 [INFO] 
00:32:29 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:29 [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.tests
00:32:30 [INFO] 
00:32:30 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.tests ---
00:32: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/infra/org.eclipse.papyrus.infra.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:30 [INFO] 
00:32:30 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:30 [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
00:32:30 [INFO] 
00:32:30 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:30 [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
00:32:31 [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] 
00:32:31 	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
00:32:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
00:32:31 [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] 
00:32:31 	import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener;
00:32:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used
00:32:31 [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] 
00:32:31 	assertThat(fixture.getElements("foo"),
00:32:31 				is(new Object[] { "root1", "root2", "root3", "A", "B", "C" }));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(sFixture.getElements().length, greaterThan(3));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(sFixture.getElements().length, is(0));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" }));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getChildren("4"), is(new Object[] { "i", "ii" }));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getChildren("bogus"), is(new Object[] {}));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("root2"), nullValue()); // It's a root
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("B"), nullValue()); // It's a root
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("child2.2"), is("root2"));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("ii"), is("4"));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("root2"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("C"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("child2.2"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("4"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("child2.2.3"), is(false));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("i"), is(false));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(aFixture.getAdaptedValue("B"), notNullValue());
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(aFixture.getAdaptedValue("B"), sameInstance(aFixture.getAdaptedValue("B")));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(aFixture.getAdaptedValue("4"), notNullValue());
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(aFixture.getAdaptedValue("4"), not(aFixture.getAdaptedValue("B")));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(aFixture.getAdaptedValue("bogus"), is("bogus")); // Not recognized as an element
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(hFixture.isValidValue("C"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(hFixture.isValidValue("5"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(hFixture.isValidValue("bogus"), is(false));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(sFixture.getElements(),
00:32:31 				is(new Object[] { "root1", "root2", "root3", "A", "B", "C" }));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage;
00:32:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage is never used
00:32:31 [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] 
00:32:31 	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
00:32:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
00:32:31 [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] 
00:32:31 	import org.eclipse.papyrus.infra.ui.util.UIUtil;
00:32:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The import org.eclipse.papyrus.infra.ui.util.UIUtil is never used
00:32:31 [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] 
00:32:31 	import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent;
00:32:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used
00:32:31 [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] 
00:32:31 	import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener;
00:32:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used
00:32:31 [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] 
00:32:31 	import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider;
00:32:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider is never used
00:32:31 [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] 
00:32:31 	assertThat(fixture.getElements("foo"), is(new Object[] { "root1", "root2", "root3" }));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getElements().length, greaterThan(0));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getElements().length, is(0));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getChildren("root2"), is(new Object[] { "child2.1", "child2.2", "child2.3" }));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" }));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getChildren("bogus"), is(new Object[] {}));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("root2"), nullValue()); // It's a root
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("child2.2"), is("root2"));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("child2.2.2"), is("child2.2"));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("root2"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("child2.2"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("child2.2.3"), is(false));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getAdaptedValue("root1"), notNullValue());
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getAdaptedValue("root1"), sameInstance(fixture.getAdaptedValue("root1")));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getAdaptedValue("child1.2"), notNullValue());
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getAdaptedValue("child1.2"), not(fixture.getAdaptedValue("root1")));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getAdaptedValue("bogus"), nullValue());
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.isValidValue("root1"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.isValidValue("child1.2"), is(true));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.isValidValue("bogus"), is(false));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:31 [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] 
00:32:31 	assertThat(fixture.getElements(), is(new Object[] { "root1", "root2", "root3" }));
00:32:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:31 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:31 58 problems (58 warnings)
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:31 [INFO] 
00:32:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:31 [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
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:31 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:31 [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
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:31 [INFO] Skipping tests
00:32:31 [INFO] 
00:32:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.tests ---
00:32:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:31 [INFO] 
00:32:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests >--
00:32:31 [INFO] Building org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT [102/175]
00:32:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml
00:32:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:31 [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
00:32:31 [INFO] 
00:32:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:31 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:31 [INFO] 
00:32:31 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:31 [INFO] 
00:32:31 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:31 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.readonly.tests
00:32:32 [INFO] 
00:32:32 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00: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/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:32 [INFO] 
00:32:32 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:32 [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
00:32:32 [INFO] 
00:32:32 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:32 [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
00:32:33 [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] 
00:32:33 	assertThat(fixture.asBoolean(true), is(true));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.asBoolean(false), is(false));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.asBoolean("hello"), is(true));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.asBoolean(null), is(true));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), false), is(true));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(string), true), is(true));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), true), is(true));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(string), true), is(false));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 [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] 
00:32:33 	assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true));
00:32:33 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:33 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:33 10 problems (10 warnings)
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:33 [INFO] 
00:32:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:33 [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
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:33 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:33 [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
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:33 [INFO] Skipping tests
00:32:33 [INFO] 
00:32:33 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.readonly.tests ---
00:32:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:33 [INFO] 
00:32:33 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.expansion.tests >--
00:32:33 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT [103/175]
00:32:33 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml
00:32:33 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:33 [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
00:32:33 [INFO] 
00:32:33 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:33 [INFO] The project's OSGi version is 1.0.0.202405060428
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:33 [INFO] 
00:32:33 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:33 [INFO] 
00:32:33 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:33 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.expansion.tests
00:32:34 [INFO] 
00:32:34 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32: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/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:34 [INFO] 
00:32:34 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:34 [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
00:32:34 [INFO] 
00:32:34 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:34 [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
00:32:34 [INFO] 
00:32:34 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:34 [INFO] 
00:32:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:34 [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
00:32:34 [INFO] 
00:32:34 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:34 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:32:34 [INFO] 
00:32:34 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:35 [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
00:32:35 [INFO] 
00:32:35 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:35 [INFO] 
00:32:35 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:35 [INFO] Skipping tests
00:32:35 [INFO] 
00:32:35 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests ---
00:32:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:35 [INFO] 
00:32:35 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests.releng >--
00:32:35 [INFO] Building org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT [104/175]
00:32:35 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/pom.xml
00:32:35 [INFO] --------------------------------[ pom ]---------------------------------
00:32:35 [INFO] 
00:32:35 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests.releng ---
00:32:35 [INFO] 
00:32:35 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests.releng ---
00:32: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/tests/junit/plugins/infra/types/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:35 [INFO] 
00:32:35 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.tests.releng ---
00:32:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:35 [INFO] 
00:32:35 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests >---
00:32:35 [INFO] Building org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT  [105/175]
00:32:35 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml
00:32:35 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:35 [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
00:32:35 [INFO] 
00:32:35 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests ---
00:32:35 [INFO] 
00:32:35 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.tests ---
00:32:35 [INFO] The project's OSGi version is 4.0.0.202405060428
00:32:35 [INFO] 
00:32:35 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.tests ---
00:32:35 [INFO] 
00:32:35 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.tests ---
00:32:35 [INFO] 
00:32:35 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.tests ---
00:32:35 [INFO] 
00:32:35 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.tests ---
00:32:35 [INFO] Resolving class path of org.eclipse.papyrus.infra.types.tests
00:32:36 [INFO] 
00:32:36 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests ---
00: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/infra/types/org.eclipse.papyrus.infra.types.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:36 [INFO] 
00:32:36 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [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
00:32:36 [INFO] 
00:32:36 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [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
00:32:36 [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] 
00:32:36 	import org.eclipse.papyrus.infra.types.core.utils.AdviceComparator;
00:32:36 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:36 The type AdviceComparator is deprecated
00:32:36 [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] 
00:32:36 	List<EObject> originalChildren = new ArrayList<EObject>((List<EObject>) objectToDelete.eContainer().eGet(objectToDelete.eContainingFeature(), true));
00:32:36 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:36 Type safety: Unchecked cast from Object to List<EObject>
00:32:36 [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] 
00:32:36 	List<EObject> afterDeletionChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
00:32:36 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:36 Type safety: Unchecked cast from Object to List<EObject>
00:32:36 [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] 
00:32:36 	List<EObject> afterUndoChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
00:32:36 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:36 Type safety: Unchecked cast from Object to List<EObject>
00:32:36 [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] 
00:32:36 	List<EObject> afterRedoChildren = new ArrayList<EObject>((List<EObject>) container.eGet(containingFeature, true));
00:32:36 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:36 Type safety: Unchecked cast from Object to List<EObject>
00:32:36 [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] 
00:32:36 	Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId()));
00:32:36 	                                     ^^^^^^^^^^^^^^^^
00:32:36 The type AdviceComparator is deprecated
00:32:36 [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] 
00:32:36 	Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId()));
00:32:36 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:36 The constructor AdviceComparator(IElementType, String) is deprecated
00:32:36 [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] 
00:32:36 	@SuppressWarnings("restriction")
00:32:36 	                  ^^^^^^^^^^^^^
00:32:36 Unnecessary @SuppressWarnings("restriction")
00:32:36 8 problems (8 warnings)
00:32:36 [INFO] 
00:32:36 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [INFO] 
00:32:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [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
00:32:36 [INFO] 
00:32:36 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 304 were skipped
00:32:36 [INFO] 
00:32:36 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [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
00:32:36 [INFO] 
00:32:36 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [INFO] 
00:32:36 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [INFO] Skipping tests
00:32:36 [INFO] 
00:32:36 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.tests ---
00:32:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:36 [INFO] 
00:32:36 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.tests.releng >--
00:32:36 [INFO] Building org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT [106/175]
00:32:36 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/pom.xml
00:32:36 [INFO] --------------------------------[ pom ]---------------------------------
00:32:36 [INFO] 
00:32:36 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.tests.releng ---
00:32:36 [INFO] 
00:32:36 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.tests.releng ---
00:32: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/infra/properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:36 [INFO] 
00:32:36 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.properties.tests.releng ---
00:32:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:36 [INFO] 
00:32:36 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests >--
00:32:36 [INFO] Building org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT [107/175]
00:32:36 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml
00:32:36 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:36 [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
00:32:37 [INFO] 
00:32:37 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:37 [INFO] 
00:32:37 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:37 [INFO] The project's OSGi version is 3.0.0.202405060428
00:32:37 [INFO] 
00:32:37 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:37 [INFO] 
00:32:37 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:37 [INFO] 
00:32:37 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:37 [INFO] 
00:32:37 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:37 [INFO] Resolving class path of org.eclipse.papyrus.infra.properties.ui.tests
00:32:38 [INFO] 
00:32:38 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32: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/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:38 [INFO] 
00:32:38 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [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
00:32:38 [INFO] 
00:32:38 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [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
00:32:38 [INFO] 
00:32:38 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [INFO] 
00:32:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [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
00:32:38 [INFO] 
00:32:38 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:32:38 [INFO] 
00:32:38 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [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
00:32:38 [INFO] 
00:32:38 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [INFO] 
00:32:38 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [INFO] Skipping tests
00:32:38 [INFO] 
00:32:38 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.properties.ui.tests ---
00:32:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:38 [INFO] 
00:32:38 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests >--
00:32:38 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT [108/175]
00:32:38 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml
00:32:38 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:38 [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
00:32:39 [INFO] 
00:32:39 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:39 [INFO] 
00:32:39 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:39 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:39 [INFO] 
00:32:39 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:39 [INFO] 
00:32:39 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:39 [INFO] 
00:32:39 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:39 [INFO] 
00:32:39 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:39 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.menu.tests
00:32:40 [INFO] 
00:32:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32: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/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:40 [INFO] 
00:32:40 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [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
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [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
00:32:40 [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] 
00:32:40 	Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) noteNode));
00:32:40 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:40 The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
00:32:40 [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] 
00:32:40 	Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) orphanNode));
00:32:40 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:40 The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
00:32:40 [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] 
00:32:40 	Assert.assertTrue(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) semanticNode));
00:32:40 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:40 The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated
00:32:40 3 problems (3 warnings)
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [INFO] 
00:32:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [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
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [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
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [INFO] Skipping tests
00:32:40 [INFO] 
00:32:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests ---
00:32:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:40 [INFO] 
00:32:40 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.tests.releng >--
00:32:40 [INFO] Building org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT [109/175]
00:32:40 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/pom.xml
00:32:40 [INFO] --------------------------------[ pom ]---------------------------------
00:32:40 [INFO] 
00:32:40 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
00:32:40 [INFO] 
00:32:40 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
00: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/infra/viewpoints/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:40 [INFO] 
00:32:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.tests.releng ---
00:32:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:40 [INFO] 
00:32:40 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests >--
00:32:40 [INFO] Building org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT [110/175]
00:32:40 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml
00:32:40 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:40 [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
00:32:40 [INFO] 
00:32:40 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:40 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:40 [INFO] 
00:32:40 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:40 [INFO] 
00:32:40 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:40 [INFO] Resolving class path of org.eclipse.papyrus.infra.viewpoints.policy.tests
00:32:41 [INFO] 
00:32:41 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32: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/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:41 [INFO] 
00:32:41 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:41 [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
00:32:41 [INFO] 
00:32:41 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:41 [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
00:32:42 [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] 
00:32:42 	private static PolicyChecker policyToRestore;
00:32:42 	                             ^^^^^^^^^^^^^^^
00:32:42 The value of the field ViewPrototypeTest.policyToRestore is not used
00:32:42 [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] 
00:32:42 	import org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.RepresentationDependencyAdvice;
00:32:42 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:42 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.202405050300/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202405050300.jar')
00:32:42 [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] 
00:32:42 	IEditHelperAdvice advice = new RepresentationDependencyAdvice();
00:32:42 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:42 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.202405050300/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202405050300.jar')
00:32:42 [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] 
00:32:42 	IEditHelperAdvice advice = new RepresentationDependencyAdvice();
00:32:42 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:42 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.202405050300/org.eclipse.papyrus.infra.viewpoints.policy-4.0.100.202405050300.jar')
00:32:42 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)
00:32:42 	@SuppressWarnings("nls")
00:32:42 	                  ^^^^^
00:32:42 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:42 [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] 
00:32:42 	MergedArchitectureDomain mergedArchitectureDomain = new MergedArchitectureDomain();
00:32:42 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:42 The constructor MergedArchitectureDomain() has been deprecated since version 3.1 and marked for removal
00:32:42 [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] 
00:32:42 	mergedArchitectureDomain.merge(architectureDomain);
00:32:42 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:42 The method merge(ArchitectureDomain) from the type MergedArchitectureDomain has been deprecated since version 3.1 and marked for removal
00:32:42 7 problems (0 errors, 6 warnings, 1 info)
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:42 [INFO] 
00:32:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:42 [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
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:42 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:42 [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
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:42 [INFO] Skipping tests
00:32:42 [INFO] 
00:32:42 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.policy.tests ---
00:32:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:42 [INFO] 
00:32:42 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests >---
00:32:42 [INFO] Building org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT  [111/175]
00:32:42 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml
00:32:42 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:42 [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
00:32:42 [INFO] 
00:32:42 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:42 [INFO] The project's OSGi version is 2.2.0.202405060428
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:42 [INFO] 
00:32:42 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:42 [INFO] 
00:32:42 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:42 [INFO] Resolving class path of org.eclipse.papyrus.infra.tools.tests
00:32:44 [INFO] 
00:32:44 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tools.tests ---
00:32: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/infra/org.eclipse.papyrus.infra.tools.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:44 [INFO] 
00:32:44 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [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
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [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
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture, instanceOf(getFixtureType()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(observable, instanceOf(getFixtureType()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(observable, instanceOf(getFixtureType()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(observable, instanceOf(getFixtureType()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(observable, instanceOf(IObserving.class));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(counter.count(), is(1));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(observing.getObserved(), notNullValue());
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(observing.getObserved(), is(((IObserving) delegate).getObserved()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(counter.count(), is(1));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(counter.count(), is(1)); // Wasn't listening for second change
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isStale(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isStale(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(staleEvent.getObservable(), sameInstance((IObservable) fixture));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(l.count, is(1));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(counter.count, is(1)); // Dispose is idempotent
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegator().getDelegate(), nullValue());
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegate.isDisposed(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(counter.count(), is(1));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isDisposed(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isDisposed(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.getRealm(), is(realm));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Realm, Matcher<? super Realm>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture, equalTo(delegate));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.hashCode(), is(delegate.hashCode()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(redelegator, notNullValue());
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat((Object) redelegator.getClass(), sameInstance((Object) fixture.getClass()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(redelegator, not(sameInstance((IObservable) fixture)));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(((IDelegatingObservable) redelegator).getDelegate(), sameInstance((IObservable) fixture));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("delegate", createDelegate());
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, T) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("fixture", DelegatingObservable.wrap(delegate));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, IObservable) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(event.getObservable(), sameInstance(expectedSource));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(event.getObservable(), sameInstance(expectedSource));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(IObservable, Matcher<? super IObservable>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	public abstract class DelegatingObservableSetTest extends DelegatingObservableCollectionTest<IObservableSet> {
00:32:44 	                                                                                             ^^^^^^^^^^^^^^
00:32:44 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	class SetListener implements ISetChangeListener {
00:32:44 	                             ^^^^^^^^^^^^^^^^^^
00:32:44 ISetChangeListener is a raw type. References to generic type ISetChangeListener<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	SetDiff diff;
00:32:44 	^^^^^^^
00:32:44 SetDiff is a raw type. References to generic type SetDiff<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	public void handleSetChange(SetChangeEvent event) {
00:32:44 	                            ^^^^^^^^^^^^^^
00:32:44 SetChangeEvent is a raw type. References to generic type SetChangeEvent<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	fixture.addSetChangeListener(l);
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method addSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	fixture.removeSetChangeListener(l);
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method removeSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	protected Class<? extends IObservableSet> getDelegateType() {
00:32:44 	                          ^^^^^^^^^^^^^^
00:32:44 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableSet createDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^
00:32:44 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
00:32:44 	           ^^^^^^^^^^^
00:32:44 WritableSet is a raw type. References to generic type WritableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	private IObservableValue master;
00:32:44 	        ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	protected Class<? extends IObservableSet> getDelegateType() {
00:32:44 	                          ^^^^^^^^^^^^^^
00:32:44 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("set", new SetOfStrings());
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, DelegatingObservableSetTest.ObservingTest.SetOfStrings) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
00:32:44 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class)));
00:32:44 	                                                            ^^^^^^^^^^^^^
00:32:44 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableSet createDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^
00:32:44 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	Class beanClass = null;
00:32:44 	^^^^^
00:32:44 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	beanClass = (Class) master.getValueType();
00:32:44 	             ^^^^^
00:32:44 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: Unchecked invocation set(Class, String, Class<String>) of the generic method set(Class<S>, String, Class<E>) of type BeanProperties
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method observeDetail(IObservableValue) belongs to the raw type ISetProperty. References to generic type ISetProperty<S,E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.set(beanClass, "strings", String.class).observeDetail(master);
00:32:44 	                          ^^^^^^^^^
00:32:44 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableSet createNonObservingDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^
00:32:44 IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableSet(realm, Collections.EMPTY_SET, String.class);
00:32:44 	           ^^^^^^^^^^^
00:32:44 WritableSet is a raw type. References to generic type WritableSet<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	public abstract class DelegatingObservableListTest extends DelegatingObservableCollectionTest<IObservableList> {
00:32:44 	                                                                                              ^^^^^^^^^^^^^^^
00:32:44 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	class ListListener implements IListChangeListener {
00:32:44 	                              ^^^^^^^^^^^^^^^^^^^
00:32:44 IListChangeListener is a raw type. References to generic type IListChangeListener<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	ListDiff diff;
00:32:44 	^^^^^^^^
00:32:44 ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	for (ListDiffEntry next : diff.getDifferences()) {
00:32:44 	     ^^^^^^^^^^^^^
00:32:44 ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	public void handleListChange(ListChangeEvent event) {
00:32:44 	                             ^^^^^^^^^^^^^^^
00:32:44 ListChangeEvent is a raw type. References to generic type ListChangeEvent<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	fixture.addListChangeListener(l);
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method addListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	fixture.removeListChangeListener(l);
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method removeListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	fixture.addAll(1, newNames);
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method addAll(int, Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.set(2, "Colleen"), is((Object) "Cathy"));
00:32:44 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method set(int, Object) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	protected Class<? extends IObservableList> getDelegateType() {
00:32:44 	                          ^^^^^^^^^^^^^^^
00:32:44 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableList createDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^^
00:32:44 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableList(realm, Lists.newArrayList(), String.class);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableList(realm, Lists.newArrayList(), String.class);
00:32:44 	           ^^^^^^^^^^^^
00:32:44 WritableList is a raw type. References to generic type WritableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	private IObservableValue master;
00:32:44 	        ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	protected Class<? extends IObservableList> getDelegateType() {
00:32:44 	                          ^^^^^^^^^^^^^^^
00:32:44 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("list", new ListOfNames());
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, DelegatingObservableListTest.ObservingTest.ListOfNames) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
00:32:44 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class)));
00:32:44 	                                                            ^^^^^^^^^^^^^
00:32:44 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, ImmutableList<String>) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableList createDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^^
00:32:44 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	Class beanClass = null;
00:32:44 	^^^^^
00:32:44 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	beanClass = (Class) master.getValueType();
00:32:44 	             ^^^^^
00:32:44 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: Unchecked invocation list(Class, String, Class<String>) of the generic method list(Class<S>, String, Class<E>) of type BeanProperties
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method observeDetail(IObservableValue) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.list(beanClass, "names", String.class).observeDetail(master);
00:32:44 	                           ^^^^^^^^^
00:32:44 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableList createNonObservingDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^^
00:32:44 IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableList(realm, Lists.newArrayList(), String.class);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableList(realm, Lists.newArrayList(), String.class);
00:32:44 	           ^^^^^^^^^^^^
00:32:44 WritableList is a raw type. References to generic type WritableList<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	public abstract class DelegatingObservableValueTest extends DelegatingObservableTest<IObservableValue> {
00:32:44 	                                                                                     ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	class TestListener implements IValueChangeListener {
00:32:44 	                              ^^^^^^^^^^^^^^^^^^^^
00:32:44 IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	public void handleValueChange(ValueChangeEvent event) {
00:32:44 	                              ^^^^^^^^^^^^^^^^
00:32:44 ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	fixture.addValueChangeListener(l);
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	fixture.removeValueChangeListener(l);
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	fixture.setValue(valueToSet);
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	protected Class<? extends IObservableValue> getDelegateType() {
00:32:44 	                          ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("bean", new Bean("Alice"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("expectedValue", bean);
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valueToSet", new Bean("Bert"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableValue createDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableValue(realm, bean, Bean.class);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableValue(realm, bean, Bean.class);
00:32:44 	           ^^^^^^^^^^^^^
00:32:44 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	private IObservableValue master;
00:32:44 	        ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	protected Class<? extends IObservableValue> getDelegateType() {
00:32:44 	                          ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("bean", new Bean("Alice"));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
00:32:44 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class)));
00:32:44 	                                                            ^^^^^^^^^^^^^
00:32:44 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("expectedValue", "Alice");
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	houseKeeper.setField("valueToSet", "Bert");
00:32:44 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableValue createDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	Class beanClass = null;
00:32:44 	^^^^^
00:32:44 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	beanClass = (Class) master.getValueType();
00:32:44 	             ^^^^^
00:32:44 Class is a raw type. References to generic type Class<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: Unchecked invocation value(Class, String, Class<String>) of the generic method value(Class<S>, String, Class<T>) of type BeanProperties
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return BeanProperties.value(beanClass, "name", String.class).observeDetail(master);
00:32:44 	                            ^^^^^^^^^
00:32:44 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
00:32:44 [WARNING] /home/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] 
00:32:44 	protected IObservableValue createNonObservingDelegate() {
00:32:44 	          ^^^^^^^^^^^^^^^^
00:32:44 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableValue(realm, bean, Bean.class);
00:32:44 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	return new WritableValue(realm, bean, Bean.class);
00:32:44 	           ^^^^^^^^^^^^^
00:32:44 WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isDisposed(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isDisposed(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isDisposed(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isDisposed(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.next(), is("a"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.next(), is("b"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.next(), is("c"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.hasNext(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.next(), is("a"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.next(), is("b"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.next(), is("c"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.hasNext(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.previous(), is("c"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.previous(), is("b"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.previous(), is("d"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.previous(), is("a"));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(iter.hasPrevious(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(added, hasItem(element));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(List<E>, Matcher<? super List<E>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(removed, hasItem(element));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(List<E>, Matcher<? super List<E>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(b.isDisposed(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(b.isDisposed(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(c.isDisposed(), is(false)); // The list still has it
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(c.isDisposed(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(a.isDisposed(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(b.isDisposed(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(c.isDisposed(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(a.isDisposed(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(b.isDisposed(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(c.isDisposed(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	public abstract class DelegatingObservableCollectionTest<T extends IObservableCollection> extends DelegatingObservableTest<T> {
00:32:44 	                                                                   ^^^^^^^^^^^^^^^^^^^^^
00:32:44 IObservableCollection is a raw type. References to generic type IObservableCollection<E> should be parameterized
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.size(), is(delegate.size()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.size(), is(delegate.size()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.size(), is(delegate.size()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.size(), is(0));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.size(), is(0));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isEmpty(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isEmpty(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.isEmpty(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.contains(o), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.contains(o), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.contains(o), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.iterator().hasNext(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(ImmutableList.copyOf(iterator(fixture)), is(ImmutableList.copyOf(iterator(delegate))));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(ImmutableList<capture#1-of ?>, Matcher<? super ImmutableList<capture#1-of ?>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.iterator().hasNext(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.toArray().length, is(0));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.toArray(), isArray(delegate.toArray()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.toArray().length, is(0));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.toArray(newArray()).length, is(0));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(actual.length, is(valuesToAdd.size()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(actual, isArray(delegate.toArray(newArray())));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Object[], Matcher<? super Object[]>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.toArray(newArray()).length, is(0));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegateCollection(), hasItem(o));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegateCollection(), not(hasItem(o)));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.containsAll(valuesToAdd), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegateCollection(), hasItems(valuesToAdd.toArray()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegateCollection(), hasItems(valuesToRemove.toArray()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegateCollection(), not(hasItem(in(valuesToRemove))));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegateCollection(), hasItems(valuesToRemove.toArray()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Collection<Object>, Matcher<? super Collection<Object>>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegate.size(), is(valuesToRemove.size())); // Nothing else
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegate.isEmpty(), is(false));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(delegate.isEmpty(), is(true));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.getElementType(), is((Object) getDelegateElementType()));
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	assertThat(fixture.getElementType(), nullValue());
00:32:44 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:44 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:44 [WARNING] /home/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] 
00:32:44 	Iterator<?> iterator(IObservableCollection c) {
00:32:44 	                     ^^^^^^^^^^^^^^^^^^^^^
00:32:44 IObservableCollection is a raw type. References to generic type IObservableCollection<E> should be parameterized
00:32:44 186 problems (186 warnings)
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [INFO] 
00:32:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [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
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [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
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [INFO] Skipping tests
00:32:44 [INFO] 
00:32:44 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.tools.tests ---
00:32:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:44 [INFO] 
00:32:44 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.tests.releng >--
00:32:44 [INFO] Building org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT [112/175]
00:32:44 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/pom.xml
00:32:44 [INFO] --------------------------------[ pom ]---------------------------------
00:32:44 [INFO] 
00:32:44 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.tests.releng ---
00:32:44 [INFO] 
00:32:44 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.tests.releng ---
00: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/tests/junit/plugins/infra/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:44 [INFO] 
00:32:44 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.editor.tests.releng ---
00:32:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:44 [INFO] 
00:32:44 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests >--
00:32:44 [INFO] Building org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT [113/175]
00:32:44 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml
00:32:44 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:44 [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
00:32:44 [INFO] 
00:32:44 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:44 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:44 [INFO] 
00:32:44 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:44 [INFO] 
00:32:44 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:44 [INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome.tests
00:32:45 [INFO] 
00:32:45 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32: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/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:45 [INFO] 
00:32:45 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:45 [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
00:32:45 [INFO] 
00:32:45 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:45 [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
00:32:46 [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] 
00:32:46 	import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper;
00:32:46 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 The type TransactionHelper is deprecated
00:32:46 [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] 
00:32:46 	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.LanguageObservable;
00:32:46 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElement;
00:32:46 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElementFactory;
00:32:46 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory;
00:32:46 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.ui-3.5.100.202405050300.jar')
00:32:46 [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] 
00:32:46 	* Test cases for the {@link WelcomeModelElement} and its properties.
00:32:46 	                            ^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	private WelcomeModelElement fixture;
00:32:46 	        ^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
00:32:46 	                ^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
00:32:46 	                                                                 ^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	LanguageObservable lang = languages.get(0);
00:32:46 	^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	assertThat(lang.getName().getValue().toUpperCase(), is("UML"));
00:32:46 	                ^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	assertThat(lang.getVersion().getValue().compareTo(new Version("2.5")), not(lessThan(0)));
00:32:46 	                ^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
00:32:46 	                ^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	IObservableList<LanguageObservable> languages = (IObservableList<LanguageObservable>) fixture.getObservable("languages");
00:32:46 	                                                                 ^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	LanguageObservable lang = languages.get(0);
00:32:46 	^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:46 	           ^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:46 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:46 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	TransactionHelper.run(editor.getEditingDomain(), () -> {
00:32:46 	^^^^^^^^^^^^^^^^^
00:32:46 The type TransactionHelper is deprecated
00:32:46 [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] 
00:32:46 	TransactionHelper.run(editor.getEditingDomain(), () -> {
00:32:46 				new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
00:32:46 			});
00:32:46 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated
00:32:46 [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] 
00:32:46 	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
00:32:46 	    ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.ui-3.5.100.202405050300.jar')
00:32:46 [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] 
00:32:46 	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
00:32:46 	    ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.ui-3.5.100.202405050300.jar')
00:32:46 [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] 
00:32:46 	new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute();
00:32:46 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.ui-3.5.100.202405050300.jar')
00:32:46 [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] 
00:32:46 	import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage;
00:32:46 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	WelcomePage welcome = getWelcomePage();
00:32:46 	^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	WelcomePage page = getWelcomePage();
00:32:46 	^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	WelcomePage page = getWelcomePage();
00:32:46 	^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	WelcomePage page = getWelcomePage();
00:32:46 	^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage;
00:32:46 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	protected WelcomePage getWelcomePage() {
00:32:46 	          ^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	WelcomePage[] result = { null };
00:32:46 	^^^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class);
00:32:46 	^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class);
00:32:46 	                                                      ^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	protected boolean isActivePage(WelcomePage page) {
00:32:46 	                               ^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 [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] 
00:32:46 	return (activePage != null) && (PlatformHelper.getAdapter(activePage, WelcomePage.class) == page);
00:32:46 	                                                                      ^^^^^^^^^^^
00:32:46 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.202405050300/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202405050300.jar')
00:32:46 35 problems (35 warnings)
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:46 [INFO] 
00:32:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:46 [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
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:46 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:46 [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
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:46 [INFO] Skipping tests
00:32:46 [INFO] 
00:32:46 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.editor.welcome.tests ---
00:32:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:46 [INFO] 
00:32:46 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests >--
00:32:46 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT [114/175]
00:32:46 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml
00:32:46 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:46 [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
00:32:46 [INFO] 
00:32:46 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:46 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:46 [INFO] 
00:32:46 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:46 [INFO] 
00:32:46 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:46 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.welcome.tests
00:32:47 [INFO] 
00:32:47 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00: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/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:47 [INFO] 
00:32:47 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:47 [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
00:32:47 [INFO] 
00:32:47 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:47 [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
00:32:48 [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] 
00:32:48 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable;
00:32:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement;
00:32:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory;
00:32:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	* Test cases for the {@link WelcomeModelElement} and its properties.
00:32:48 	                            ^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	private WelcomeModelElement fixture;
00:32:48 	        ^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> views = getNotationViews();
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	.map(NotationObservable::getView)
00:32:48 	     ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	.map(NotationObservable::getView)
00:32:48 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	.map(NotationObservable::getContext)
00:32:48 	     ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	.map(NotationObservable::getContext)
00:32:48 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> views = getNotationViews();
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	NotationObservable toBeDeleted = getView(views, "use cases");
00:32:48 	^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
00:32:48 	                             ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	EcoreUtil.delete(toBeDeleted.getView().getValue(), true);
00:32:48 	                             ^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> views = getNotationViews();
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	NotationObservable[] created = { null };
00:32:48 	^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
00:32:48 	                             ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) {
00:32:48 	                                                                          ^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> views = getNotationViews();
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	NotationObservable[] obs = { null };
00:32:48 	^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	for (ListDiffEntry<? extends NotationObservable> next : event.diff.getDifferences()) {
00:32:48 	                             ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) {
00:32:48 	                                                                          ^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:48 	           ^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:48 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:48 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> getNotationViews() {
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
00:32:48 	                                                              ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	NotationObservable getView(Collection<? extends NotationObservable> views, String name) {
00:32:48 	^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	NotationObservable getView(Collection<? extends NotationObservable> views, String name) {
00:32:48 	                                                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	.filter(d -> name.equals(getName(d.getView().getValue())))
00:32:48 	                                   ^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable;
00:32:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservableProperty;
00:32:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement;
00:32:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory;
00:32:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	* Test cases for the {@link NotationObservableProperty} class specifically.
00:32:48 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	private WelcomeModelElement fixture;
00:32:48 	        ^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> views = getNotationViews();
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> views = getNotationViews();
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:48 	           ^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:48 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource(
00:32:48 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> getNotationViews() {
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
00:32:48 	                ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 [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] 
00:32:48 	IObservableList<NotationObservable> result = (IObservableList<NotationObservable>) fixture.getObservable("views");
00:32:48 	                                                              ^^^^^^^^^^^^^^^^^^
00:32:48 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202405050300.jar')
00:32:48 45 problems (45 warnings)
00:32:48 [INFO] 
00:32:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:48 [INFO] 
00:32:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:48 [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
00:32:48 [INFO] 
00:32:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 301 were skipped
00:32:48 [INFO] 
00:32:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:48 [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
00:32:48 [INFO] 
00:32:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:48 [INFO] 
00:32:48 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:48 [INFO] Skipping tests
00:32:48 [INFO] 
00:32:48 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests ---
00:32:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:48 [INFO] 
00:32:48 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests >--
00:32:48 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT [115/175]
00:32:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml
00:32:48 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:48 [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
00:32:49 [INFO] 
00:32:49 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:49 [INFO] 
00:32:49 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:49 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:49 [INFO] 
00:32:49 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:49 [INFO] 
00:32:49 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:49 [INFO] 
00:32:49 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:49 [INFO] 
00:32:49 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:49 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.commands.tests
00:32:50 [INFO] 
00:32:50 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32: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/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:50 [INFO] 
00:32:50 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00: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.commands.tests/src/main/resources
00:32:50 [INFO] 
00:32:50 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:50 [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
00:32:50 [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] 
00:32:50 	fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
00:32:50 	                                             ^^^^^^^^^^^^^^^^^^^^^^^
00:32:50 The type CheckedOperationHistory is deprecated
00:32:50 [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] 
00:32:50 	fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
00:32:50 	                                                                     ^^^^^^^^^^^^^
00:32:50 The method getInstance() from the type CheckedOperationHistory is deprecated
00:32:50 [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] 
00:32:50 	for (Iterator<C> iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) {
00:32:50 	                        ^^^^^^^^^^^^^^^^^^^
00:32:50 The type CommandTreeIterator<C> is deprecated
00:32:50 [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] 
00:32:50 	for (Iterator<C> iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) {
00:32:50 	                                            ^^^^^^^^^^^^^^^^^^^^^^
00:32:50 The method iterate(Object, Class<C>) from the type CommandTreeIterator is deprecated
00:32:50 [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] 
00:32:50 	for (Iterator<?> iter = CommandTreeIterator.iterate(command); iter.hasNext();) {
00:32:50 	                        ^^^^^^^^^^^^^^^^^^^
00:32:50 The type CommandTreeIterator<C> is deprecated
00:32:50 [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] 
00:32:50 	for (Iterator<?> iter = CommandTreeIterator.iterate(command); iter.hasNext();) {
00:32:50 	                                            ^^^^^^^^^^^^^^^^
00:32:50 The method iterate(Object) from the type CommandTreeIterator is deprecated
00:32:50 [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] 
00:32:50 	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
00:32:50 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:50 The type NestingNotifyingWorkspaceCommandStack is deprecated
00:32:50 [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] 
00:32:50 	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
00:32:50 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:50 The constructor NestingNotifyingWorkspaceCommandStack(IOperationHistory) is deprecated
00:32:50 [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] 
00:32:50 	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
00:32:50 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
00:32:50 The type CheckedOperationHistory is deprecated
00:32:50 [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] 
00:32:50 	fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance());
00:32:50 	                                                                            ^^^^^^^^^^^^^
00:32:50 The method getInstance() from the type CheckedOperationHistory is deprecated
00:32:50 10 problems (10 warnings)
00:32:50 [INFO] 
00:32:50 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:50 [INFO] 
00:32:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00: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.commands.tests/src/test/resources
00:32:50 [INFO] 
00:32:50 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:50 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 325 were skipped
00:32:50 [INFO] 
00:32:50 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:50 [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
00:32:50 [INFO] 
00:32:50 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:50 [INFO] 
00:32:50 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:50 [INFO] Skipping tests
00:32:50 [INFO] 
00:32:50 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests ---
00:32:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:50 [INFO] 
00:32:50 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests >----
00:32:50 [INFO] Building org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT    [116/175]
00:32:50 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml
00:32:50 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:50 [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
00:32:51 [INFO] 
00:32:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:51 [INFO] 
00:32:51 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:51 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:51 [INFO] 
00:32:51 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:51 [INFO] 
00:32:51 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:51 [INFO] 
00:32:51 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:51 [INFO] 
00:32:51 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:51 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.tests
00:32:52 [INFO] 
00:32:52 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests ---
00:32: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/emf/org.eclipse.papyrus.infra.emf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:52 [INFO] 
00:32:52 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [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
00:32:52 [INFO] 
00:32:52 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [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
00:32:52 [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] 
00:32:52 	@SuppressWarnings("unchecked")
00:32:52 	                  ^^^^^^^^^^^
00:32:52 Unnecessary @SuppressWarnings("unchecked")
00:32:52 [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] 
00:32:52 	import org.eclipse.papyrus.infra.emf.internal.resource.AbstractCrossReferenceIndex;
00:32:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	.map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource())))
00:32:52 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	.map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource())))
00:32:52 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	import org.eclipse.papyrus.infra.emf.internal.resource.index.IIndexManagerListener;
00:32:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	import org.eclipse.papyrus.infra.emf.internal.resource.index.IndexManager;
00:32:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	import org.eclipse.papyrus.infra.emf.internal.resource.index.InternalModelIndex;
00:32:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	private IndexManager manager;
00:32:52 	        ^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	IndexManager.getInstance().pause();
00:32:52 	^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	IndexManager.getInstance().pause();
00:32:52 	             ^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	IndexManager.getInstance().pause();
00:32:52 	                           ^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	manager = new IndexManager() {
00:32:52 	              ^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	manager = new IndexManager() {
00:32:52 	              ^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	protected Map<QualifiedName, InternalModelIndex> loadIndices() {
00:32:52 	                             ^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture);
00:32:52 	                                        ^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture);
00:32:52 	                                                        ^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	manager.startManager();
00:32:52 	        ^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	manager.dispose();
00:32:52 	        ^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	IndexManager.getInstance().resume();
00:32:52 	^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	IndexManager.getInstance().resume();
00:32:52 	             ^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	IndexManager.getInstance().resume();
00:32:52 	                           ^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	Job getJobWrangler(IndexManager indexManager) {
00:32:52 	                   ^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	IIndexManagerListener[] listener = { null };
00:32:52 	^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	listener[0] = IIndexManagerListener.startingAdapter(__ -> {
00:32:52 	              ^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	listener[0] = IIndexManagerListener.startingAdapter(__ -> {
00:32:52 	                                    ^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	manager.removeIndexManagerListener(listener[0]);
00:32:52 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	manager.addIndexManagerListener(listener[0]);
00:32:52 	        ^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	import org.eclipse.papyrus.infra.emf.internal.resource.CrossReferenceIndex;
00:32:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	import org.eclipse.papyrus.infra.emf.internal.resource.OnDemandCrossReferenceIndex;
00:32:52 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	indexFunction = OnDemandCrossReferenceIndex::new;
00:32:52 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	indexFunction = OnDemandCrossReferenceIndex::new;
00:32:52 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	indexFunction = __ -> CrossReferenceIndex.getInstance();
00:32:52 	                      ^^^^^^^^^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	indexFunction = __ -> CrossReferenceIndex.getInstance();
00:32:52 	                                          ^^^^^^^^^^^
00:32:52 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.202405050300/org.eclipse.papyrus.infra.emf-4.4.0.202405050300.jar')
00:32:52 [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] 
00:32:52 	readOnlyHandlerAdapterFactory = (IAdapterFactory) Platform.getBundle("org.eclipse.papyrus.infra.emf.readonly").loadClass("org.eclipse.papyrus.infra.emf.readonly.ReadOnlyAdapterFactory").newInstance();
00:32:52 	                                                                                                                                                                                          ^^^^^^^^^^^^^
00:32:52 The method newInstance() from the type Class<capture#1-of ?> is deprecated since version 9
00:32:52 34 problems (34 warnings)
00:32:52 [INFO] 
00:32:52 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [INFO] 
00:32:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [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
00:32:52 [INFO] 
00:32:52 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:32:52 [INFO] 
00:32:52 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [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
00:32:52 [INFO] 
00:32:52 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [INFO] 
00:32:52 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [INFO] Skipping tests
00:32:52 [INFO] 
00:32:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.tests ---
00:32:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:52 [INFO] 
00:32:52 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng >--
00:32:52 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT [117/175]
00:32:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/pom.xml
00:32:52 [INFO] --------------------------------[ pom ]---------------------------------
00:32:52 [INFO] 
00:32:52 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
00:32:52 [INFO] 
00:32:52 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
00:32: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/gmfdiag/assistant/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:52 [INFO] 
00:32:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng ---
00:32:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:52 [INFO] 
00:32:52 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests >--
00:32:52 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT [118/175]
00:32:52 [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
00:32:52 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:32:52 [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
00:32:53 [INFO] 
00:32:53 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:53 [INFO] 
00:32:53 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:53 [INFO] The project's OSGi version is 2.1.0.202405060428
00:32:53 [INFO] 
00:32:53 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:53 [INFO] 
00:32:53 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:53 [INFO] 
00:32:53 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:53 [INFO] 
00:32:53 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:53 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.assistant.tests
00:32:54 [INFO] 
00:32:54 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32: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/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:54 [INFO] 
00:32:54 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [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
00:32:54 [INFO] 
00:32:54 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [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
00:32:54 [INFO] 
00:32:54 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [INFO] 
00:32:54 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [INFO] 
00:32:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [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
00:32:54 [INFO] 
00:32:54 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [INFO] 
00:32:54 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 323 were skipped
00:32:54 [INFO] 
00:32:54 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [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
00:32:54 [INFO] 
00:32:54 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [INFO] 
00:32:54 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests ---
00:32:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:54 [INFO] 
00:32:54 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests >--
00:32:54 [INFO] Building org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT [119/175]
00:32:54 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml
00:32:54 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:54 [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
00:32:55 [INFO] 
00:32:55 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:55 [INFO] 
00:32:55 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:55 [INFO] The project's OSGi version is 4.0.0.202405060428
00:32:55 [INFO] 
00:32:55 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:55 [INFO] 
00:32:55 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:55 [INFO] 
00:32:55 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:55 [INFO] 
00:32:55 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:55 [INFO] Resolving class path of org.eclipse.papyrus.infra.types.ui.tests
00:32:56 [INFO] 
00:32:56 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:56 [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
00:32:56 [INFO] 
00:32:56 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:56 [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
00:32:56 [INFO] 
00:32:56 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:56 [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
00:32:57 [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] 
00:32:57 	import org.eclipse.papyrus.infra.types.core.internal.ui.handlers.RuleRefactoringHandler.OperationKind;
00:32:57 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	public final AnnotationRule<OperationKind> refactoringKind = AnnotationRule.create(Refactoring.class, null);
00:32:57 	                            ^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.NEGATE)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.NEGATE)
00:32:57 	                           ^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.NEGATE)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.NEGATE)
00:32:57 	                           ^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.NEGATE)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.NEGATE)
00:32:57 	                           ^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.ADD_TO_AND)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.ADD_TO_AND)
00:32:57 	                           ^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.ADD_TO_AND)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.ADD_TO_AND)
00:32:57 	                           ^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.ADD_TO_OR)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.ADD_TO_OR)
00:32:57 	                           ^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.ADD_TO_OR)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.ADD_TO_OR)
00:32:57 	                           ^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	                           ^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	                           ^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	                           ^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	                           ^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	@Refactoring(OperationKind.PULL_UP_OPERAND)
00:32:57 	                           ^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	case NEGATE:
00:32:57 	     ^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	case ADD_TO_AND:
00:32:57 	     ^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	case ADD_TO_OR:
00:32:57 	     ^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	case PULL_UP_OPERAND:
00:32:57 	     ^^^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 [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] 
00:32:57 	OperationKind value();
00:32:57 	^^^^^^^^^^^^^
00:32:57 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.202405050300/org.eclipse.papyrus.infra.types.ui-4.0.0.202405050300.jar')
00:32:57 31 problems (31 warnings)
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:57 [INFO] 
00:32:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:57 [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
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:57 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 308 were skipped
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:57 [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
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:57 [INFO] Skipping tests
00:32:57 [INFO] 
00:32:57 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.types.ui.tests ---
00:32:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:57 [INFO] 
00:32:57 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests >--
00:32:57 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT [120/175]
00:32:57 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml
00:32:57 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:57 [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
00:32:57 [INFO] 
00:32:57 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:57 [INFO] The project's OSGi version is 4.1.0.202405060428
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:57 [INFO] 
00:32:57 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:57 [INFO] 
00:32:57 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:57 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.common.tests
00:32:58 [INFO] 
00:32:58 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00: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.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:58 [INFO] 
00:32:58 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00: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.common.tests/src/main/resources
00:32:58 [INFO] 
00:32:58 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:58 [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
00:32:59 [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] 
00:32:59 	assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat(copy.getName(), containsString(myClass.getName()));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat(typeNamesLikeMyClass.size(), is(2));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat(command.canExecute(), is(true));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat(related, notNullValue());
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(Property, Matcher<? super Property>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	Assert.assertThat(typeNamesLikeMyClass.size(), is(2));
00:32:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:32:59 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)
00:32:59 	@SuppressWarnings("nls")
00:32:59 	                  ^^^^^
00:32:59 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:59 [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] 
00:32:59 	assertThat(fixture.getText(diagram), is("classes"));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat(fixture.getText(diagram), is("(Class Diagram of <Package> foo)"));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat(fixture.getText(diagram), is("(Class Diagram of <Package> bar)"));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat("Label provider did not notify", gotEvent[0], is(true));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat("Label provider did not notify", gotEvent[0], is(true));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(String, Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	assertThat(copy.getName(), containsString(myClass.getName()));
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:32:59 [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] 
00:32:59 	import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.DefaultModelingAssistantModelProvider;
00:32:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202405050300.jar')
00:32:59 [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] 
00:32:59 	import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.ModelingAssistantModelRegistry;
00:32:59 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202405050300.jar')
00:32:59 [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] 
00:32:59 	SynchronizableGmfDiagramEditor diagramEditor = (SynchronizableGmfDiagramEditor) editor.getActiveEditor();
00:32:59 	                               ^^^^^^^^^^^^^
00:32:59 The value of the local variable diagramEditor is not used
00:32:59 [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] 
00:32:59 	IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI);
00:32:59 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202405050300.jar')
00:32:59 [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] 
00:32:59 	IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI);
00:32:59 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202405050300.jar')
00:32:59 [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] 
00:32:59 	ModelingAssistantModelRegistry.getInstance().loadModels(result);
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202405050300.jar')
00:32:59 [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] 
00:32:59 	ModelingAssistantModelRegistry.getInstance().loadModels(result);
00:32:59 	                               ^^^^^^^^^^^
00:32:59 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202405050300.jar')
00:32:59 [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] 
00:32:59 	ModelingAssistantModelRegistry.getInstance().loadModels(result);
00:32:59 	                                             ^^^^^^^^^^
00:32:59 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.202405050300/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.100.202405050300.jar')
00:32:59 [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] 
00:32:59 	rv.getStyles().add(ts);
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^
00:32:59 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
00:32:59 [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] 
00:32:59 	rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle());
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
00:32:59 [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] 
00:32:59 	rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle());
00:32:59 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:32:59 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
00:32:59 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)
00:32:59 	@SuppressWarnings("nls")
00:32:59 	                  ^^^^^
00:32:59 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
00:32:59 26 problems (0 errors, 24 warnings, 2 infos)
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:59 [INFO] 
00:32:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00: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.common.tests/src/test/resources
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:59 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 331 were skipped
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:59 [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
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:59 [INFO] Skipping tests
00:32:59 [INFO] 
00:32:59 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.common.tests ---
00:32:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:32:59 [INFO] 
00:32:59 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests >--
00:32:59 [INFO] Building org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT [121/175]
00:32:59 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml
00:32:59 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:32:59 [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
00:32:59 [INFO] 
00:32:59 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:32:59 [INFO] The project's OSGi version is 2.0.0.202405060428
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:32:59 [INFO] 
00:32:59 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:32:59 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.gmf.tests
00:32:59 [INFO] 
00:32:59 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:32: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/emf/org.eclipse.papyrus.infra.emf.gmf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:32:59 [INFO] 
00:32:59 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:32:59 [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
00:32:59 [INFO] 
00:32:59 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:33:00 [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
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:33:00 [INFO] 
00:33:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:33:00 [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
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:33:00 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 124 were skipped
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:33:00 [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
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:33:00 [INFO] Skipping tests
00:33:00 [INFO] 
00:33:00 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.gmf.tests ---
00:33:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:00 [INFO] 
00:33:00 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature >-----
00:33:00 [INFO] Building org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT [122/175]
00:33:00 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml
00:33:00 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:33:00 [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
00:33:00 [INFO] 
00:33:00 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [INFO] The project's OSGi version is 1.2.0.202405060428
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [INFO] 
00:33:00 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [INFO] 
00:33:00 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.feature ---
00:33: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/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:00 [INFO] 
00:33:00 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [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
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 357 were skipped
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [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
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [INFO] 
00:33:00 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [INFO] 
00:33:00 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.feature ---
00:33:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:00 [INFO] 
00:33:00 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.feature >--------
00:33:00 [INFO] Building org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT    [123/175]
00:33:00 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml
00:33:00 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:33:00 [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
00:33:02 [INFO] 
00:33:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [INFO] The project's OSGi version is 2.0.100.202405060428
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [INFO] 
00:33:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [INFO] 
00:33:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.feature ---
00:33: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.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:02 [INFO] 
00:33:02 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [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
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 467 were skipped
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [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
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [INFO] 
00:33:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.feature ---
00:33:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:02 [INFO] 
00:33:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.main.tests >--
00:33:02 [INFO] Building org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT [124/175]
00:33:02 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/emf/expressions/pom.xml
00:33:02 [INFO] --------------------------------[ pom ]---------------------------------
00:33:02 [INFO] 
00:33:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
00:33:02 [INFO] 
00:33:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
00:33: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/infra/emf/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:02 [INFO] 
00:33:02 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.main.tests ---
00:33:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:02 [INFO] 
00:33:02 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests >--
00:33:02 [INFO] Building org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT [125/175]
00:33:02 [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
00:33:02 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:33:02 [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
00:33:02 [INFO] 
00:33:02 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:02 [INFO] The project's OSGi version is 2.0.0.202405060428
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:02 [INFO] 
00:33:02 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:02 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.tests
00:33:02 [INFO] 
00:33:02 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:02 [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
00:33:02 [INFO] 
00:33:02 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:02 [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
00:33:02 [INFO] 
00:33:02 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:03 [INFO] 
00:33:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:03 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 126 were skipped
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:03 [INFO] Skipping tests
00:33:03 [INFO] 
00:33:03 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.tests ---
00:33:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:03 [INFO] 
00:33:03 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature >--
00:33:03 [INFO] Building org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT [126/175]
00:33:03 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml
00:33:03 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [INFO] The project's OSGi version is 1.0.0.202405060428
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [INFO] 
00:33:03 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [INFO] 
00:33:03 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 109 were skipped
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [INFO] 
00:33:03 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature ---
00:33:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:03 [INFO] 
00:33:03 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.main.test >--
00:33:03 [INFO] Building org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT [127/175]
00:33:03 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/pom.xml
00:33:03 [INFO] --------------------------------[ pom ]---------------------------------
00:33:03 [INFO] 
00:33:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.main.test ---
00:33:03 [INFO] 
00:33:03 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.main.test ---
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.internationalization.main.test ---
00:33:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:03 [INFO] 
00:33:03 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests >--
00:33:03 [INFO] Building org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT [128/175]
00:33:03 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml
00:33:03 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:33:03 [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
00:33:03 [INFO] 
00:33:03 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:03 [INFO] The project's OSGi version is 2.0.0.202405060428
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:03 [INFO] 
00:33:03 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:03 [INFO] 
00:33:03 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:03 [INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.tests
00:33:04 [INFO] 
00:33:04 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.tests ---
00: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/internationalization/org.eclipse.papyrus.infra.internationalization.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:04 [INFO] 
00:33:04 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:04 [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
00:33:04 [INFO] 
00:33:04 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:04 [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
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:05 [INFO] 
00:33:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:05 [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
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:05 [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
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:05 [INFO] Skipping tests
00:33:05 [INFO] 
00:33:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.internationalization.tests ---
00:33:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:05 [INFO] 
00:33:05 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature >--
00:33:05 [INFO] Building org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT [129/175]
00:33:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml
00:33:05 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:33:05 [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
00:33:05 [INFO] 
00:33:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [INFO] The project's OSGi version is 1.0.0.202405060428
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [INFO] 
00:33:05 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [INFO] 
00:33:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33: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.internationalization.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:05 [INFO] 
00:33:05 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [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
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 296 were skipped
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [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
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [INFO] 
00:33:05 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [INFO] 
00:33:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.infra.internationalization.feature ---
00:33:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:05 [INFO] 
00:33:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests.releng >--
00:33:05 [INFO] Building org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT [130/175]
00:33:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/pom.xml
00:33:05 [INFO] --------------------------------[ pom ]---------------------------------
00:33:05 [INFO] 
00:33:05 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
00:33:05 [INFO] 
00:33:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
00:33: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/uml/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:05 [INFO] 
00:33:05 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests.releng ---
00:33:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:05 [INFO] 
00:33:05 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests >--
00:33:05 [INFO] Building org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT [131/175]
00:33:05 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml
00:33:05 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:33:05 [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
00:33:06 [INFO] 
00:33:06 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:06 [INFO] 
00:33:06 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:06 [INFO] The project's OSGi version is 2.0.0.202405060428
00:33:06 [INFO] 
00:33:06 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:06 [INFO] 
00:33:06 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:06 [INFO] 
00:33:06 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:06 [INFO] 
00:33:06 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:06 [INFO] Resolving class path of org.eclipse.papyrus.uml.expressions.tests
00:33:07 [INFO] 
00:33:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests ---
00: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/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:07 [INFO] 
00:33:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [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
00:33:07 [INFO] 
00:33:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [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
00:33:07 [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] 
00:33:07 	private final String ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME = "RootElement::AChildNiceStereotypeForElement"; //$NON-NLS-1$
00:33:07 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:07 The value of the field IsKindOfStereotypeExpressionTests.ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME is not used
00:33:07 [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] 
00:33:07 	private Class notStereotypedClass;
00:33:07 	              ^^^^^^^^^^^^^^^^^^^
00:33:07 The value of the field SingleStereotypeAttributeEqualityExpressionTests.notStereotypedClass is not used
00:33:07 [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] 
00:33:07 	private final String PROFILE_URI = "papyrusExpressionProfile"; //$NON-NLS-1$
00:33:07 	                     ^^^^^^^^^^^
00:33:07 The value of the field SingleStereotypeAttributeEqualityExpressionTests.PROFILE_URI is not used
00:33:07 3 problems (3 warnings)
00:33:07 [INFO] 
00:33:07 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [INFO] 
00:33:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [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
00:33:07 [INFO] 
00:33:07 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 305 were skipped
00:33:07 [INFO] 
00:33:07 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [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
00:33:07 [INFO] 
00:33:07 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [INFO] 
00:33:07 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [INFO] Skipping tests
00:33:07 [INFO] 
00:33:07 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests ---
00:33:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:07 [INFO] 
00:33:07 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature >--
00:33:07 [INFO] Building org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT [132/175]
00:33:07 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml
00:33:07 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:33:07 [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
00:33:08 [INFO] 
00:33:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [INFO] The project's OSGi version is 1.0.0.202405060428
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [INFO] 
00:33:08 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [INFO] 
00:33:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00: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/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:08 [INFO] 
00:33:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [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
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 303 were skipped
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [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
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [INFO] 
00:33:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.expressions.feature ---
00:33:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:08 [INFO] 
00:33:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.main.test >--
00:33:08 [INFO] Building org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT [133/175]
00:33:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/pom.xml
00:33:08 [INFO] --------------------------------[ pom ]---------------------------------
00:33:08 [INFO] 
00:33:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.main.test ---
00:33:08 [INFO] 
00:33:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.main.test ---
00: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/uml/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:08 [INFO] 
00:33:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.main.test ---
00:33:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:08 [INFO] 
00:33:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests >--
00:33:08 [INFO] Building org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT [134/175]
00:33:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml
00:33:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:33:08 [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
00:33:08 [INFO] 
00:33:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:08 [INFO] The project's OSGi version is 2.0.0.202405060428
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:08 [INFO] 
00:33:08 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:08 [INFO] 
00:33:08 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:08 [INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.tests
00:33:09 [INFO] 
00:33:09 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [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
00:33:09 [INFO] 
00:33:09 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [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
00:33:09 [INFO] 
00:33:09 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [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
00:33:09 [INFO] 
00:33:09 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [INFO] 
00:33:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [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
00:33:09 [INFO] 
00:33:09 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:33:09 [INFO] 
00:33:09 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [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
00:33:09 [INFO] 
00:33:09 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [INFO] 
00:33:09 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [INFO] Skipping tests
00:33:09 [INFO] 
00:33:09 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.tests ---
00:33:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:09 [INFO] 
00:33:09 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests >--
00:33:09 [INFO] Building org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT [135/175]
00:33:09 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml
00:33:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:33:09 [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
00:33:10 [INFO] 
00:33:10 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:10 [INFO] 
00:33:10 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:10 [INFO] The project's OSGi version is 2.1.0.202405060428
00:33:10 [INFO] 
00:33:10 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:10 [INFO] 
00:33:10 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:10 [INFO] 
00:33:10 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:10 [INFO] 
00:33:10 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:10 [INFO] Resolving class path of org.eclipse.papyrus.uml.internationalization.controlmode.tests
00:33:11 [INFO] 
00:33:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33: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/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:11 [INFO] 
00:33:11 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [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
00:33:11 [INFO] 
00:33:11 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [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
00:33:11 [INFO] 
00:33:11 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [INFO] 
00:33:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [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
00:33:11 [INFO] 
00:33:11 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:33:11 [INFO] 
00:33:11 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [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
00:33:11 [INFO] 
00:33:11 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [INFO] 
00:33:11 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [INFO] Skipping tests
00:33:11 [INFO] 
00:33:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests ---
00:33:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:11 [INFO] 
00:33:11 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature >--
00:33:11 [INFO] Building org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT [136/175]
00:33:11 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml
00:33:11 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:33:11 [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
00:33:12 [INFO] 
00:33:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [INFO] The project's OSGi version is 1.0.0.202405060428
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [INFO] 
00:33:12 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [INFO] 
00:33:12 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33: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.uml.internationalization.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:12 [INFO] 
00:33:12 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [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
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 297 were skipped
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [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
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [INFO] 
00:33:12 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.uml.internationalization.feature ---
00:33:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:12 [INFO] 
00:33:12 [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests >-----
00:33:12 [INFO] Building org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT    [137/175]
00:33:12 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml
00:33:12 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:33:12 [WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
00:33:12 [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
00:33:12 [INFO] 
00:33:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:12 [INFO] The project's OSGi version is 2.0.100.202405060428
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:12 [INFO] 
00:33:12 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:12 [INFO] 
00:33:12 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:12 [INFO] Resolving class path of org.eclipse.papyrus.uml.alf.tests
00:33:13 [INFO] 
00:33:13 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:13 [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
00:33:13 [INFO] 
00:33:13 [INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:14 [WARNING] The POM for org.osgi:org.osgi.service.prefs:jar:1.1.1-SNAPSHOT is missing, no dependency information available
00:33:21 [WARNING] 
00:33:21 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
00:33:21 23: The type InjectWith is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 24: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 37: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 23: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 32: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 54: The operator '==' should be replaced by '===' when null is one of the arguments.
00:33:21 [WARNING] 
00:33:21 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
00:33:21 24: The type InjectWith is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 25: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 38: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 57: The operator '==' should be replaced by '===' when null is one of the arguments.
00:33:21 [WARNING] 
00:33:21 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
00:33:21 24: The type InjectWith is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 25: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 38: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 37: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 45: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 25: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 33: The type XtextRunner is deprecated
00:33:21 [WARNING] 
00:33:21 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
00:33:21 69: The operator '!=' should be replaced by '!==' when null is one of the arguments.
00:33:21 [WARNING] 
00:33:21 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
00:33:21 57: The operator '==' should be replaced by '===' when null is one of the arguments.
00:33:21 [WARNING] 
00:33:21 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
00:33:21 62: The operator '==' should be replaced by '===' when null is one of the arguments.
00:33:21 [WARNING] 
00:33:21 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
00:33:21 83: The operator '!=' should be replaced by '!==' when null is one of the arguments.
00:33:21 [WARNING] 
00:33:21 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
00:33:21 85: The operator '!=' should be replaced by '!==' when null is one of the arguments.
00:33:21 [INFO] 
00:33:21 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:21 [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
00:33:21 [INFO] 
00:33:21 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:21 [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
00:33:22 [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] 
00:33:22 	import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper;
00:33:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper is never used
00:33:22 [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] 
00:33:22 	import org.eclipse.xtext.junit4.GlobalRegistries;
00:33:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The type GlobalRegistries has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	import org.eclipse.xtext.junit4.GlobalRegistries.GlobalStateMemento;
00:33:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The type GlobalRegistries.GlobalStateMemento is deprecated
00:33:22 [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] 
00:33:22 	import org.eclipse.xtext.junit4.IInjectorProvider;
00:33:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The type IInjectorProvider has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	import org.eclipse.xtext.junit4.IRegistryConfigurator;
00:33:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The type IRegistryConfigurator has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator {
00:33:22 	                                            ^^^^^^^^^^^^^^^^^
00:33:22 The type IInjectorProvider has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator {
00:33:22 	                                                               ^^^^^^^^^^^^^^^^^^^^^
00:33:22 The type IRegistryConfigurator has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	protected GlobalStateMemento stateBeforeInjectorCreation;
00:33:22 	          ^^^^^^^^^^^^^^^^^^
00:33:22 The type GlobalRegistries.GlobalStateMemento is deprecated
00:33:22 [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] 
00:33:22 	protected GlobalStateMemento stateAfterInjectorCreation;
00:33:22 	          ^^^^^^^^^^^^^^^^^^
00:33:22 The type GlobalRegistries.GlobalStateMemento is deprecated
00:33:22 [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] 
00:33:22 	GlobalRegistries.initializeDefaults();
00:33:22 	^^^^^^^^^^^^^^^^
00:33:22 The type GlobalRegistries has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	GlobalRegistries.initializeDefaults();
00:33:22 	                 ^^^^^^^^^^^^^^^^^^^^
00:33:22 The method initializeDefaults() from the type GlobalRegistries is deprecated
00:33:22 [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] 
00:33:22 	stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
00:33:22 	                              ^^^^^^^^^^^^^^^^
00:33:22 The type GlobalRegistries has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
00:33:22 	                                               ^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated
00:33:22 [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] 
00:33:22 	stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
00:33:22 	                             ^^^^^^^^^^^^^^^^
00:33:22 The type GlobalRegistries has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState();
00:33:22 	                                              ^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated
00:33:22 [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] 
00:33:22 	stateBeforeInjectorCreation.restoreGlobalState();
00:33:22 	                            ^^^^^^^^^^^^^^^^^^^^
00:33:22 The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated
00:33:22 [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] 
00:33:22 	stateAfterInjectorCreation.restoreGlobalState();
00:33:22 	                           ^^^^^^^^^^^^^^^^^^^^
00:33:22 The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated
00:33:22 [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] 
00:33:22 	import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler;
00:33:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler is never used
00:33:22 [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] 
00:33:22 	import org.eclipse.xtext.junit4.XtextRunner;
00:33:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The type XtextRunner is deprecated
00:33:22 [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] 
00:33:22 	@RunWith(XtextRunner.class)
00:33:22 	         ^^^^^^^^^^^
00:33:22 The type XtextRunner is deprecated
00:33:22 [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] 
00:33:22 	import org.eclipse.xtext.junit4.IInjectorProvider;
00:33:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:33:22 The type IInjectorProvider has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	public class AlfUiInjectorProvider implements IInjectorProvider {
00:33:22 	                                              ^^^^^^^^^^^^^^^^^
00:33:22 The type IInjectorProvider has been deprecated and marked for removal
00:33:22 [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] 
00:33:22 	static final private SaveOptions options = SaveOptions.newBuilder().format().noValidation().getOptions();
00:33:22 	                                                                             ^^^^^^^^^^^^^^
00:33:22 The method noValidation() from the type SaveOptions.Builder is deprecated
00:33:22 23 problems (23 warnings)
00:33:22 [INFO] 
00:33:22 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:22 [INFO] 
00:33:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:22 [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
00:33:22 [INFO] 
00:33:22 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:22 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 242 were skipped
00:33:22 [INFO] 
00:33:22 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:22 [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
00:33:22 [INFO] 
00:33:22 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:22 [INFO] 
00:33:22 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:22 [INFO] Skipping tests
00:33:22 [INFO] 
00:33:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests ---
00:33:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:22 [INFO] 
00:33:22 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature >----
00:33:22 [INFO] Building org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT [138/175]
00:33:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml
00:33:22 [INFO] --------------------------[ eclipse-feature ]---------------------------
00:33:22 [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
00:33:23 [INFO] 
00:33:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [INFO] 
00:33:23 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [INFO] The project's OSGi version is 1.2.0.202405060428
00:33:23 [INFO] 
00:33:23 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [INFO] 
00:33:23 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [INFO] 
00:33:23 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [INFO] 
00:33:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33: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/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:23 [INFO] 
00:33:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [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
00:33:23 [INFO] 
00:33:23 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 240 were skipped
00:33:23 [INFO] 
00:33:23 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [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
00:33:23 [INFO] 
00:33:23 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [INFO] 
00:33:23 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [INFO] 
00:33:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.feature ---
00:33:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:23 [INFO] 
00:33:23 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.features >-------
00:33:23 [INFO] Building Papyrus Tests Features 0.0.1-SNAPSHOT                 [139/175]
00:33:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/features/papyrus-tests-features/pom.xml
00:33:23 [INFO] --------------------------------[ pom ]---------------------------------
00:33:23 [INFO] 
00:33:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.tests.features ---
00:33:23 [INFO] 
00:33:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.features ---
00:33: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/features/papyrus-tests-features/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:33:23 [INFO] 
00:33:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.tests.features ---
00:33:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:33:23 [INFO] 
00:33:23 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests >--
00:33:23 [INFO] Building org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT [140/175]
00:33:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml
00:33:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:33:23 [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
00:33:55 [INFO] 
00:33:55 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.developer.suite.tests ---
00:33:55 [INFO] 
00:33:55 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.developer.suite.tests ---
00:33:55 [INFO] The project's OSGi version is 1.0.0.202405060428
00:33:55 [INFO] 
00:33:55 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.developer.suite.tests ---
00:33:55 [INFO] 
00:33:55 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.developer.suite.tests ---
00:33:55 [INFO] 
00:33:55 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.developer.suite.tests ---
00:33:55 [INFO] 
00:33:55 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.developer.suite.tests ---
00:33:55 [INFO] Resolving class path of org.eclipse.papyrus.developer.suite.tests
00:34:01 [INFO] 
00:34:01 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.developer.suite.tests ---
00:34: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/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:34:01 [INFO] 
00:34:01 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:01 [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
00:34:01 [INFO] 
00:34:01 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:02 [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
00:34:02 [INFO] 
00:34:02 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:02 [INFO] 
00:34:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:02 [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
00:34:02 [INFO] 
00:34:02 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:02 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1102 were skipped
00:34:02 [INFO] 
00:34:02 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:02 [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
00:34:02 [INFO] 
00:34:02 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:02 [INFO] 
00:34:02 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:03 [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
00:34:03 [INFO] Command line:
00:34:03 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:34:07 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
00:34:07 SLF4J: Defaulting to no-operation (NOP) logger implementation
00:34:07 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
00:34:08 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
00:34:08 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
00:34:08 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
00:34:08 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
00:34:08 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
00:34:08 
00:34:13 Running org.eclipse.papyrus.developer.suite.tests.AllTests
00:34:16 Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.211 s -- in org.eclipse.papyrus.developer.suite.tests.AllTests
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.uml2umlDependencyVersionTest -- Time elapsed: 0.067 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.batikDependencyVersionTest -- Time elapsed: 0.016 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.aboutTest -- Time elapsed: 0.021 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.guavaDependencyVersionTest -- Time elapsed: 0.013 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.injectDependencyVersionTest -- Time elapsed: 0.013 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.vendorTest -- Time elapsed: 0.005 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.javaVersionTest -- Time elapsed: 0.039 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.checkPapyrusEMFPluginDependency -- Time elapsed: 0.006 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.glazedListDependencyVersionTest -- Time elapsed: 0.014 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.pluginIDTest -- Time elapsed: 1.566 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.gsonDependencyVersionTest -- Time elapsed: 0.061 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.checkPapyrusEMFUIPluginDependency -- Time elapsed: 0.001 s
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests skipped
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests skipped
00:34:16 org.eclipse.papyrus.bundles.tests.BundlesTests.natTableDependencyVersionTest -- Time elapsed: 0.015 s
00:34:16 
00:34:16 Results:
00:34:16 
00:34:16 Tests run: 15, Failures: 0, Errors: 0, Skipped: 2
00:34:16 
00:34:17 [INFO] All tests passed
00:34:17 [INFO] 
00:34:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.developer.suite.tests ---
00:34:17 [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
00:34:17 [INFO] Analyzed bundle 'org.eclipse.papyrus.developer.suite.tests' with 0 classes
00:34:17 [INFO] 
00:34:17 [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests >-----
00:34:17 [INFO] Building org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT      [141/175]
00:34:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/bundlestests/pom.xml
00:34:17 [INFO] --------------------------------[ pom ]---------------------------------
00:34:17 [INFO] 
00:34:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.bundles.tests ---
00:34:17 [INFO] 
00:34:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.bundles.tests ---
00:34: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/bundlestests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:34:17 [INFO] 
00:34:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.bundles.tests ---
00:34:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:34:17 [INFO] 
00:34:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests >--
00:34:17 [INFO] Building org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT [142/175]
00:34:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml
00:34:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:34:17 [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
00:34:18 [INFO] 
00:34:18 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:18 [INFO] 
00:34:18 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:18 [INFO] The project's OSGi version is 3.1.0.202405060428
00:34:18 [INFO] 
00:34:18 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:18 [INFO] 
00:34:18 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:18 [INFO] 
00:34:18 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:18 [INFO] 
00:34:18 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:18 [INFO] Resolving class path of org.eclipse.papyrus.eclipse.project.editors.tests
00:34:19 [INFO] 
00:34:19 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34: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/editor/org.eclipse.papyrus.eclipse.project.editors.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:34:19 [INFO] 
00:34:19 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:19 [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
00:34:19 [INFO] 
00:34:19 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:19 [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
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().exists(), is(false));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().exists(), is(true));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("<plugin>")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("point=\"org.eclipse.foo\"")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(extension, notNullValue());
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Element, Matcher<? super Element>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(extension.getNodeName(), is("extension"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(extension.getAttribute("point"), is("org.eclipse.foo"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("id=\"org.eclipse.papyrus.foo.test\"")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingFiles(), hasItem("plugin.xml"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingNature(), hasItem(IPluginProjectEditor.PLUGIN_NATURE));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything())));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_NATURE)));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IPluginProjectEditor.PLUGIN_BUILD_COMMAND));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything())));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_BUILD_COMMAND)));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingFiles(), hasItem("feature.xml"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingNature(), hasItem("org.eclipse.pde.FeatureNature"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything())));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureNature")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem("org.eclipse.pde.FeatureBuilder"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything())));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureBuilder")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(manifest.getAttributes().getLength(), is(0));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(manifest.getTextContent().trim(), is(""));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getId(), is("org.eclipse.papyrus.extra.umlrt.feature"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getLabel(), is("Papyrus RT"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getVersion(), is("1.2.0.qualifier"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getProviderName(), is("Papyrus Project"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getOS(), is("macosx"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getWS(), is("cocoa,carbon"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getNL(), is("en_CA"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getArch(), is("x86_64,ppc"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getDescriptionText(), containsString("UML for Real-Time"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getDescriptionURL(), is("http://localhost/description.html"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getCopyrightText(), containsString("2013 CEA LIST"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getCopyrightURL(), is("http://www.eclipse.org/legal/epl-2.0"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getLicenseText(), containsString("%license"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getLicenseURL(), is("http://localhost/license.html"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(getManifest().getAttribute(name), is(value));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(description.getAttribute("url"), is(url));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(description.getTextContent(), is(text));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(discovery.getAttribute("label"), is("Get stuff here"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(discovery.getAttribute("url"), is("http:///update"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(plugin.getAttribute("version"), is("0.0.0"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(plugin.getAttribute("download-size"), is("0"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(plugin.getAttribute("install-size"), is("0"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(plugin.getAttribute("unpack"), is("false"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(feature.getAttribute("version"), is("0.7.0"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(feature.getAttribute("version"), is("0.0.0"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	.peek(e -> assertThat("not exactly one " + name, ++count[0], is(1)))
00:34:19 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Integer, Matcher<? super Integer>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingFiles(), not(hasItem(".project")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(lines, hasItem("Hello, world!"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingFiles(),
00:34:19 				both(hasItem(".classpath")).and(hasItem("build.properties")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".classpath"), hasItem(anything()));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getProject().getFile("build.properties").isAccessible(), is(true));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingNature(), hasItem(IJavaProjectEditor.JAVA_NATURE));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(false));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(true));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_NATURE)));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IJavaProjectEditor.JAVA_BUILD_COMMAND));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Set<String>, Matcher<? super Set<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.papyrus.foo")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(false));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(true));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_BUILD_COMMAND)));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().exists(), is(false));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().exists(), is(true));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(getBuildOutputProperty(), containsString("classes"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(getBuildProperties().getProperty("bin.includes", ""), containsString("foo.xml"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().isRegisteredSourceFolder("src-gen"), is(true));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().isRegisteredBinFolder("classes"), is(true));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(Arrays.asList(fixture.getEditor().getSourceFolders()),
00:34:19 				both(hasItem("src")).and(hasItem("src-gen")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(Arrays.asList(fixture.getEditor().getBinFolders()),
00:34:19 				both(hasItem("bin")).and(hasItem("bin-gen")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(Arrays.asList(fixture.getEditor().getElementsInBuild()),
00:34:19 				both(hasItem("META-INF/MANIFEST.MF")).and(hasItem("plugin.xml")).and(hasItem("plugin.properties")));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".classpath"),
00:34:19 				hasItem(both(containsString("\"src\"")).and(containsString("src-gen"))));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.slurp(".classpath"),
00:34:19 				hasItem(both(containsString("\"src\"")).and(containsString("src-gen"))));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen"));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
00:34:19 [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] 
00:34:19 	assertThat(fixture.getEditor().isSourceFolderRegistered("src-gen"), is(true));
00:34:19 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:34:19 The method assertThat(Boolean, Matcher<? super Boolean>) from the type Assert is deprecated
00:34:19 78 problems (78 warnings)
00:34:19 [INFO] 
00:34:19 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:19 [INFO] 
00:34:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:19 [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
00:34:19 [INFO] 
00:34:19 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:20 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
00:34:20 [INFO] 
00:34:20 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:20 [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
00:34:20 [INFO] 
00:34:20 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:20 [INFO] 
00:34:20 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:20 [INFO] Skipping tests
00:34:20 [INFO] 
00:34:20 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.eclipse.project.editors.tests ---
00:34:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:34:20 [INFO] 
00:34:20 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests >--
00:34:20 [INFO] Building org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT [143/175]
00:34:20 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml
00:34:20 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:34:20 [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
00:34:21 [INFO] 
00:34:21 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:21 [INFO] 
00:34:21 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:21 [INFO] The project's OSGi version is 1.1.0.202405060428
00:34:21 [INFO] 
00:34:21 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:21 [INFO] 
00:34:21 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:21 [INFO] 
00:34:21 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:21 [INFO] 
00:34:21 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:21 [INFO] Resolving class path of org.eclipse.papyrus.editors.suite.tests
00:34:27 [INFO] 
00:34:27 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editors.suite.tests ---
00:34: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/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:34:27 [INFO] 
00:34:27 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:27 [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
00:34:27 [INFO] 
00:34:27 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:27 [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
00:34:27 [INFO] 
00:34:27 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:27 [INFO] 
00:34:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:27 [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
00:34:27 [INFO] 
00:34:27 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:27 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
00:34:27 [INFO] 
00:34:27 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:27 [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
00:34:27 [INFO] 
00:34:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:27 [INFO] 
00:34:27 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.editors.suite.tests ---
00:34:28 [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
00:34:28 [INFO] Command line:
00:34:28 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:34:33 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
00:34:33 SLF4J: Defaulting to no-operation (NOP) logger implementation
00:34:33 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
00:34:34 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
00:34:34 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
00:34:34 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
00:34:34 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
00:34:34 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
00:34:34 
00:34:39 Running org.eclipse.papyrus.editors.suite.tests.AllTests
00:34:50 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
00:34:50 log4j:WARN Please initialize the log4j system properly.
00:34:50 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
00:35:15 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
00:35:18 
00:35:18 (Eclipse:1662): Gtk-WARNING **: 04:35:18.855: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:35:18 
00:35:18 (Eclipse:1662): Gtk-WARNING **: 04:35:18.864: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:35:59 Tests run: 204, Failures: 0, Errors: 0, Skipped: 19, Time elapsed: 79.95 s -- in org.eclipse.papyrus.editors.suite.tests.AllTests
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest.addFile -- Time elapsed: 0.233 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest.getMissingFiles -- Time elapsed: 0.054 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getExtensions -- Time elapsed: 0.102 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.exists -- Time elapsed: 0.034 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.addExtension -- Time elapsed: 0.029 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.046 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingFiles -- Time elapsed: 0.017 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.getMissingNature -- Time elapsed: 0.022 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest.setAttribute -- Time elapsed: 0.056 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isSourceFolderRegistered -- Time elapsed: 0.094 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getSourceFolders -- Time elapsed: 0.037 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.exists -- Time elapsed: 0.023 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isRegisteredSourceFolder -- Time elapsed: 0.043 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addBuildCommands -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.createFiles -- Time elapsed: 0.018 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.hasNature -- Time elapsed: 0.023 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.registerBinFolder -- Time elapsed: 0.038 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addSourceFolderToClasspath -- Time elapsed: 0.030 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.024 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.isRegisteredBinFolder -- Time elapsed: 0.038 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.registerSourceFolder -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingFiles -- Time elapsed: 0.015 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getBinFolders -- Time elapsed: 0.032 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addToBuild -- Time elapsed: 0.036 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.hasBuildCommand -- Time elapsed: 0.023 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.addJavaSourceFolder -- Time elapsed: 0.028 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getMissingNature -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest.getElementsInBuild -- Time elapsed: 0.041 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getValueString -- Time elapsed: 0.025 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleVersion -- Time elapsed: 0.062 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleVendor -- Time elapsed: 0.026 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.headerOrderMaintained_bug489075 -- Time elapsed: 0.022 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setSymbolicBundleName -- Time elapsed: 0.023 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeRequiredBundle -- Time elapsed: 0.034 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.exists -- Time elapsed: 0.024 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeImportedPackage -- Time elapsed: 0.021 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addImportPackageString -- Time elapsed: 0.045 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleVendor -- Time elapsed: 0.023 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addExportPackageStringString -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addDependencyString -- Time elapsed: 0.022 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.createFiles -- Time elapsed: 0.033 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addExportPackageString -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleVersion -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setSingleton -- Time elapsed: 0.019 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addImportPackageStringString -- Time elapsed: 0.021 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getSymbolicBundleName -- Time elapsed: 0.038 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getImportedPackages -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setValueStringStringString -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getMissingFiles -- Time elapsed: 0.014 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeValueStringString -- Time elapsed: 0.032 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setValueStringString -- Time elapsed: 0.019 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeValueString -- Time elapsed: 0.019 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.hasDependency -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getRequiredBundles -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setRequiredBundleExported -- Time elapsed: 0.045 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleName -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.removeCustomSection_bug489075 -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getValueStringString -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addNewCustomSection_bug489075 -- Time elapsed: 0.033 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.addDependencyStringString -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.setBundleName -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest.getBundleLocalization -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getExtensions -- Time elapsed: 0.051 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getValueString -- Time elapsed: 0.025 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isSourceFolderRegistered -- Time elapsed: 0.033 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleVersion -- Time elapsed: 0.057 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleVendor -- Time elapsed: 0.025 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getSourceFolders -- Time elapsed: 0.022 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingNature_java -- Time elapsed: 0.031 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setSymbolicBundleName -- Time elapsed: 0.035 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeRequiredBundle -- Time elapsed: 0.030 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_manifest -- Time elapsed: 0.035 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isRegisteredSourceFolder -- Time elapsed: 0.022 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeImportedPackage -- Time elapsed: 0.028 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addBuildCommands -- Time elapsed: 0.021 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addImportPackageString -- Time elapsed: 0.048 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addFile -- Time elapsed: 0.018 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleVendor -- Time elapsed: 0.038 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_plugin -- Time elapsed: 0.030 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExportPackageStringString -- Time elapsed: 0.030 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addDependencyString -- Time elapsed: 0.030 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExtension -- Time elapsed: 0.062 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_project -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.exists_manifest -- Time elapsed: 0.024 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasNature -- Time elapsed: 0.040 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.registerBinFolder -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addSourceFolderToClasspath -- Time elapsed: 0.030 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addExportPackageString -- Time elapsed: 0.026 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleVersion -- Time elapsed: 0.031 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setSingleton -- Time elapsed: 0.026 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addImportPackageStringString -- Time elapsed: 0.027 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getSymbolicBundleName -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getImportedPackages -- Time elapsed: 0.023 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setValueStringStringString -- Time elapsed: 0.025 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.createFiles_java -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.isRegisteredBinFolder -- Time elapsed: 0.019 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.registerSourceFolder -- Time elapsed: 0.024 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBinFolders -- Time elapsed: 0.143 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeValueStringString -- Time elapsed: 0.060 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setValueStringString -- Time elapsed: 0.037 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.removeValueString -- Time elapsed: 0.026 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingFiles_java -- Time elapsed: 0.044 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasDependency -- Time elapsed: 0.022 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.pluginManifestExists -- Time elapsed: 0.025 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingBuildCommand_java -- Time elapsed: 0.048 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addToBuild -- Time elapsed: 0.021 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getRequiredBundles -- Time elapsed: 0.025 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setRequiredBundleExported -- Time elapsed: 0.036 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.hasBuildCommand -- Time elapsed: 0.026 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addJavaSourceFolder -- Time elapsed: 0.033 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleName -- Time elapsed: 0.023 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getValueStringString -- Time elapsed: 0.033 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.createFiles_manifest -- Time elapsed: 0.017 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingNature_plugin -- Time elapsed: 0.024 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getMissingBuildCommand_plugin -- Time elapsed: 0.024 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setAttribute -- Time elapsed: 0.038 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getElementsInBuild -- Time elapsed: 0.019 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.addDependencyStringString -- Time elapsed: 0.028 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.setBundleName -- Time elapsed: 0.044 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.getBundleLocalization -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest.exists_java -- Time elapsed: 0.022 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getCopyrightURL -- Time elapsed: 0.018 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getCopyrightText -- Time elapsed: 0.014 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLicenseURL -- Time elapsed: 0.024 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLicenseText -- Time elapsed: 0.014 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setCopyright -- Time elapsed: 0.027 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setLicense -- Time elapsed: 0.020 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setVersion -- Time elapsed: 0.019 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.createFiles -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addRequiredFeature -- Time elapsed: 0.019 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addInclude -- Time elapsed: 0.017 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setUpdateURL -- Time elapsed: 0.017 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingBuildCommand -- Time elapsed: 0.017 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addPlugin -- Time elapsed: 0.029 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getArch -- Time elapsed: 0.014 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getId -- Time elapsed: 0.014 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getNL -- Time elapsed: 0.013 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getOS -- Time elapsed: 0.013 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getWS -- Time elapsed: 0.014 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setId -- Time elapsed: 0.015 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setNL -- Time elapsed: 0.019 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setOS -- Time elapsed: 0.015 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setWS -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getDescriptionURL -- Time elapsed: 0.017 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setDescription -- Time elapsed: 0.015 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.addRequiredPlugin -- Time elapsed: 0.014 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingFiles -- Time elapsed: 0.024 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getDescriptionText -- Time elapsed: 0.015 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getProviderName -- Time elapsed: 0.013 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getVersion -- Time elapsed: 0.012 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setLabel -- Time elapsed: 0.015 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getMissingNature -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.getLabel -- Time elapsed: 0.023 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setArch -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest.setProviderName -- Time elapsed: 0.016 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testOpenModel -- Time elapsed: 11.69 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramCreation -- Time elapsed: 1.100 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramIndirectDeletion_bug433371 -- Time elapsed: 2.473 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testAvailableAndActivePage -- Time elapsed: 0.592 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testModelWithDiagramCreation -- Time elapsed: 0.326 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testContainedDiagramDeletion -- Time elapsed: 0.367 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testMultipageEditor -- Time elapsed: 0.535 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testOpenEmptyModel -- Time elapsed: 0.166 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testEmptyModelCreation -- Time elapsed: 0.172 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testContainedNatTableDeletion -- Time elapsed: 1.270 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testDiagramDeletion -- Time elapsed: 0.905 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests.testTableCreation -- Time elapsed: 0.184 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testInvalidAvailablePage -- Time elapsed: 0.514 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testCompleteCase -- Time elapsed: 0.541 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testProxyDiagram -- Time elapsed: 0.304 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testDeleteDiagramWithInvalidAvailablePage -- Time elapsed: 0.494 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest.testInvalidTab -- Time elapsed: 0.303 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests.testOpenModelWithSpecialChars -- Time elapsed: 0.487 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests.testCreateModelWithSpecialChars -- Time elapsed: 0.441 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testSashFoldersRestored -- Time elapsed: 5.789 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPropertySheetRestoredShowingCorrectInput -- Time elapsed: 8.262 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPerspectiveLayoutUnperturbed -- Time elapsed: 5.441 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testEditPartSelectionRestored -- Time elapsed: 5.054 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testActiveEditorRestoredSaveAll -- Time elapsed: 3.931 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerExpansionRestored -- Time elapsed: 4.384 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPaletteStateRestored_paletteView -- Time elapsed: 5.107 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testReloadIsDeferred -- Time elapsed: 3.137 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testPaletteStateRestored -- Time elapsed: 4.565 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerReferencedLibrariesRestored -- Time elapsed: 2.887 s
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest skipped
00:35:59 org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest.testModelExplorerSelectionRestored -- Time elapsed: 2.989 s
00:35:59 
00:35:59 Results:
00:35:59 
00:35:59 Tests run: 204, Failures: 0, Errors: 0, Skipped: 19
00:35:59 
00:36:00 [INFO] All tests passed
00:36:00 [INFO] 
00:36:00 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.editors.suite.tests ---
00:36:00 [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
00:36:00 [INFO] Analyzed bundle 'org.eclipse.papyrus.editors.suite.tests' with 0 classes
00:36:00 [INFO] 
00:36:00 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests >--
00:36:00 [INFO] Building org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT [144/175]
00:36:00 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml
00:36:00 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:36:00 [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
00:36:01 [INFO] 
00:36:01 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:01 [INFO] 
00:36:01 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:01 [INFO] The project's OSGi version is 1.1.0.202405060428
00:36:01 [INFO] 
00:36:01 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:01 [INFO] 
00:36:01 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:01 [INFO] 
00:36:01 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:01 [INFO] 
00:36:01 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:01 [INFO] Resolving class path of org.eclipse.papyrus.infra.core.suite.tests
00:36:07 [INFO] 
00:36:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36: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/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:36:07 [INFO] 
00:36:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:07 [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
00:36:07 [INFO] 
00:36:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:07 [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
00:36:07 [INFO] 
00:36:07 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:07 [INFO] 
00:36:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:07 [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
00:36:07 [INFO] 
00:36:07 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:07 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
00:36:07 [INFO] 
00:36:07 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:07 [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
00:36:07 [INFO] 
00:36:07 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:07 [INFO] 
00:36:07 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:08 [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
00:36:08 [INFO] Command line:
00:36:08 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:36:13 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
00:36:13 SLF4J: Defaulting to no-operation (NOP) logger implementation
00:36:13 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
00:36:14 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
00:36:14 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
00:36:14 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
00:36:14 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
00:36:14 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
00:36:14 
00:36:19 Running org.eclipse.papyrus.infra.core.suite.tests.AllTests
00:36:27 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
00:36:27 log4j:WARN Please initialize the log4j system properly.
00:36:27 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
00:36:29 org.eclipse.papyrus.infra.core.resource.ModelMultiException: Problems encountered while loading one of the models.
00:36:29 ----- exceptions : ----------
00:36:29 org.eclipse.papyrus.infra.core.resource.uml.UmlModel : org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
00:36:29 ----------------------------- 
00:36:29 
00:36:29 	at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:593)
00:36:29 	at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.initModelResources(AbstractModelFixture.java:301)
00:36:29 	at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.starting(AbstractModelFixture.java:253)
00:36:29 	at org.junit.rules.TestWatcher.startingQuietly(TestWatcher.java:113)
00:36:29 	at org.junit.rules.TestWatcher.access$000(TestWatcher.java:52)
00:36:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:59)
00:36:29 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
00:36:29 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
00:36:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
00:36:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
00:36:29 	at org.junit.runners.Suite.runChild(Suite.java:128)
00:36:29 	at org.junit.runners.Suite.runChild(Suite.java:27)
00:36:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
00:36:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
00:36:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
00:36:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
00:36:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
00:36:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
00:36:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
00:36:29 	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
00:36:29 	at org.junit.runners.Suite.runChild(Suite.java:128)
00:36:29 	at org.junit.runners.Suite.runChild(Suite.java:27)
00:36:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
00:36:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
00:36:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
00:36:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
00:36:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
00:36:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
00:36:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
00:36:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
00:36:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
00:36:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
00:36:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
00:36:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:36:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
00:36:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:36:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
00:36:29 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
00:36:29 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
00:36:29 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
00:36:29 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
00:36:29 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
00:36:29 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
00:36:29 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
00:36:29 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
00:36:29 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
00:36:29 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
00:36:29 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
00:36:29 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
00:36:29 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
00:36:29 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
00:36:29 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
00:36:29 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
00:36:29 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
00:36:29 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
00:36:29 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
00:36:29 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
00:36:29 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
00:36:29 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
00:36:29 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
00:36:29 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
00:36:29 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
00:36:29 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
00:36:29 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
00:36:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:36:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
00:36:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:36:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
00:36:29 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679)
00:36:29 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616)
00:36:29 	at org.eclipse.equinox.launcher.Main.run(Main.java:1492)
00:36:29 	at org.eclipse.equinox.launcher.Main.main(Main.java:1465)
00:36:29 Caused by: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319)
00:36:29 	at org.eclipse.papyrus.infra.core.resource.ModelSet.handleDemandLoadException(ModelSet.java:244)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406)
00:36:29 	at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:224)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourceLocator.basicGetResource(ResourceSetImpl.java:751)
00:36:29 	at org.eclipse.papyrus.infra.editor.welcome.internal.WelcomeModelManager$WelcomeLocator.getResource(WelcomeModelManager.java:233)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:352)
00:36:29 	at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:224)
00:36:29 	at org.eclipse.papyrus.infra.core.resource.AbstractBaseModel.loadModel(AbstractBaseModel.java:189)
00:36:29 	at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:588)
00:36:29 	... 71 more
00:36:29 Caused by: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist.
00:36:29 	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:364)
00:36:29 	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:238)
00:36:29 	at org.eclipse.core.internal.resources.File.getContents(File.java:297)
00:36:29 	at org.eclipse.core.internal.resources.File.getContents(File.java:290)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl$WorkbenchHelper.createPlatformResourceInputStream(PlatformResourceURIHandlerImpl.java:209)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.createInputStream(PlatformResourceURIHandlerImpl.java:574)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:358)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1314)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259)
00:36:29 	at org.eclipse.papyrus.infra.core.resource.ModelSet.demandLoad(ModelSet.java:384)
00:36:29 	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
00:36:29 	... 79 more
00:36:29 Caused by: java.lang.Exception: Resource '/LanguageServiceTest/My.uml' does not exist.
00:36:29 	at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42)
00:36:29 	at org.eclipse.core.internal.resources.ResourceException.<init>(ResourceException.java:38)
00:36:29 	... 90 more
00:36:51 
00:36:51 Test privileged runnable.. Done.
00:36:51 
00:36:51 Test privileged callable.. Done.
00:36:55 Tests run: 206, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 35.68 s -- in org.eclipse.papyrus.infra.core.suite.tests.AllTests
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testGetModel -- Time elapsed: 0.084 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave -- Time elapsed: 0.815 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testLoadModels -- Time elapsed: 0.017 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testGetTransactionalEditingDomain -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testCreateResource -- Time elapsed: 0.015 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testImportAfterCreate -- Time elapsed: 0.025 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testCreatesModels -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSnippetCalledAfterLoadModels -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSnippetCalledAfterCreateModels -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testRegisterModel -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testStartLateSnippet_bug481149 -- Time elapsed: 0.012 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testAddModelSetSnippet -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSaveAs -- Time elapsed: 0.043 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testUnload -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave_onlyModifiedResources1 -- Time elapsed: 0.162 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ModelSetTest.testSave_onlyModifiedResources2 -- Time elapsed: 0.106 s
00:36:55 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testCreateModel -- Time elapsed: 0.004 s
00:36:55 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testAddModelRoot -- Time elapsed: 0.006 s
00:36:55 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testGetModelRoot -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testGetModelRoots -- Time elapsed: 0.004 s
00:36:55 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testSaveModel -- Time elapsed: 0.003 s
00:36:55 org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest.testLoadModelIPath -- Time elapsed: 0.005 s
00:36:55 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelUnnestedCommand -- Time elapsed: 0.034 s
00:36:55 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteNestedCommand -- Time elapsed: 0.004 s
00:36:55 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelTripleNestedCommand -- Time elapsed: 0.009 s
00:36:55 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteTripleNestedCommand -- Time elapsed: 0.004 s
00:36:55 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCancelNestedCommand -- Time elapsed: 0.003 s
00:36:55 org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest.testCompleteUnnestedCommand -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testChangesInPreexistingResources_bug481151 -- Time elapsed: 0.003 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceLoaded -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceAdded -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testUninstallResourceAdapter_bug482949 -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testRootAdded -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testRootRemoved -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceURI -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceUnloaded -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest.testResourceRemoved -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testChangesInPreexistingResources_bug481151 -- Time elapsed: 0.008 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceLoaded -- Time elapsed: 0.003 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceAdded -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testUninstallResourceAdapter_bug482949 -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testRootAdded -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testRootRemoved -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceURI -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceUnloaded -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest.testResourceRemoved -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.equals -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getLocation -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getName -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.getNode -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest.hashCode_ -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentBasedLanguagesInNewModel -- Time elapsed: 0.064 s
00:36:55 org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentTypeBasedLanguages -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.language.LanguageServiceTest.contentTypeBasedLanguages_uriWithoutExtension -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.language.LanguageServiceTest.languageBindings -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testPartAutomaticRegistration -- Time elapsed: 0.003 s
00:36:55 org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testAddServicePart -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.ComposedServiceTest.testRemoveServicePart -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testGetService -- Time elapsed: 0.003 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryWithClassKey -- Time elapsed: 0.003 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testAdd -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartService -- Time elapsed: 0.003 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testCallsOrderForDescriptors -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartDependantOrder -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testPriority -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryCreation -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testGetServiceByClass -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testAddDirectInstance -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testServiceFactoryWithRequiredInInit -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testStartRegistryAndThenAddNewServiceAndStartIt -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.ServicesRegistryTest.testCallsOrder -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceStartedOnce -- Time elapsed: 0.008 s
00:36:55 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.uniqueServiceInstances -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.servicesRecreated -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceDisposedOnce -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.parallelAccess -- Time elapsed: 3.023 s
00:36:55 org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest.serviceNotInitialized -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFOptionalPresent -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFOptionalNull -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultNull -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableOptionalNull -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceDefaultPresent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableOptionalPresent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceOptionalPresent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptEMFDefaultPresent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultPresent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptInstanceOptionalNull -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest.testAdaptAdaptableDefaultDefault -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.computeFails -- Time elapsed: 3.005 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.cancel -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.timeOut -- Time elapsed: 2.002 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.normalCompletion -- Time elapsed: 3.001 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.listen_success -- Time elapsed: 3.001 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.timeOutWithSchedulingRule -- Time elapsed: 2.003 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.listen_failure -- Time elapsed: 3.001 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest.normalCompletionWithSchedulingRule -- Time elapsed: 3.001 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest.executeAndShutDown -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest.executeAndShutDownNow -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testPrivilegedProgressRunnable -- Time elapsed: 0.007 s
00:36:55 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testDisposeTransactionExecutor -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testSimpleTransactionExecutor_readWrite -- Time elapsed: 0.006 s
00:36:55 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testPrivilegedProgressCallable -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.utils.TransactionHelperTest.testSimpleTransactionExecutor_readOnly -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillAWT_readAWT -- Time elapsed: 0.069 s
00:36:55 org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillAWT_readSWT -- Time elapsed: 0.006 s
00:36:55 org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests skipped
00:36:55 org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests.fillSWT_readSWT -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest.defaultCopierFactory -- Time elapsed: 0.011 s
00:36:55 org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest.oneOffCopierFactory -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder -- Time elapsed: 0.004 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder2 -- Time elapsed: 0.007 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testCreateFolder_ITabFolderModel_int -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest.testAddTabIPageModel -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.editor.AllTests skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageAboutToBeOpenedEvent -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageAboutToBeClosedEvent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageActivatedEvent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testRemoveActiveEditorChangedListener -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageDeactivatedEvent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageOpenedEvent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testFirePageClosedEvent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest.testAddActiveEditorChangedListener -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageAboutToBeOpenedEvent -- Time elapsed: 0.080 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageAboutToBeClosedEvent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageActivatedEvent -- Time elapsed: 0.049 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageDeactivatedEvent -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageOpenedEvent -- Time elapsed: 0.032 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testFirePageClosedEvent -- Time elapsed: 0.043 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testPageClosedEventLifeCycle -- Time elapsed: 0.026 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest.testPageClosedEventLifeCycleWhenLastPageOfFolder -- Time elapsed: 0.020 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testRefreshTabs -- Time elapsed: 0.047 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditor -- Time elapsed: 0.013 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testlookupModelPage -- Time elapsed: 0.012 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testFolderList -- Time elapsed: 0.022 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePages2 -- Time elapsed: 0.018 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testVisit -- Time elapsed: 0.024 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditor2 -- Time elapsed: 0.016 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetActiveEditorNoPage -- Time elapsed: 0.004 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testFolderList2 -- Time elapsed: 0.025 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testRefreshTabs2 -- Time elapsed: 0.012 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePages -- Time elapsed: 0.016 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testSetFolderTabMenuManager_MenuManager -- Time elapsed: 0.031 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testGetVisiblePagesOneFoler -- Time elapsed: 0.012 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest.testSelectPage -- Time elapsed: 0.023 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest.testDisposeCallOnNestedEditorRemoval -- Time elapsed: 0.516 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest.testDisposeCallOnMainEditorClose -- Time elapsed: 0.196 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerMemoryLeakTest skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.internal.ActiveHistoryTrackerBehaviorTest.testActivePageHistoryWhenPageIsClosed -- Time elapsed: 0.048 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeEditorInputTest.testEquals -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditorsOneByOne -- Time elapsed: 0.318 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditors -- Time elapsed: 0.376 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testCloseEditor -- Time elapsed: 0.108 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor -- Time elapsed: 0.113 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor_contentProvider -- Time elapsed: 0.149 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testGetSashContainer -- Time elapsed: 0.082 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testOpenEditor_nestedEditorCount -- Time elapsed: 0.183 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest.testStartMultipleFakeEditorsOneByOneAndDispose -- Time elapsed: 0.236 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testGetISashWindowsContentProvider -- Time elapsed: 0.007 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactory -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactoryDiSashModel -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testGetIPageMngr -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest.testDiSashModelMngrIPageModelFactoryResource -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest skipped
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testCreateFolder -- Time elapsed: 0.005 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testGetRootModel -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest.testLifeCycle -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCreateFolder -- Time elapsed: 0.005 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCloseLastTabFromLastFolder -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderInsideFolder -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderAroundFolder -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testCloseLastTab -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMoveFolderInsideFolderAtSpecifiedIndex -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testModelIsWritable -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testClosePage -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMovePageInsideFolder -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test.testMovePageBetweenFolder -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testUndoRedoMovePageInsideFolder -- Time elapsed: 0.006 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCreateFolder -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCloseLastTabFromLastFolder -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderInsideFolder -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderAroundFolder -- Time elapsed: 0.002 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testCloseLastTab -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMoveFolderInsideFolderAtSpecifiedIndex -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testModelIsWritable -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testClosePage -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMovePageInsideFolder -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test.testMovePageBetweenFolder -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseAllOpenedPages -- Time elapsed: 0.022 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testAllPages -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testAddPage -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseLastPageOfTabFolder -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testClosePage -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testCloseOtherOpenedPages -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testOpenPage -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest.testRemovePage -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testQuery -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testToString -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testCreateModelFPP -- Time elapsed: 0 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testStaticCreates -- Time elapsed: 0.001 s
00:36:55 org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest.testQueriesWithResult -- Time elapsed: 0 s
00:36:55 
00:36:55 Results:
00:36:55 
00:36:55 Tests run: 206, Failures: 0, Errors: 0, Skipped: 10
00:36:55 
00:36:56 [INFO] All tests passed
00:36:56 [INFO] 
00:36:56 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.core.suite.tests ---
00:36:56 [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
00:36:56 [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.core.suite.tests' with 0 classes
00:36:56 [INFO] 
00:36:56 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests >--
00:36:56 [INFO] Building org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT [145/175]
00:36:56 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml
00:36:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:36:56 [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
00:36:57 [INFO] 
00:36:57 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:36:57 [INFO] 
00:36:57 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:36:57 [INFO] The project's OSGi version is 1.1.0.202405060428
00:36:57 [INFO] 
00:36:57 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:36:57 [INFO] 
00:36:57 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:36:57 [INFO] 
00:36:57 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:36:57 [INFO] 
00:36:57 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:36:57 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.suite.tests
00:37:03 [INFO] 
00:37:03 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:03 [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
00:37:03 [INFO] 
00:37:03 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:03 [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
00:37:03 [INFO] 
00:37:03 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:03 [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
00:37:04 [INFO] 
00:37:04 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:04 [INFO] 
00:37:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:04 [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
00:37:04 [INFO] 
00:37:04 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:04 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
00:37:04 [INFO] 
00:37:04 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:04 [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
00:37:04 [INFO] 
00:37:04 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:04 [INFO] 
00:37:04 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:04 [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
00:37:04 [INFO] Command line:
00:37:04 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:37:09 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
00:37:09 SLF4J: Defaulting to no-operation (NOP) logger implementation
00:37:09 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
00:37:10 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
00:37:10 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
00:37:10 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
00:37:10 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
00:37:10 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
00:37:10 
00:37:15 Running org.eclipse.papyrus.infra.nattable.suite.tests.AllTests
00:37:23 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
00:37:23 log4j:WARN Please initialize the log4j system properly.
00:37:23 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
00:37:36 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
00:37:50 Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.19 s -- in org.eclipse.papyrus.infra.nattable.suite.tests.AllTests
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test1_SelectElement -- Time elapsed: 11.48 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test3_SelectMultipleElements -- Time elapsed: 0.709 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test2_SelectElementInvertAxis -- Time elapsed: 0.542 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest.test4_SelectMultipleElementsInvertAxis -- Time elapsed: 0.395 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubSubModel -- Time elapsed: 1.793 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubSubPackage -- Time elapsed: 0.859 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubModel -- Time elapsed: 0.751 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationAndSynchronization -- Time elapsed: 1.078 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnRootModel -- Time elapsed: 0.711 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest.testCreationHandlerStatusOnSubPackage -- Time elapsed: 0.730 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.OpenTableTest.testOpenExistingTable -- Time elapsed: 2.259 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableVerifyContents.verifyContentsForTable1 -- Time elapsed: 0.081 s
00:37:50 org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationAndSynchronizationTest.createTable2AndDestroyAnOwnedElement -- Time elapsed: 0.881 s
00:37:50 org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerWithoutOpenIt -- Time elapsed: 0.948 s
00:37:50 org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithDifferentContextAndOwnerWithoutOpenIt -- Time elapsed: 0.649 s
00:37:50 org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithDifferentContextAndOwnerAndOpenIt -- Time elapsed: 1.815 s
00:37:50 org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests.createTableEditorWithSameContextAndOwnerAndOpenIt -- Time elapsed: 1.618 s
00:37:50 org.eclipse.papyrus.infra.nattable.common.tests.SortedTableCreationTest.createSortedTable -- Time elapsed: 0.857 s
00:37:50 org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_getNamedStyle -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_StyleCreation -- Time elapsed: 0.001 s
00:37:50 org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests.test_getStyle -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_CellThenRowSelection -- Time elapsed: 0.504 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.testRowSelection -- Time elapsed: 0.461 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_RowThenCellSelection -- Time elapsed: 0.454 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest.test_RowSelectionWithCTRL -- Time elapsed: 0.503 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_V1_V1_Test -- Time elapsed: 0.001 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_V1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_H1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_H1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_V1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_H1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_H1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_H1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_H1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_H1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_H1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_V1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_V1_V1_Test -- Time elapsed: 0.001 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_V1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_H1_V1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_Empty_V1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_V1_V1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_H1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_H1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_V1_V1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_H1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_V1_H1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.getDepth_Empty_V1_H1_Test -- Time elapsed: 0 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests.isCategory_H1_V1_V1_Test -- Time elapsed: 0.001 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_selectionOfMultipleTables -- Time elapsed: 1.469 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTableChangeContextName -- Time elapsed: 0.209 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_namedTableNotifications -- Time elapsed: 0.200 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_namedTable -- Time elapsed: 0.185 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTable -- Time elapsed: 0.195 s
00:37:50 org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest.getText_unnamedTableNotifications -- Time elapsed: 0.187 s
00:37:50 
00:37:50 Results:
00:37:50 
00:37:50 Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
00:37:50 
00:37:51 [INFO] All tests passed
00:37:51 [INFO] 
00:37:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.nattable.suite.tests ---
00:37:51 [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
00:37:51 [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.nattable.suite.tests' with 0 classes
00:37:51 [INFO] 
00:37:51 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests >--
00:37:51 [INFO] Building org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT [146/175]
00:37:51 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml
00:37:51 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:37:51 [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
00:37:51 [INFO] 
00:37:51 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:51 [INFO] 
00:37:51 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:51 [INFO] The project's OSGi version is 2.0.0.202405060428
00:37:51 [INFO] 
00:37:51 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:51 [INFO] 
00:37:51 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:51 [INFO] 
00:37:51 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:51 [INFO] 
00:37:51 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:51 [INFO] Resolving class path of org.eclipse.papyrus.infra.services.labelprovider.tests
00:37:52 [INFO] 
00:37:52 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37: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/services/org.eclipse.papyrus.infra.services.labelprovider.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:37:52 [INFO] 
00:37:52 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [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
00:37:52 [INFO] 
00:37:52 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [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
00:37:52 [INFO] 
00:37:52 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [INFO] 
00:37:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [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
00:37:52 [INFO] 
00:37:52 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 218 were skipped
00:37:52 [INFO] 
00:37:52 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [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
00:37:52 [INFO] 
00:37:52 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [INFO] 
00:37:52 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [INFO] Skipping tests
00:37:52 [INFO] 
00:37:52 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.services.labelprovider.tests ---
00:37:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:37:52 [INFO] 
00:37:52 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests >--
00:37:52 [INFO] Building org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT [147/175]
00:37:52 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml
00:37:52 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:37:52 [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
00:37:53 [INFO] 
00:37:53 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:53 [INFO] 
00:37:53 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:53 [INFO] The project's OSGi version is 2.0.0.202405060428
00:37:53 [INFO] 
00:37:53 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:53 [INFO] 
00:37:53 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:53 [INFO] 
00:37:53 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:53 [INFO] 
00:37:53 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:53 [INFO] Resolving class path of org.eclipse.papyrus.infra.architecture.tests
00:37:54 [INFO] 
00:37:54 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37: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/org.eclipse.papyrus.infra.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:37:54 [INFO] 
00:37:54 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [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
00:37:54 [INFO] 
00:37:54 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [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
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 [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] 
00:37:54 	@SuppressWarnings("unchecked")
00:37:54 	                  ^^^^^^^^^^^
00:37:54 Unnecessary @SuppressWarnings("unchecked")
00:37:54 11 problems (11 warnings)
00:37:54 [INFO] 
00:37:54 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [INFO] 
00:37:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [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
00:37:54 [INFO] 
00:37:54 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 298 were skipped
00:37:54 [INFO] 
00:37:54 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [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
00:37:54 [INFO] 
00:37:54 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [INFO] 
00:37:54 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [INFO] Skipping tests
00:37:54 [INFO] 
00:37:54 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.architecture.tests ---
00:37:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:37:54 [INFO] 
00:37:54 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests >--
00:37:54 [INFO] Building org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT [148/175]
00:37:54 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml
00:37:54 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:37:54 [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
00:37:55 [INFO] 
00:37:55 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:55 [INFO] 
00:37:55 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:55 [INFO] The project's OSGi version is 2.0.0.202405060428
00:37:55 [INFO] 
00:37:55 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:55 [INFO] 
00:37:55 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:55 [INFO] 
00:37:55 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:55 [INFO] 
00:37:55 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:55 [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.architecture.tests
00:37:56 [INFO] 
00:37:56 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [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
00:37:56 [INFO] 
00:37:56 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [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
00:37:56 [INFO] 
00:37:56 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [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
00:37:56 [INFO] 
00:37:56 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [INFO] 
00:37:56 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [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
00:37:56 [INFO] 
00:37:56 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 302 were skipped
00:37:56 [INFO] 
00:37:56 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [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
00:37:56 [INFO] 
00:37:56 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [INFO] 
00:37:56 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [INFO] Skipping tests
00:37:56 [INFO] 
00:37:56 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.ui.architecture.tests ---
00:37:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:37:56 [INFO] 
00:37:56 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests >---
00:37:56 [INFO] Building org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT  [149/175]
00:37:56 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml
00:37:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:37:56 [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
00:37:58 [INFO] 
00:37:58 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.suite.tests ---
00:37:58 [INFO] 
00:37:58 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.suite.tests ---
00:37:58 [INFO] The project's OSGi version is 1.1.0.202405060428
00:37:58 [INFO] 
00:37:58 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.suite.tests ---
00:37:58 [INFO] 
00:37:58 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.suite.tests ---
00:37:58 [INFO] 
00:37:58 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.suite.tests ---
00:37:58 [INFO] 
00:37:58 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.suite.tests ---
00:37:58 [INFO] Resolving class path of org.eclipse.papyrus.infra.suite.tests
00:38:05 [INFO] 
00:38:05 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.suite.tests ---
00:38: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/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:38:05 [INFO] 
00:38:05 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.suite.tests ---
00:38:05 [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
00:38:05 [INFO] 
00:38:05 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.suite.tests ---
00:38:05 [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
00:38:05 [INFO] 
00:38:05 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.suite.tests ---
00:38:05 [INFO] 
00:38:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.suite.tests ---
00:38:05 [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
00:38:05 [INFO] 
00:38:05 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.suite.tests ---
00:38:05 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1110 were skipped
00:38:05 [INFO] 
00:38:05 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.suite.tests ---
00:38:05 [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
00:38:05 [INFO] 
00:38:05 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.suite.tests ---
00:38:05 [INFO] 
00:38:05 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.infra.suite.tests ---
00:38:06 [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
00:38:06 [INFO] Command line:
00:38:06 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:38:11 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
00:38:11 SLF4J: Defaulting to no-operation (NOP) logger implementation
00:38:11 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
00:38:12 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
00:38:12 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
00:38:12 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
00:38:12 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
00:38:12 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
00:38:12 
00:38:17 Running org.eclipse.papyrus.infra.suite.tests.AllTests
00:38:19 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
00:38:19 log4j:WARN Please initialize the log4j system properly.
00:38:19 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
00:38:43 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
00:39:27 [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
00:39:27 [EXPANSION_DIAGRAM]+-->ID - Representation
00:39:27 [EXPANSION_DIAGRAM]    "Interface_Label" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@15d70a4 (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)
00:39:27 [EXPANSION_DIAGRAM]    "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@3cf8cf86 (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)
00:39:27 [EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@49c77e56 (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)
00:39:27 [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
00:39:27 [EXPANSION_DIAGRAM]    "Implemented Interfaces" [Interface_Label]
00:39:27 [EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
00:39:27 [EXPANSION_DIAGRAM]    "Class_Shape" [Implemented Interfaces]
00:39:28 [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
00:39:28 [EXPANSION_DIAGRAM]+-->ID - Representation
00:39:28 [EXPANSION_DIAGRAM]    "Interface_BorderItem" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@778f933c (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)
00:39:28 [EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@11adfa18 (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)
00:39:28 [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
00:39:28 [EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
00:39:28 [EXPANSION_DIAGRAM]    "Class_Shape" [Interface_BorderItem]
00:39:28 [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram
00:39:28 [EXPANSION_DIAGRAM]+-->ID - Representation
00:39:28 [EXPANSION_DIAGRAM]    "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@79c2583b (editPartQualifiedName: null, name: Compartment to implement interfaces, viewFactory: null, description: null) (hint: Implemented Interfaces)
00:39:28 [EXPANSION_DIAGRAM]    "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@41d11bf1 (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)
00:39:28 [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs
00:39:28 [EXPANSION_DIAGRAM]    "Class Diagram" [Class_Shape]
00:39:28 [EXPANSION_DIAGRAM]    "Class_Shape" [Implemented Interfaces]
00:41:08 platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
00:41:10 platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
00:41:12 platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg
00:42:14 Tests run: 1087, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 237.4 s -- in org.eclipse.papyrus.infra.suite.tests.AllTests
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetObserved -- Time elapsed: 0.065 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetValue -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetValueType -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddRemoveValueChangeListener -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testSetValue -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testSetDelegate -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testGetRealm -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testIsDisposed -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testWrap -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testHashCode -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testCreate -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testDispose -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testEquals -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetValue -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetValueType -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddRemoveValueChangeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testSetValue -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testSetDelegate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testGetRealm -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testDelegatingToDelegator -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testIsDisposed -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testWrap -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddDisposeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testCreate_withObserving -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testHashCode -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testCreate -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testDispose -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testEquals -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetObserved -- Time elapsed: 0.034 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddRemoveSetChangeListener -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testToArray -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAdd -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetElementType -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testClear -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testSize -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRetainAll -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testContainsAll -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testContains -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testHashCode -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testEquals -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIsEmpty -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRemove -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIterator -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testRemoveAll -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testToArray_Array -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testSetDelegate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testGetRealm -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testIsDisposed -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testWrap -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testCreate -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testDispose -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveSetChangeListener -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testToArray -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAdd -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testGetElementType -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testClear -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testSize -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRetainAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testContainsAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testContains -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testHashCode -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddAll -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testEquals -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsEmpty -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRemove -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIterator -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testRemoveAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testToArray_Array -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testSetDelegate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveStaleListener -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testGetRealm -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testDelegatingToDelegator -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsDisposed -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testWrap -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddDisposeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAddRemoveChangeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testCreate_withObserving -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testCreate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testDispose -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testAutoreleaseDelegate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest.testIsStale -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testMove -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testLastIndexOf -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testListIterator -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemove_int -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddListChangeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddAll_index -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAdd_index -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIndexOf -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSet_index -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGet_index -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSubList -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testListIterator_index -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testToArray -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAdd -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGetElementType -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testClear -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSize -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRetainAll -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testContainsAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testContains -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testHashCode -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddAll -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testEquals -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsEmpty -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemove -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIterator -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testRemoveAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testToArray_Array -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testSetDelegate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddRemoveStaleListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testGetRealm -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testDelegatingToDelegator -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsDisposed -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testWrap -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddDisposeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAddRemoveChangeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testCreate_withObserving -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testCreate -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testDispose -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testAutoreleaseDelegate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest.testIsStale -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetObserved -- Time elapsed: 0.033 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testMove -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testLastIndexOf -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testListIterator -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemove_int -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddListChangeListener -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddAll_index -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAdd_index -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIndexOf -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSet_index -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGet_index -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSubList -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testListIterator_index -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testToArray -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAdd -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetElementType -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testClear -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSize -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRetainAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testContainsAll -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testContains -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testHashCode -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testEquals -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIsEmpty -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemove -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIterator -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testRemoveAll -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testToArray_Array -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testSetDelegate -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testGetRealm -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testDelegatingToDelegator -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testIsDisposed -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testWrap -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddDisposeListener -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAddRemoveChangeListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testCreate_withObserving -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testCreate -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testDispose -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest.testAutoreleaseDelegate -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest skipped
00:42:14 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testListIterator -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testRelease -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testAutorelease -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testRetain -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testIterator -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest.testListIterator_int -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest.testRetainRelease -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest.testDispose -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists -- Time elapsed: 4.843 s
00:42:14 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_constrained_wrongType -- Time elapsed: 0.080 s
00:42:14 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_noneSuch -- Time elapsed: 0.159 s
00:42:14 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_nested -- Time elapsed: 0.033 s
00:42:14 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext_referencedProject -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_constrained -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest.findClass_exists_withContext_fallback -- Time elapsed: 0.017 s
00:42:14 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testAwaitTermination_timesOut -- Time elapsed: 1.029 s
00:42:14 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testShutdown -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testShutdownNow -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testAwaitTermination_finishes -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest.testSubmit -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.util.TransactionUIHelperTest.testPrivilegedRunnableWithProgress -- Time elapsed: 0.220 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest skipped
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemoveSaveListener -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddSaveListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireSaveEvent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireSaveAsEvent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAboutToSaveEvent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAboutToSaveAsEvent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFirePostSaveAsEvent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddPostSaveListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFirePostSaveEvent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemoveAboutToSaveListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testRemovePostSaveListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testAddAboutToSaveListener -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAllSaveAsEvent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest.testFireAllSaveEvent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePageTest.testExistingMethod -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getAdaptedValue -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getChildren -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getElements_object -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.hasChildren -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getParent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.dispose -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.getElements -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest.isValidValue -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getAdaptedValue -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getElements_Object -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getChildren -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.hasChildren -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getParent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.dispose -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.getElements -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest.isValidValue -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.context.TestClientContext.testClientContextExist -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetAdapter -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetDisplayName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testCanEdit -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService.testGetEditCommand -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testIsKnownElementType -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_EObject -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_IElementType -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_EClass -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetEditService_Unknown -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider.testGetContainedTypeEditServices -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProviderFactory.testCreateServiceInstance -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceUtils.testGetCommandProvider -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.utils.TestGMFCommandUtils.testGetCommandEObjectResult -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureCommandFactory.testGetEditCommand -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureListCommandFactory.testGetEditCommand -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers -- Time elapsed: 3.042 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_relatedElements_diagram -- Time elapsed: 4.250 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_integration -- Time elapsed: 1.365 s
00:42:14 org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest.testDeleteMarkers_relatedElements -- Time elapsed: 1.341 s
00:42:14 org.eclipse.papyrus.infra.services.edit.ui.dialogs.tests.TestElementTypeValidator.testValidate -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testInvalidContext -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testDefaultLabelProvider -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testEMFLabelProvider -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testUMLLabelProvider -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest.testUMLLabelProviderChangeEvents -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest.getSemanticRoots -- Time elapsed: 0.017 s
00:42:14 org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest.getSemanticIModels -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is writable in workspace] -- Time elapsed: 0.029 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is writable in workspace] -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is writable in workspace] -- Time elapsed: 0.030 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is writable in workspace] -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is writable in workspace] -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is writable in workspace] -- Time elapsed: 0.013 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is writable in workspace] -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is writable in workspace] -- Time elapsed: 0.033 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is writable in workspace] -- Time elapsed: 0.013 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is writable in workspace] -- Time elapsed: 0.012 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is writable in workspace] -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is writable in workspace] -- Time elapsed: 0.019 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is writable in workspace] -- Time elapsed: 0.050 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is writable in workspace] -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is writable in workspace] -- Time elapsed: 0.020 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is writable in workspace] -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is writable in workspace] -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is writable in workspace] -- Time elapsed: 0.032 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is writable in workspace] -- Time elapsed: 0.012 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is writable in workspace] -- Time elapsed: 0.025 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is writable in workspace] -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is writable in workspace] -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is read-only in workspace] -- Time elapsed: 0.026 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is read-only in workspace] -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is read-only in workspace] -- Time elapsed: 0.012 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is read-only in workspace] -- Time elapsed: 0.013 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is read-only in workspace] -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is read-only in workspace] -- Time elapsed: 0.011 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is read-only in workspace] -- Time elapsed: 0.013 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is read-only in workspace] -- Time elapsed: 0.046 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is read-only in workspace] -- Time elapsed: 0.023 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is read-only in workspace] -- Time elapsed: 0.012 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is read-only in workspace] -- Time elapsed: 0.012 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is read-only in workspace] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is read-only in workspace] -- Time elapsed: 0.031 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is read-only in workspace] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is read-only in workspace] -- Time elapsed: 0.012 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is read-only in workspace] -- Time elapsed: 0.011 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is read-only in workspace] -- Time elapsed: 0.143 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is read-only in workspace] -- Time elapsed: 0.017 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is read-only in workspace] -- Time elapsed: 0.011 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is read-only in workspace] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is read-only in workspace] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is read-only in workspace] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.030 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.011 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.032 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest skipped
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is deployed in plug-in, advice disabled] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceOldReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_rootFromReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in] -- Time elapsed: 0.034 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyElementCommand[model is deployed in plug-in] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_attribute[model is deployed in plug-in] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetNewReadonly[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_targetOldReadonly[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeAdd[model is deployed in plug-in] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_owner[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateCommand[model is deployed in plug-in] -- Time elapsed: 0.024 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_fromReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientReferenceCommand_sourceNewReadonly[model is deployed in plug-in] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in] -- Time elapsed: 0.008 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testSetCommand_referenceOppositeRemove[model is deployed in plug-in] -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testDuplicateCommand[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testCreateRelationshipCommand[model is deployed in plug-in] -- Time elapsed: 0.034 s
00:42:14 org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest.testMoveCommand_toReadOnly[model is deployed in plug-in] -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:commands -- Time elapsed: 0.761 s
00:42:14 org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:delete -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest.testDeleteWithCrossReferences:changes -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[collection (internal)] -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[collection (external)] -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[single tree (internal)] -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[single tree (external)] -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[resource (internal)] -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resources (external)] -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resources (internal)] -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[resource set (internal)] -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resource sets (external)] -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest.testFind[separate resource sets (internal)] -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest.testGetServiceRegistryResource -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest.testGetInstance -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_dynamic_badRegistration -- Time elapsed: 0.463 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_dynamic -- Time elapsed: 0.076 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_static -- Time elapsed: 0.255 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwarePackageRegistry_static_badRegistration -- Time elapsed: 0.062 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwareURIConverter -- Time elapsed: 0.050 s
00:42:14 org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest.createWorkspaceAwareURIConverter_badMapping -- Time elapsed: 0.050 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShardObservedByOtherHelper[0: useCommands=false] -- Time elapsed: 0.774 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShard[0: useCommands=false] -- Time elapsed: 0.235 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShardObservedByOtherHelper[0: useCommands=false] -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.attemptToUseClosedHelper[0: useCommands=false] -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShard[0: useCommands=false] -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShardObservedByOtherHelper[1: useCommands=true] -- Time elapsed: 0.275 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeNotShard[1: useCommands=true] -- Time elapsed: 0.285 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShardObservedByOtherHelper[1: useCommands=true] -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.attemptToUseClosedHelper[1: useCommands=true] -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest.makeShard[1: useCommands=true] -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.proxyResolutionLoadsShardFromTheTop[0: full index] -- Time elapsed: 0.798 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.shardLoadsContainersAndDoesntLoseStereotypes[0: full index] -- Time elapsed: 0.454 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.proxyResolutionLoadsShardFromTheTop[1: on-demand index] -- Time elapsed: 0.336 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest.shardLoadsContainersAndDoesntLoseStereotypes[1: on-demand index] -- Time elapsed: 0.243 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.subunits -- Time elapsed: 0.518 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.parents -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.outgoingReferences_givenURI -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.incomingReferences_givenURI -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.roots -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.roots_alternate -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.outgoingReferences -- Time elapsed: 0.164 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.incomingReferences -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest.isShard -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.subunits -- Time elapsed: 0.539 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.parents -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.outgoingReferences_givenURI -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.incomingReferences_givenURI -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.roots -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest skipped
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.outgoingReferences -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.incomingReferences -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest.isShard -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest skipped
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnProjectDelete -- Time elapsed: 0.563 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexNotifiesOnReindex -- Time elapsed: 0.565 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRecoversFromCancel -- Time elapsed: 1.557 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRefreshesIfNecessary_bug473154 -- Time elapsed: 6.042 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexBuilt -- Time elapsed: 0.461 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnChanges -- Time elapsed: 3.419 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexRebuiltOnDeletion -- Time elapsed: 3.410 s
00:42:14 org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest.indexNotBuiltForDerivedResources -- Time elapsed: 0.387 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test1 -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test3 -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test4 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test5 -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test6 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test7 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test8 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test9 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test10 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test11 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test12 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test13 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test14 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test15 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test16 -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test17 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test18 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test19 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test20 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test21 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test22 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test23 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test24 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test25 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests.AndExpression_Test26 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests.LiteralFalseExpression_Test1 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests.LiteralFalseExpression_Test2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests.LiteralTrueExpression_Test1 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests.LiteralTrueExpression_Test2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test1_1 -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test1_2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test2_1 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test2_2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test3_1 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test3_2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_1 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_3 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests.NotExpression_Test4_4 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test10 -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test11 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test12 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test13 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test14 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test15 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test16 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test17 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test18 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test19 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test20 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test21 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test22 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test23 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test24 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test25 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test26 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test1 -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test3 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test4 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test5 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test6 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test7 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test8 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests.OrExpression_Test9 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test1 -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test3 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test4 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests.ReferenceExpression_Test5 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test1 -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test2 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test3 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test4 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test5 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test6 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test7 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests.singleEAttributeEqualityExpression_Test8 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.gmf.util.tests.CommandTreeIteratorTest.handlesWrapperChains -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testMainModelElementsAreUnhandled -- Time elapsed: 0.115 s
00:42:14 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testNonExistentResourceIsUnhandled -- Time elapsed: 0.117 s
00:42:14 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedPluginModelElementsAreUnhandled -- Time elapsed: 0.090 s
00:42:14 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedWorkspaceModelElementsMadeWritable -- Time elapsed: 0.112 s
00:42:14 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testSubModelElementsAreUnhandled -- Time elapsed: 0.444 s
00:42:14 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testObjectURIsWithFragment -- Time elapsed: 0.077 s
00:42:14 org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest.testCrossReferencedWorkspaceModelElementsAreReadOnly -- Time elapsed: 0.083 s
00:42:14 org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest.labelProviderChangeNotifications -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest.getText -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.notificationsOnDependentWhenItChanges -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.getText -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.safeSubscriptionRemovalOnDestroy_bug507241 -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest.notificationsOnDependentWhenDependencyChanges -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests.testGetTypeRegisteredInplugin -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testPACKAGE_WITH_COMPONENTSType -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromWrongPackageToWrongPackage -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testDeleteComponentFromGoodPackage -- Time elapsed: 0.622 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticCreateComponentInWrongPackage -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testCyclicAdvices -- Time elapsed: 0.064 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testDeleteComponentFromWrongPackage -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromWrongPackageToGoodPackage -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticCreateComponentInGoodPackage -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testValidAdvicesOrder -- Time elapsed: 0.038 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromGoodPackageToWrongPackage -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testPACKAGE_WITH_ALL_ELEMENTSType -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests.testSemanticMoveComponentFromGoodPackageToGoodPackage -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementTypeSetConfigurationTest.testGetAllAdviceBindings -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.SpecializationTypeConfigurationTest.testGetOwnedAdvice -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.MetamodelTypeConfigurationTest.testGetOwnedAdvice -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testGetElementTypeSet -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testGetOwningTarget -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testSetOwningTarget -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest.testValidateAbstractAdviceBindingConfiguration_apply_to_all_types -- Time elapsed: 0.046 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredTypeTest.testGetOwnedAdvice -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testGetElementTypeSet -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testGetOwningTarget -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testSetOwningTarget -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest.testValidateAbstractAdviceBindingConfiguration_apply_to_all_types -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests.testGetTypeRegisteredInplugin -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.addToAnd -- Time elapsed: 1.945 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.addToOr -- Time elapsed: 0.112 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate -- Time elapsed: 0.125 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.alreadyInAnd -- Time elapsed: 0.121 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate_notRule -- Time elapsed: 0.145 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpOrMultiple -- Time elapsed: 0.116 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpAndMultiple -- Time elapsed: 0.106 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.alreadyInOr -- Time elapsed: 0.104 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpOr -- Time elapsed: 0.116 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpAnd -- Time elapsed: 0.113 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.pullUpNot -- Time elapsed: 0.111 s
00:42:14 org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest.negate_negatedRule -- Time elapsed: 0.101 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_execute_undo_undo_redo -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_executeNonDirtying_undo_undo_redo_redo -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecuteNonDirtying_undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_undo_save_redo -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecuteNonDirtying -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.notDirtyAfterExecute_save_undo_save -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest.dirtyAfterExecute_save_execute_undo_undo_save_redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelUnnestedCommand -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteNestedCommand -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelTripleNestedCommand -- Time elapsed: 0.007 s
00:42:14 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteTripleNestedCommand -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCancelNestedCommand -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest.testCompleteUnnestedCommand -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.genericCompoundsAndWrappers -- Time elapsed: 0.021 s
00:42:14 org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.gmfCompoundsAndWrappers -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.emfCompoundsAndWrappers -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.util.CommandTreeIteratorTest.gefCompoundsAndWrappers -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromDiagramCommandStack -- Time elapsed: 0.516 s
00:42:14 org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromOperationHistory -- Time elapsed: 0.303 s
00:42:14 org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest.undoChangesFromEMFCommandStack -- Time elapsed: 0.296 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadelementTypeDiagramExpansion -- Time elapsed: 0.027 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadProviderDiagramExpansion -- Time elapsed: 0.157 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.init_DiagramExpansionRegistry -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_BadDiagramExpansion -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel.load_DiagramExpansion -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.verifyMetaclassCreationWithCompartment -- Time elapsed: 1.241 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.verifyClassCreationWithCompartment -- Time elapsed: 0.693 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment.load_DiagramExpansion -- Time elapsed: 0.571 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddChildLabel.load_DiagramExpansion -- Time elapsed: 0.719 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddBorderItem.load_DiagramExpansion -- Time elapsed: 0.661 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartmentWithKind.load_DiagramExpansion -- Time elapsed: 0.743 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddLink.load_DiagramExpansion -- Time elapsed: 0.877 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements.testDropInsideBadcontainer -- Time elapsed: 0.883 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements.testDropInsidecontainer -- Time elapsed: 0.827 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.AssistantUsage.testAssistantForLabelNode -- Time elapsed: 1.118 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrap -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_command -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_gmfCommand -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest.testWrite_runnable -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.initialSyncOfEmptyDiagram -- Time elapsed: 1.127 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.newNodeOfWrongMetaclassNotSynchronized -- Time elapsed: 1.241 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:create -- Time elapsed: 1.410 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.createNewNode:redo -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:move -- Time elapsed: 1.327 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeLocation:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:deleteView -- Time elapsed: 1.874 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.deleteNode:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:resize -- Time elapsed: 1.517 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest.syncNodeSize:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:move -- Time elapsed: 1.498 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:override -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeSize:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:move -- Time elapsed: 1.604 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:override -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest.overrideSyncNodeLocation:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagramNotifications -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_namedDiagramNotifications -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagram -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_unnamedDiagramChangeContextName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest.getText_namedDiagram -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.CreateEditBasedElementCommandTest.createElement -- Time elapsed: 0.239 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultCopyCommandTest.copyElement -- Time elapsed: 0.185 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultPasteCommandTest.pasteElement -- Time elapsed: 0.104 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramCopyCommandTest.copyElement -- Time elapsed: 0.754 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest.pasteElement -- Time elapsed: 0.859 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest.pasteProperty -- Time elapsed: 1.114 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[0] -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[1] -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[2] -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[3] -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[4] -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[5] -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[6] -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest.validateModel[7] -- Time elapsed: 0.007 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.canonicalEdgesInClassDiagram -- Time elapsed: 1.757 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.noCanonicalViewInCanonicalView -- Time elapsed: 1.551 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.canonicalNodesInClassDiagram -- Time elapsed: 1.591 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest.noCanonicalEdgeOnCanonicalView -- Time elapsed: 1.452 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.controlTestForNothingCanonical -- Time elapsed: 1.108 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:execute -- Time elapsed: 1.411 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOn:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalInCanonicalNestedViews:on -- Time elapsed: 0.973 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalInCanonicalNestedViews:off -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:execute -- Time elapsed: 1.264 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest.toggleCanonicalOff:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:execute -- Time elapsed: 1.527 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.reorderPropertiesInClass_bug420549:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:execute -- Time elapsed: 2.161 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:undo -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeGeneralizationFromClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:execute -- Time elapsed: 2.063 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addAssociationToClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:execute -- Time elapsed: 1.891 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addElementImportToPackage:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:execute -- Time elapsed: 1.745 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeOperationFromClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:execute -- Time elapsed: 1.428 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addInterfaceToPackage:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:execute -- Time elapsed: 1.401 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.removeClassFromPackage:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:execute -- Time elapsed: 1.500 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addPropertyToClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:execute -- Time elapsed: 1.882 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest.addDependencyToClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:execute -- Time elapsed: 1.912 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteGeneralizationViewFromClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:execute -- Time elapsed: 2.110 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteAssociationViewFromClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:execute -- Time elapsed: 1.861 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteClassViewFromPackage:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:execute -- Time elapsed: 1.485 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest.deleteOperationViewFromClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:execute -- Time elapsed: 1.371 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteDataTypeFromPackage:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:execute -- Time elapsed: 1.665 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteAssociationFromClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:execute -- Time elapsed: 1.375 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.deleteLiteralInEnumeration:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:execute -- Time elapsed: 1.598 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createPropertyInClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:execute -- Time elapsed: 2.285 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createDependencyInClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:execute -- Time elapsed: 1.493 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest.createInterfaceInPackage:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalEdgesInClassDiagram -- Time elapsed: 1.333 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.nestedCanonicalNodesByMetaclassSelectorInCanonicalView -- Time elapsed: 1.279 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.nestedCanonicalEdgesInCanonicalView -- Time elapsed: 1.383 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalNodesByMetaclassSelectorInClassDiagram -- Time elapsed: 1.287 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest.canonicalNodesByExplicitStyleClassInClassDiagram -- Time elapsed: 1.657 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.controlTestForNothingCanonical -- Time elapsed: 0.699 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.overrideSelectorRule -- Time elapsed: 1.632 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.overrideExplicitClassRule -- Time elapsed: 1.828 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:execute -- Time elapsed: 1.654 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStyleClass:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:execute -- Time elapsed: 1.161 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest.addStylesheet:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:initial -- Time elapsed: 1.918 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:non-canonical -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:canonical -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:initial -- Time elapsed: 1.986 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:close-reopen -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest.editStylesheetRefresh_closeReopenDiagram_undo:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest skipped
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.nestedClassifiersDontCauseLoopInCompositeDiagram_bug474489 -- Time elapsed: 1.031 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.associationEndCanonicalPresentation_bug473148 -- Time elapsed: 1.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:initial -- Time elapsed: 0.721 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:synch -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:undo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest.referenceConnectionNotDeleted_bug472155:redo -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReadOnlyAxisTransactionOption -- Time elapsed: 0.022 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReferenceToReadOnlyObjectWithOppositeRolledBackCommand -- Time elapsed: 0.037 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest.testReferenceToReadOnlyObjectWithOppositeRolledBackOperation -- Time elapsed: 0.032 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testIsReadOnlyEObject -- Time elapsed: 0.032 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testSashModelReadOnlyIfPermissionReadOnly -- Time elapsed: 0.030 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testAnyReadOnlyURIs -- Time elapsed: 0.047 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testCanMakeWritableEObject -- Time elapsed: 0.031 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest.testCanMakeWritableURIs -- Time elapsed: 0.031 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testCanMakeWritable -- Time elapsed: 0.047 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testAsBoolean -- Time elapsed: 0.030 s
00:42:14 org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest.testIsReadOnly -- Time elapsed: 0.031 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSashRow__int_int -- Time elapsed: 0.011 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetVisibleSections -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSashColumn__int -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest.testGetSection__String -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeSectionTest.testIsIdentifiedBy__String -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.SashColumnTest.testGetSashRow__int -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.openWelcomePage -- Time elapsed: 0.520 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.closeWelcomePage -- Time elapsed: 0.606 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.pageRemovalValidator -- Time elapsed: 1.054 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.emptyModelShowsWelcomePage -- Time elapsed: 0.314 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.emptyModelCannotCloseWelcomePage -- Time elapsed: 0.304 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.canCloseWelcomePage -- Time elapsed: 0.504 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.welcomeModelResource -- Time elapsed: 0.426 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.welcomeModelElement -- Time elapsed: 0.313 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest.getOwner -- Time elapsed: 0.308 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.languagesProperty -- Time elapsed: 0.576 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.isEditableRestoreActivePage -- Time elapsed: 0.570 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.privateLayoutProperty -- Time elapsed: 0.557 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest skipped
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.isEditable -- Time elapsed: 0.576 s
00:42:14 org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest.dispose_bug487027 -- Time elapsed: 0.864 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.viewsProperty -- Time elapsed: 0.679 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.isEditable -- Time elapsed: 0.537 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.createView -- Time elapsed: 0.771 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.dispose_bug487027 -- Time elapsed: 0.782 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest.deleteView -- Time elapsed: 0.604 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest.viewsPropertyExcludesPluginDeployedModels_bug493668 -- Time elapsed: 0.572 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest.viewsPropertyUpdateFromModalContextThread -- Time elapsed: 1.386 s
00:42:14 org.eclipse.papyrus.infra.properties.ui.providers.tests.PropertiesHeaderLabelProviderTest.labelProviderChange -- Time elapsed: 0.036 s
00:42:14 org.eclipse.papyrus.infra.properties.ui.tests.EcorePropertyEditorFactoryTest.createWithLocalFactory -- Time elapsed: 0.010 s
00:42:14 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_not -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_xor -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testMatches__Object_or -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest.testValidateAcyclic__DiagnosticChain_Map -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.filters.tests.EqualsTest.testMatches__Object -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.filters.tests.FilterReferenceTest.testMatches__Object -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest.testMatches__Object -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest.testGetProvider -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnSourceAndTarget__IAdaptable_IAdaptable -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesForSREOnSource__IAdaptable -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testRemoveProviderChangeListener__IProviderChangeListener -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForTarget__IAdaptable_IElementType -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetClientContext -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testAddProviderChangeListener__IProviderChangeListener -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testSelectExistingElementForTarget__IAdaptable_IElementType -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnSource__IAdaptable -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetElementType__String -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetExcludedElementTypes -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForSource__IAdaptable_IElementType -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testSelectExistingElementForSource__IAdaptable_IElementType -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypesForPopupBar__IAdaptable -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesForSREOnTarget__IAdaptable -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetElementTypes -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testIsRelationshipType__IElementType -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetTypes__String_IAdaptable -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelationshipTypes -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testGetRelTypesOnTarget__IAdaptable -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest.testProvides__IOperation -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.PopupAssistantTest.testGetElementType -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ConnectionAssistantTest.testGetElementType -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testGetElementType -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testMatches__Object -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest.testGetProvider -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.sourceForConnectionToTarget -- Time elapsed: 0.130 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionFromSource -- Time elapsed: 0.191 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionToTarget -- Time elapsed: 0.203 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionToTarget -- Time elapsed: 0.116 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedTargetForConnectionFromSource -- Time elapsed: 0.039 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedSourceForConnectionToTarget -- Time elapsed: 0.050 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedConnectionFromSourceToTarget -- Time elapsed: 0.092 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.targetForConnectionFromSource -- Time elapsed: 0.035 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.popupOnDiagramSurface -- Time elapsed: 0.031 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionFromSource -- Time elapsed: 0.089 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.popupOnShape -- Time elapsed: 0.031 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.excludedPopupOnDiagramSurface -- Time elapsed: 0.025 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest.connectionFromSourceToTarget -- Time elapsed: 0.086 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.sourceForConnectionToTarget -- Time elapsed: 0.092 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionToTarget -- Time elapsed: 0.102 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.targetForConnectionFromSource -- Time elapsed: 0.032 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.popupOnDiagramSurface -- Time elapsed: 0.028 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionFromSource -- Time elapsed: 0.088 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.popupOnShape -- Time elapsed: 0.028 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest.connectionFromSourceToTarget -- Time elapsed: 0.079 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.132 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.099 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.098 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.292 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.105 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.692 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.412 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.349 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.365 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.331 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfPathmapResource -- Time elapsed: 0.358 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfProfileResource -- Time elapsed: 0.375 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetDanglingReferenceFromAControlledResource -- Time elapsed: 0.339 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetObjectOfControlledResource -- Time elapsed: 0.349 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1.testGetDiagramOfControlledResource -- Time elapsed: 0.320 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.047 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.024 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.025 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.022 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.020 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.017 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1.testGetFigureInControlledRessource -- Time elapsed: 0.096 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1.testGetReferenceInControlledRessource -- Time elapsed: 0.024 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0.testGetFigureInControlledRessource -- Time elapsed: 0.019 s
00:42:14 org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0.testGetReferenceInControlledRessource -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlSeveralModelsWithProfile -- Time elapsed: 1.931 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlSeveralModelsWithProfileInSameResource -- Time elapsed: 1.347 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlModelWithProfile -- Time elapsed: 1.145 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlSeveralModelsWithProfileInSameResource -- Time elapsed: 1.355 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testControlModelWithProfile -- Time elapsed: 1.373 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest.testUndoControlSeveralModelsWithProfile -- Time elapsed: 1.420 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolShardSubunit -- Time elapsed: 0.591 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolOneSubmodel -- Time elapsed: 0.938 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolSeveralSubmodelsInSameResource -- Time elapsed: 1.150 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testDeleteSubmodel -- Time elapsed: 0.875 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolSeveralSubmodels -- Time elapsed: 1.178 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolOneSubmodel -- Time elapsed: 1.430 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodelsWithoutSave -- Time elapsed: 0.975 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodelsInSameResource -- Time elapsed: 1.151 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUncontrolUpdatesReferencesToRootObject_bug480209 -- Time elapsed: 0.618 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest.testUndoUncontrolSeveralSubmodels -- Time elapsed: 1.247 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase1 -- Time elapsed: 0.838 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase2 -- Time elapsed: 0.819 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlModeUseCase3 -- Time elapsed: 0.800 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlSeveralModels -- Time elapsed: 1.111 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlOneSubmodel -- Time elapsed: 0.890 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlSeveralModels -- Time elapsed: 1.139 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlSeveralModelsInSameResource -- Time elapsed: 1.116 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testUndoControlSeveralModelsInSameResource -- Time elapsed: 1.101 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest.testControlOneSubmodel -- Time elapsed: 0.883 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolModelWithProfile -- Time elapsed: 1.274 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolSeveralModelsWithProfileInSameResource -- Time elapsed: 1.614 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolSeveralModelsWithProfile -- Time elapsed: 2.386 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolSeveralModelsWithProfileInSameResource -- Time elapsed: 2.026 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUncontrolSeveralModelsWithProfile -- Time elapsed: 1.726 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest.testUndoUncontrolModelWithProfile -- Time elapsed: 1.584 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlLegacyModelTest.testControlLegacyModel -- Time elapsed: 0.627 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.canCreateSubModel -- Time elapsed: 0.379 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.approveUncontrolRequest -- Time elapsed: 0.422 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.approveControlRequest -- Time elapsed: 0.362 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.disapproveUncontrolRequest -- Time elapsed: 0.390 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest.disapproveControlRequest -- Time elapsed: 0.392 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest.convertSubmodelToShard -- Time elapsed: 0.864 s
00:42:14 org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest.convertShardToSubmodel -- Time elapsed: 0.930 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithNote -- Time elapsed: 1.108 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteNotOrphanElement -- Time elapsed: 0.816 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithNotOrphan -- Time elapsed: 0.689 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithOrphan -- Time elapsed: 0.682 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithConnection -- Time elapsed: 0.664 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithOrphan -- Time elapsed: 0.715 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteTextNode -- Time elapsed: 0.663 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testDeleteOrphan -- Time elapsed: 0.664 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithNotOrphan -- Time elapsed: 0.682 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithNote -- Time elapsed: 0.688 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViews -- Time elapsed: 0.789 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalWithOrphan -- Time elapsed: 0.685 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonical -- Time elapsed: 0.656 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsCanonicalViewWithNote -- Time elapsed: 0.651 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest.testIsSupportViewWithNotOrphan -- Time elapsed: 0.675 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSClassProviderTest.testCSSClassContentProvider -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testPackage -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testClassStyle -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testCSSClassStyle -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testPriorities -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest.testInterfaceStyle -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testStyleSheetsPriorities -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testPackage -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testClassStyle -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testCSSClassStyle -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testPriorities -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest.testInterfaceStyle -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedStyleTest.testStylesDisabled -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testShowAllCompartmentsTitles -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests skipped
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testAttributeCompartment -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testCompartmentForceValue -- Time elapsed: 0.012 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests.testAttributeCompartmentForInterface -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest.testWithoutCSSSupport -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest.testCSSSupport -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testProjectStylesheets -- Time elapsed: 0.017 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testPackage -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testClassStyle -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testCSSClassStyle -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testPriorities -- Time elapsed: 0.006 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest.testInterfaceStyle -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testWorkspaceTheme -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testPackage -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testClassStyle -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testCSSClassStyle -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testPriorities -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest.testInterfaceStyle -- Time elapsed: 0.003 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.canonicalStyleNotInferred -- Time elapsed: 0.043 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.canonicalStyleInferred -- Time elapsed: 0.035 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest.overrideInferredStyle -- Time elapsed: 0.033 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testUnnamedReference -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testNamedReference -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testEmptyNameReference -- Time elapsed: 0.009 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest.testUntypedReference -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest.testKindSelectorForCompartment -- Time elapsed: 0.552 s
00:42:14 org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest.testKindSelectorForLabel -- Time elapsed: 0.590 s
00:42:14 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationLabelProviderTest.testLabels -- Time elapsed: 0.493 s
00:42:14 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest.testUseInternationalizationModification -- Time elapsed: 0.401 s
00:42:14 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest.testLanguageModification -- Time elapsed: 0.397 s
00:42:14 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.enablementNotification -- Time elapsed: 0.451 s
00:42:14 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.localeNotificationByPreferences -- Time elapsed: 0.410 s
00:42:14 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.localeNotification -- Time elapsed: 0.377 s
00:42:14 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.removePreferenceListener -- Time elapsed: 0.380 s
00:42:14 org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest.enablementNotificationByPreferences -- Time elapsed: 0.359 s
00:42:14 org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest.getViewCountOn -- Time elapsed: 0.039 s
00:42:14 org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest.getOwnedViewCount -- Time elapsed: 0.033 s
00:42:14 org.eclipse.papyrus.infra.viewpoints.policy.tests.PolicyCheckerTest.testIsInViewpoint -- Time elapsed: 0.020 s
00:42:14 org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyNonOwningContextOfView -- Time elapsed: 0.039 s
00:42:14 org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyOwnerOfViewOnly -- Time elapsed: 0.035 s
00:42:14 org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest.destroyOwningContextOfView -- Time elapsed: 0.037 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDomainTest.testGetQualifiedName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGeneralizationCycle__DiagnosticChain_Map -- Time elapsed: 0.007 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testCreationCommandClassRequired__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testContextGeneralizationIsConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testIsConsistentWith__ArchitectureContext -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testExtensionCycle__DiagnosticChain_Map -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testIsExtension -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testConversionCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testAllGeneralContexts -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testCeationCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGeneralNotExtended__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testContextExtensionsAreConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testAllExtendedContexts -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest.testGetQualifiedName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.StakeholderTest.testGetQualifiedName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ConcernTest.testGetQualifiedName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureViewpointTest.testGetQualifiedName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGeneralizationCycle__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testCreationCommandClassRequired__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testContextGeneralizationIsConsistent__DiagnosticChain_Map -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testIsConsistentWith__ArchitectureContext -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testExtensionCycle__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testIsExtension -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testConversionCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testAllGeneralContexts -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testCeationCommandClassExists__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGeneralNotExtended__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testContextExtensionsAreConsistent__DiagnosticChain_Map -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testAllExtendedContexts -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest.testGetQualifiedName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsSameName -- Time elapsed: 0.029 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeContextSameName -- Time elapsed: 0.036 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsDifferentName -- Time elapsed: 0.022 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeViewpointsRepresentationKinds -- Time elapsed: 0.024 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest.testMergeContextDifferentName -- Time elapsed: 0.043 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getMetamodel -- Time elapsed: 0.005 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getConversionCommandClass -- Time elapsed: 0.004 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getCreationCommandClass -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getRepresentationKinds -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getProfiles -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDomain -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDefaultViewpoints -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getParent -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getExtensionPrefix -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getCreationCommandClassName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getElementTypes -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getConversionCommandClassName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getQualifiedName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getIcon -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getId -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest.getDescription -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getStakeholders -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getParent -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getConcerns -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getQualifiedName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getIcon -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getId -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest.getDescription -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getConversionCommandClass -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getCreationCommandClass -- Time elapsed: 0.002 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDomain -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDefaultViewpoints -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getParent -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getExtensionPrefix -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getCreationCommandClassName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getElementTypes -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getConversionCommandClassName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getQualifiedName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getIcon -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getId -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest.getDescription -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getRepresentationKinds -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getParent -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getConcerns -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getContext -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getQualifiedName -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getIcon -- Time elapsed: 0 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getName -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getId -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest.getDescription -- Time elapsed: 0.001 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.resources -- Time elapsed: 0.036 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeViewpoints -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.traces -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.isMerged -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeDiagramParent -- Time elapsed: 0.021 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeRepresentationKinds -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.collectViewpoints -- Time elapsed: 0.044 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.collectStakeholdersAndConcerns -- Time elapsed: 0.017 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.getContexts -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest.mergeContextName -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.resources -- Time elapsed: 0.017 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeViewpoints -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.merged -- Time elapsed: 0.022 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.traces -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeDiagramParent -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeRepresentationKinds -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.collectViewpoints -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.stakeholdersAndConcernsCollected -- Time elapsed: 0.028 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.getContexts -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest.mergeContextName -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeViewpoints -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.contexts -- Time elapsed: 0.013 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeRepresentationKinds -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest.mergeDefaultViewpoints -- Time elapsed: 0.014 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.extensionContentNotInherited -- Time elapsed: 0.022 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.extensionContextsElided -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.inheritedContentMergedByExtension -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.emptyDomainsElided -- Time elapsed: 0.015 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest.stakeholdersAndConcerns -- Time elapsed: 0.016 s
00:42:14 org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerAddContextTest.addContextToExtendedDomain -- Time elapsed: 0.012 s
00:42:14 org.eclipse.papyrus.infra.ui.architecture.tests.editors.SwitchViewpointsTest.switchViewpoints -- Time elapsed: 1.266 s
00:42:14 org.eclipse.papyrus.infra.ui.architecture.tests.editors.ModelExplorerViewpointFilterTest.revealDiagramsAndTables -- Time elapsed: 0.548 s
00:42:14 org.eclipse.papyrus.infra.ui.architecture.tests.editors.GrayedIconTest.checkIcons -- Time elapsed: 0.404 s
00:42:14 
00:42:14 Results:
00:42:14 
00:42:14 Tests run: 1087, Failures: 0, Errors: 0, Skipped: 28
00:42:14 
00:42:16 [INFO] All tests passed
00:42:16 [INFO] 
00:42:16 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.suite.tests ---
00:42:16 [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
00:42:16 [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.suite.tests' with 0 classes
00:42:16 [INFO] 
00:42:16 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests >--
00:42:16 [INFO] Building org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT [150/175]
00:42:16 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml
00:42:16 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:42:16 [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
00:42:16 [INFO] 
00:42:16 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:16 [INFO] 
00:42:16 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:16 [INFO] The project's OSGi version is 2.0.0.202405060428
00:42:16 [INFO] 
00:42:16 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:16 [INFO] 
00:42:16 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:16 [INFO] 
00:42:16 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:16 [INFO] 
00:42:16 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:16 [INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.tests
00:42:17 [INFO] 
00:42:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42: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/infra/org.eclipse.papyrus.infra.newchild.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:42:17 [INFO] 
00:42:17 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [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
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [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
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [INFO] 
00:42:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [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
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 219 were skipped
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [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
00:42:17 [INFO] 
00:42:17 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [INFO] 
00:42:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.infra.newchild.tests ---
00:42:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:42:17 [INFO] 
00:42:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests >--
00:42:17 [INFO] Building org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT [151/175]
00:42:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml
00:42:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:42:17 [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
00:42:18 [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.202405050320/org.eclipse.papyrus.uml.properties.generation-3.0.0.202405050320.jar
00:42:18 [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.202405050320/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202405050320.jar
00:42:19 [INFO] 
00:42:19 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:19 [INFO] The project's OSGi version is 1.1.0.202405060428
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:19 [INFO] 
00:42:19 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:19 [INFO] 
00:42:19 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:19 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.suite.tests
00:42: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.202405050320/org.eclipse.papyrus.uml.properties.generation-3.0.0.202405050320.jar
00:42: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.202405050320/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202405050320.jar
00:42:25 [INFO] 
00:42:25 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:25 [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
00:42:25 [INFO] 
00:42:25 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:25 [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
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:25 [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
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:25 [INFO] 
00:42:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:25 [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
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:25 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1114 were skipped
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:25 [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
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:25 [INFO] 
00:42:25 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:42:27 [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
00:42:27 [INFO] Command line:
00:42:27 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:42:32 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
00:42:32 SLF4J: Defaulting to no-operation (NOP) logger implementation
00:42:32 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
00:42:32 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
00:42:32 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
00:42:32 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
00:42:32 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
00:42:32 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
00:42:32 
00:42:38 Running org.eclipse.papyrus.toolsmiths.suite.tests.AllTests
00:43:07 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
00:43:07 log4j:WARN Please initialize the log4j system properly.
00:43:07 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
00:48:14 Tests run: 165, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 336.2 s -- in org.eclipse.papyrus.toolsmiths.suite.tests.AllTests
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.ProfileAutomaticMigrationTest -- Time elapsed: 0.005 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.PackageAutomaticMigrationTest -- Time elapsed: 0 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.StereotypeAutomaticMigrationTest_Stereotype_delete_Property -- Time elapsed: 0.001 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.PropertyAutomaticMigrationTest -- Time elapsed: 0.003 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.StereotypeAutomaticMigrationTest -- Time elapsed: 0 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest.GeneralizationAutomaticMigrationTest -- Time elapsed: 0.001 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsAbstractFromStereotypeTest.atomicListTest -- Time elapsed: 0.001 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveProfileIntoNonApplyProfileTest -- Time elapsed: 0.034 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveStereotypeIntoNonApplyProfileTest -- Time elapsed: 0.046 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMovePackageIntoAlreadyApplyProfileTest -- Time elapsed: 0.035 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveStereotypeIntoAlreadyApplyProfileTest -- Time elapsed: 0.034 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMovePackageIntoNonApplyProfileTest -- Time elapsed: 0.048 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest.atomicListMoveProfileIntoAlreadyApplyProfileTest -- Time elapsed: 0.038 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.UpperMultiplicityTest -- Time elapsed: 0.001 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.atomicListTest -- Time elapsed: 0 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest.LowerMultiplicityTest -- Time elapsed: 0 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.DeleteEnumerationLiteralTest -- Time elapsed: 0.002 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.MoveEnumerationLiteralTest -- Time elapsed: 0 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest.atomicListTest -- Time elapsed: 0 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsStaticFromPropertyTest.atomicListTest -- Time elapsed: 0.001 s
00:48:14 org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.AddPropertyToStereotypeTest.atomicListTest -- Time elapsed: 0.001 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest.unresolvedNonBundleDeployedURI -- Time elapsed: 14.28 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest.noSpuriousDependencyProblemsFromDynamicProfileDefinition -- Time elapsed: 3.986 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.getFilesFromProject -- Time elapsed: 0.334 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.existFileFromProject_closed -- Time elapsed: 0.397 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.existFileFromProject -- Time elapsed: 2.623 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest.getFilesFromProject_closed -- Time elapsed: 0.238 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest.noIntermediateExtensionPointConfigurations -- Time elapsed: 3.759 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest.addMissingExtension -- Time elapsed: 0.165 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingAttributeMarkerResolutionTest.addMissingAttribute -- Time elapsed: 0.210 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFile -- Time elapsed: 0.296 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFolder -- Time elapsed: 0.275 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest.addFolder_withNesting -- Time elapsed: 0.233 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginBuilderTest.ok -- Time elapsed: 6.592 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest.noSuchModelFile -- Time elapsed: 2.980 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest.noExtension -- Time elapsed: 2.600 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unresolvedGrayedIconResourceURI -- Time elapsed: 1.700 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.invalidIconResourceURI -- Time elapsed: 2.017 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.clientContextIDMismatch -- Time elapsed: 2.385 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.multipleClientContexts -- Time elapsed: 1.926 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unusedRepresentationKind -- Time elapsed: 1.883 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.unresolvedIconResourceURI -- Time elapsed: 1.982 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationKindReferenced -- Time elapsed: 2.121 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.implicitMergeWarning -- Time elapsed: 8.001 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.explicitMergeNotWarned -- Time elapsed: 7.491 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdviceNotIncluded -- Time elapsed: 2.091 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdviceNotIncluded_extension -- Time elapsed: 1.921 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdvice_inherited -- Time elapsed: 1.767 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom.representationsAdvice_byExtension -- Time elapsed: 1.712 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.unresolvedCreationCommandClass -- Time elapsed: 9.348 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.creationCommandClassBinaryTypeResolved -- Time elapsed: 7.157 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic.invalidCreationCommandClass -- Time elapsed: 6.974 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression.bug573888_profilePlatformPluginURI -- Time elapsed: 2.199 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression.bug573888_registrationPlatformPluginURI -- Time elapsed: 1.826 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.missingArchitectureFrameworkDependency -- Time elapsed: 7.257 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.iconBundle -- Time elapsed: 1.570 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.creationCommandClassBundle -- Time elapsed: 9.109 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest.creationCommandClassBinaryTypeResolved -- Time elapsed: 7.202 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 1.260 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 1.694 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingArchitecture -- Time elapsed: 1.873 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.missingIcon -- Time elapsed: 1.323 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest.allReferencesSpecific -- Time elapsed: 1.597 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.tests.ModelQuickFixTests.representationsAdviceFix -- Time elapsed: 2.703 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginValidationTest.testProfilePluginValidation -- Time elapsed: 0.996 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.dependencyValidationFails -- Time elapsed: 0.619 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.extensionValidationPasses -- Time elapsed: 1.085 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.modelValidationPasses -- Time elapsed: 1.229 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.buildPropertiesValidationFails -- Time elapsed: 0.772 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.dependencyValidationPasses -- Time elapsed: 0.907 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.extensionValidationFails -- Time elapsed: 0.589 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.modelValidationFails -- Time elapsed: 0.617 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.iconBundleDependency -- Time elapsed: 0.592 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest.buildPropertiesValidationPasses -- Time elapsed: 0.720 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.clientContextIDViaGMF -- Time elapsed: 0.662 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.clientContextIDViaArchitectureCongtext -- Time elapsed: 0.913 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noClientContext -- Time elapsed: 0.742 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noSuchModelFile -- Time elapsed: 0.645 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noExtension -- Time elapsed: 0.569 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.noExtensionButArchitectureReference -- Time elapsed: 0.740 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest.unknownClientContextID -- Time elapsed: 0.907 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedFeatureName -- Time elapsed: 0.907 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.ok -- Time elapsed: 0.755 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 0.946 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unqualifiedStereotypeQualifiedName -- Time elapsed: 1.007 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice.unresolvedProfileQualifiedName -- Time elapsed: 1.177 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General.unresolvedIconReference -- Time elapsed: 1.152 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General.unresolvedMetamodelNSURI -- Time elapsed: 0.952 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.unresolvedProfileURI -- Time elapsed: 0.798 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.ok -- Time elapsed: 0.747 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 0.795 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.unresolvedFeatureName -- Time elapsed: 0.883 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.ok -- Time elapsed: 0.715 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice.unresolvedStereotypeQualifiedName -- Time elapsed: 1.061 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 1.124 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.missingReferencedIcon -- Time elapsed: 0.902 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 1.182 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest.allReferencesExplicit -- Time elapsed: 0.708 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginValidationTest.testProfilePluginValidation -- Time elapsed: 4.296 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest.hasExtension -- Time elapsed: 4.359 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest.noExtension -- Time elapsed: 4.225 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfileModelBuilderTest.profileRelativeURI -- Time elapsed: 2.897 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginBuilderTest.ok -- Time elapsed: 1.331 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginXMLBuilderTest.noExtension -- Time elapsed: 1.366 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest.unresolvedIconResourceURI -- Time elapsed: 0.967 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest.unresolvedRole -- Time elapsed: 0.642 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.modelResourceBundle -- Time elapsed: 0.808 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.iconResourceBundle -- Time elapsed: 0.641 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest.missingNewChildBundleDependency -- Time elapsed: 1.032 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.allReferencedByFolder -- Time elapsed: 0.877 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingReferencedResource -- Time elapsed: 0.950 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingNewChildModel -- Time elapsed: 0.656 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest.missingIcon -- Time elapsed: 0.597 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.environmentOK -- Time elapsed: 6.718 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.contextOK -- Time elapsed: 2.353 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.extensionsOK -- Time elapsed: 2.435 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest.manifestOK -- Time elapsed: 2.101 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest.noEnvironmentExtension -- Time elapsed: 2.179 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest.noContextExtension -- Time elapsed: 2.854 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.missingDependencyByContextReference -- Time elapsed: 1.807 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.unresolvedEnvironmentModelFactory -- Time elapsed: 7.428 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest.missingDependencyByEnvironmentModelFactory -- Time elapsed: 7.601 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.implicitSourceTracesOK -- Time elapsed: 2.748 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextProperty -- Time elapsed: 2.238 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextElement -- Time elapsed: 1.586 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.obsoleteDataContextProperty -- Time elapsed: 1.746 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.obsoleteDataContextElement -- Time elapsed: 2.490 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.enumPropertyWrongType -- Time elapsed: 1.894 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.stringPropertyWrongType -- Time elapsed: 1.874 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.dataTypeAsClass -- Time elapsed: 2.226 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.stringPropertyEditorWrongWidgetType -- Time elapsed: 2.342 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedInstanceOfConstraint -- Time elapsed: 2.151 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedHasStereotypeConstraint -- Time elapsed: 1.760 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.unresolvedHasStereotypeConstraint_byRenamedProfile -- Time elapsed: 1.884 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedProperty -- Time elapsed: 1.977 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedStereotype -- Time elapsed: 2.061 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.renamedProfile -- Time elapsed: 1.593 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextPackage_nestedProfile -- Time elapsed: 1.777 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.missingDataContextPackage_nestedPackage -- Time elapsed: 2.059 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.profileMoved -- Time elapsed: 1.758 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest.propertyWrongMultiplicity -- Time elapsed: 1.438 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.implicitSourceTracesOK -- Time elapsed: 2.026 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.missingDataContextProperty -- Time elapsed: 1.433 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.missingDataContextElement -- Time elapsed: 1.814 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.obsoleteDataContextProperty -- Time elapsed: 1.070 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.obsoleteDataContextElement -- Time elapsed: 1.462 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.enumPropertyWrongType -- Time elapsed: 1.752 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.stringPropertyWrongType -- Time elapsed: 1.154 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest.unresolvedInstanceOfConstraint -- Time elapsed: 1.727 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.stringPropertyWrongType -- Time elapsed: 3.399 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextPackage_nestedPackage -- Time elapsed: 2.581 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedProfile -- Time elapsed: 4.221 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_instanceOf -- Time elapsed: 3.573 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextPackage_nestedProfile -- Time elapsed: 3.828 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.obsoleteDataContextElement -- Time elapsed: 3.870 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_hasStereotype -- Time elapsed: 3.271 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedProperty -- Time elapsed: 3.203 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextProperty -- Time elapsed: 3.072 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.missingDataContextElement -- Time elapsed: 2.880 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.propertyWrongMultiplicity -- Time elapsed: 3.043 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.stringPropertyEditorWrongWidgetType -- Time elapsed: 3.362 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.enumPropertyWrongType -- Time elapsed: 2.828 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.unresolvedConstraintClass_hasStereotype_byRenamedProfile -- Time elapsed: 3.275 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.obsoleteDataContextProperty -- Time elapsed: 3.418 s
00:48:14 org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests.renamedStereotype -- Time elapsed: 3.588 s
00:48:14 
00:48:14 Results:
00:48:14 
00:48:14 Tests run: 165, Failures: 0, Errors: 0, Skipped: 0
00:48:14 
00:48:18 [INFO] All tests passed
00:48:18 [INFO] 
00:48:18 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.toolsmiths.suite.tests ---
00:48:18 [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
00:48:18 [INFO] Analyzed bundle 'org.eclipse.papyrus.toolsmiths.suite.tests' with 0 classes
00:48:18 [INFO] 
00:48:18 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests >--
00:48:18 [INFO] Building org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT [152/175]
00:48:18 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml
00:48:18 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:48:18 [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
00:48:18 [INFO] 
00:48:18 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:18 [INFO] 
00:48:18 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:18 [INFO] The project's OSGi version is 2.0.0.202405060428
00:48:18 [INFO] 
00:48:18 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:18 [INFO] 
00:48:18 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:18 [INFO] 
00:48:18 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:18 [INFO] 
00:48:18 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:18 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.communication.tests
00:48:20 [INFO] 
00:48:20 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48: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.communication.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:48:20 [INFO] 
00:48:20 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:20 [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
00:48:20 [INFO] 
00:48:20 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:20 [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
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:21 [INFO] 
00:48:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:21 [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
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:21 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:21 [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
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:21 [INFO] Skipping tests
00:48:21 [INFO] 
00:48:21 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.communication.tests ---
00:48:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:48:21 [INFO] 
00:48:21 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests >--
00:48:21 [INFO] Building org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT [153/175]
00:48:21 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml
00:48:21 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:48:21 [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
00:48:21 [INFO] 
00:48:21 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:21 [INFO] The project's OSGi version is 2.0.0.202405060428
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:21 [INFO] 
00:48:21 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:21 [INFO] 
00:48:21 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:21 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.statemachine.tests
00:48:23 [INFO] 
00:48:23 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48: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/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:48:23 [INFO] 
00:48:23 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [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
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [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
00:48:23 [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] 
00:48:23 	assertThat(smDiagram.eResource(), nullValue());
00:48:23 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:48:23 The method assertThat(Resource, Matcher<? super Resource>) from the type Assert is deprecated
00:48:23 1 problem (1 warning)
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [INFO] 
00:48:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [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
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [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
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [INFO] 
00:48:23 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [INFO] Skipping tests
00:48:23 [INFO] 
00:48:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.statemachine.tests ---
00:48:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:48:23 [INFO] 
00:48:23 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests >--
00:48:23 [INFO] Building org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT [154/175]
00:48:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml
00:48:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:48:23 [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
00:48:24 [INFO] 
00:48:24 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:24 [INFO] 
00:48:24 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:24 [INFO] The project's OSGi version is 2.0.100.202405060428
00:48:24 [INFO] 
00:48:24 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:24 [INFO] 
00:48:24 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:24 [INFO] 
00:48:24 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:24 [INFO] 
00:48:24 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:24 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.interactionoverview.tests
00:48:25 [INFO] 
00:48:25 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:25 [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
00:48:25 [INFO] 
00:48:25 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:25 [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
00:48:25 [INFO] 
00:48:25 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:25 [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
00:48:26 [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] 
00:48:26 	import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils;
00:48:26 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:48:26 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:48:26 [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] 
00:48:26 	final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID);
00:48:26 	                                                                         ^^^^^^^^^^^^^
00:48:26 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:48:26 [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] 
00:48:26 	final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID);
00:48:26 	                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:48:26 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:48:26 [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] 
00:48:26 	@SuppressWarnings("unchecked")
00:48:26 	                  ^^^^^^^^^^^
00:48:26 Unnecessary @SuppressWarnings("unchecked")
00:48:26 [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] 
00:48:26 	import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils;
00:48:26 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:48:26 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:48:26 [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] 
00:48:26 	final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID);
00:48:26 	                                                                                                    ^^^^^^^^^^^^^
00:48:26 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:48:26 [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] 
00:48:26 	final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID);
00:48:26 	                                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:48:26 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.202405050300/org.eclipse.papyrus.uml.diagram.timing-2.1.100.202405050300.jar')
00:48:26 7 problems (7 warnings)
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:26 [INFO] 
00:48:26 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:26 [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
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:26 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:26 [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
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:26 [INFO] 
00:48:26 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:26 [INFO] Skipping tests
00:48:26 [INFO] 
00:48:26 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests ---
00:48:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:48:26 [INFO] 
00:48:26 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests >--
00:48:26 [INFO] Building org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT [155/175]
00:48:26 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml
00:48:26 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:48:26 [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
00:48:28 [INFO] 
00:48:28 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:28 [INFO] The project's OSGi version is 1.1.0.202405060428
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:28 [INFO] 
00:48:28 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:28 [INFO] 
00:48:28 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:28 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.suite.tests
00:48:34 [INFO] 
00:48:34 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00: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/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:48:34 [INFO] 
00:48:34 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48: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/main/resources
00:48:34 [INFO] 
00:48:34 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:34 [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
00:48:35 [INFO] 
00:48:35 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:35 [INFO] 
00:48:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:35 [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
00:48:35 [INFO] 
00:48:35 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:35 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1110 were skipped
00:48:35 [INFO] 
00:48:35 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:35 [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
00:48:35 [INFO] 
00:48:35 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:35 [INFO] 
00:48:35 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:48:36 [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
00:48:36 [INFO] Command line:
00:48:36 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:48:41 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
00:48:41 SLF4J: Defaulting to no-operation (NOP) logger implementation
00:48:41 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
00:48:42 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
00:48:42 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
00:48:42 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
00:48:42 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
00:48:42 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
00:48:42 
00:48:47 Running org.eclipse.papyrus.uml.diagram.suite.tests.AllTests
00:48:54 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
00:48:54 log4j:WARN Please initialize the log4j system properly.
00:48:54 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
00:49:01 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
00:57:02 Tests run: 1422, Failures: 0, Errors: 0, Skipped: 174, Time elapsed: 494.1 s -- in org.eclipse.papyrus.uml.diagram.suite.tests.AllTests
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypePropertyStructure -- Time elapsed: 8.215 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCompartmentStructure -- Time elapsed: 2.181 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeLabelStructure -- Time elapsed: 1.813 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCompartmentInCommentStructure -- Time elapsed: 1.928 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypePropertyInCommentStructure -- Time elapsed: 1.662 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeCommentStructure -- Time elapsed: 1.724 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testProfileApplication -- Time elapsed: 1.564 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeBraceStructure -- Time elapsed: 1.529 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest.testStereotypeBracePropertyStructure -- Time elapsed: 1.408 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnEnumeration -- Time elapsed: 2.696 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnPackage -- Time elapsed: 1.733 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnInterface -- Time elapsed: 1.562 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest.testApplyStereotypeOnClass -- Time elapsed: 1.640 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnEnumerationLiteral -- Time elapsed: 1.592 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnProperty -- Time elapsed: 1.518 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest.testApplyStereotypeOnOperation -- Time elapsed: 1.503 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayLinkClassDiagramTest.testApplyStereotypeOnLink -- Time elapsed: 1.486 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test1 -- Time elapsed: 1.419 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test2 -- Time elapsed: 1.187 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test3 -- Time elapsed: 1.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test5 -- Time elapsed: 1.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.commonBendpoints_Test6 -- Time elapsed: 1.042 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test4 -- Time elapsed: 0.935 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test7 -- Time elapsed: 1.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test8 -- Time elapsed: 0.969 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test9 -- Time elapsed: 0.987 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test10 -- Time elapsed: 0.924 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest.testCommonbendpoints_Test11 -- Time elapsed: 0.845 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags10 -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags11 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags12 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags13 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags1 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags2 -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags3 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags4 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags5 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags6 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags7 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags8 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase.testCleanHTMLTags9 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText10 -- Time elapsed: 0.002 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText11 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText1 -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText2 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText3 -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText4 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText5 -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText6 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText7 -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText8 -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase.testGenerateBlockForText9 -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest.testDeleteOnClassNamedStyleFont -- Time elapsed: 0.908 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest.testDeleteOnPackageWithStyle -- Time elapsed: 0.887 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation skipped
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase1 -- Time elapsed: 1.326 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase2 -- Time elapsed: 1.255 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase3 -- Time elapsed: 1.288 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation.testUMLCase4 -- Time elapsed: 1.324 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityDefault -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinity -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerIntUpper -- Time elapsed: 0.003 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityEqualsLiteralLowerUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntLowerStringUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLiteralLowerStringLiteralUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerIsNull -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerStringUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerIntUpperInfinity -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerUpper -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralUpperIsNull -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringInfinityLowerUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerLiteralInfinity -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLiteralLowerEqualsUpperWithBrackets -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLiteral -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntLowerIntUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerInfinity -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLiteralRange -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityIntRange -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntValues -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityLowerEqualsUpperWithBrackets -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityInfinityLowerUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLowerUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralEqualsWithBrackets -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityIntLowerStringLiteralUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase.testMultiplicityStringLiteralLowerIntLiteralUpper -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralBooleanFalse -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralIntegerNegative -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralInteger -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralUnlimitedNaturalInfinitive -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralUnlimitedNatural -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralBoolean -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralNull -- Time elapsed: 0.004 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralReal -- Time elapsed: 0.003 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase.testLiteralString -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest skipped
00:57:02 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:initial -- Time elapsed: 1.309 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:synch -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:undo -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest.appliedStereotypeViewsNotDeleted_bug471954:redo -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForPortWithCSS -- Time elapsed: 1.443 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForFloatingLabelWithCSS -- Time elapsed: 1.229 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest skipped
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForFloatingLabel -- Time elapsed: 1.153 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest skipped
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForNode -- Time elapsed: 1.330 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForPort -- Time elapsed: 1.211 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest.testGenericShapeForNodeWithCSS -- Time elapsed: 1.323 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest.testMoveOneGeneralization -- Time elapsed: 0.854 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest.testMoveTwoGeneralizations -- Time elapsed: 0.807 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug495430_DuplicatedTransitionsTest.checkDuplication -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testResizedPortPosition -- Time elapsed: 2.289 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnOval -- Time elapsed: 0.642 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnPackageTop -- Time elapsed: 0.650 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPosition -- Time elapsed: 2.180 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest.testPortPositionOnCorner -- Time elapsed: 0.983 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testAssociationRoleMultiplicityPosition -- Time elapsed: 0.942 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testDependencyNamePosition -- Time elapsed: 0.796 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testIntRealizationNamePosition -- Time elapsed: 0.788 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest.testContextLinkNamePosition -- Time elapsed: 0.660 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleEClassRef -- Time elapsed: 2.153 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleEClassRef -- Time elapsed: 1.935 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyProfile -- Time elapsed: 1.828 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_MultiEClassRef -- Time elapsed: 1.854 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_SingleStereoRef -- Time elapsed: 1.851 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_SingleEClassRef -- Time elapsed: 1.803 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_MultiStereoRef -- Time elapsed: 1.781 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_MultiStereoRef -- Time elapsed: 1.982 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_SingleStereoRef -- Time elapsed: 1.909 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_SingleStereoRef -- Time elapsed: 1.848 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiEClassRef -- Time elapsed: 1.896 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_SingleEClassRef -- Time elapsed: 1.728 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_MultiEClassRef -- Time elapsed: 1.739 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_MultiStereoRef -- Time elapsed: 1.734 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_MultiEClassRef -- Time elapsed: 1.794 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Deletion_SingleEClassRef -- Time elapsed: 1.772 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_MultiStereoRef -- Time elapsed: 1.749 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyStereotypeOnSource -- Time elapsed: 1.733 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_UnapplyStereotypeOnTarget -- Time elapsed: 1.619 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSource_SingleEClassRef -- Time elapsed: 1.721 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleStereoRef -- Time elapsed: 1.769 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleStereoRef -- Time elapsed: 1.735 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_Creation_MultiStereoRef -- Time elapsed: 1.701 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_SingleStereoRef -- Time elapsed: 1.651 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTarget_MultiEClassRef -- Time elapsed: 1.712 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameEdge_MultiEClassRef -- Time elapsed: 1.755 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest.testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiStereoRef -- Time elapsed: 1.743 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest.testConnectionDecorationRegistry -- Time elapsed: 0.709 s
00:57:02 org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest.testEdgeDecoration -- Time elapsed: 0.648 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageIPackage -- Time elapsed: 1.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageSignal -- Time elapsed: 0.345 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageEnumeration -- Time elapsed: 0.377 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInterface -- Time elapsed: 0.433 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInformationItem -- Time elapsed: 0.322 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageTimeObservation -- Time elapsed: 0.389 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageDurationObservation -- Time elapsed: 0.377 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageInstanceSpecification -- Time elapsed: 0.722 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageComment -- Time elapsed: 0.400 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageDataType -- Time elapsed: 0.434 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageConstraint -- Time elapsed: 0.336 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageClass -- Time elapsed: 0.435 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageModel -- Time elapsed: 0.384 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManageComponent -- Time elapsed: 0.468 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode.testToManagePrimitiveType -- Time elapsed: 0.403 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageSignal -- Time elapsed: 0.933 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageEnumeration -- Time elapsed: 0.455 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInterface -- Time elapsed: 0.509 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInformationItem -- Time elapsed: 0.458 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageInstanceSpecification -- Time elapsed: 0.395 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageComment -- Time elapsed: 0.415 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageDataType -- Time elapsed: 0.434 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageConstraint -- Time elapsed: 0.433 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageClass -- Time elapsed: 0.464 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManageComponent -- Time elapsed: 0.456 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode.testToManagePrimitiveType -- Time elapsed: 0.434 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedDataType -- Time elapsed: 0.333 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManagePrimitiveTypeOperation -- Time elapsed: 0.107 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedSignal -- Time elapsed: 0.127 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedInterface -- Time elapsed: 0.145 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageEnumerationLiteralEnumeration -- Time elapsed: 0.099 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedDataType -- Time elapsed: 0.120 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedSignal -- Time elapsed: 0.105 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedEnumeration -- Time elapsed: 0.111 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceProperty -- Time elapsed: 0.121 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedEnumeration -- Time elapsed: 0.109 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedSignal -- Time elapsed: 0.103 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceReception -- Time elapsed: 0.122 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedClass -- Time elapsed: 0.113 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentReception -- Time elapsed: 0.105 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedPrimitiveType -- Time elapsed: 0.106 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentProperty -- Time elapsed: 0.108 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassProperty -- Time elapsed: 0.125 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManagePrimitiveTypeProperty -- Time elapsed: 0.129 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedPrimitiveType -- Time elapsed: 0.122 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassReception -- Time elapsed: 0.124 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedDataType -- Time elapsed: 0.137 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceOperation -- Time elapsed: 0.134 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedClass -- Time elapsed: 0.111 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentOperation -- Time elapsed: 0.150 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageSignalProperty -- Time elapsed: 0.094 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassNestedInetrface -- Time elapsed: 0.103 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedPrimitiveType -- Time elapsed: 0.111 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedEnumeration -- Time elapsed: 0.104 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageClassOperation -- Time elapsed: 0.118 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageInterfaceNestedClass -- Time elapsed: 0.105 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel.testToManageComponentNestedInterface -- Time elapsed: 0.115 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageSubstitution -- Time elapsed: 0.664 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageElementImport -- Time elapsed: 0.422 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageInterfaceRealization -- Time elapsed: 0.386 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageTemplateBinding -- Time elapsed: 0.374 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.310 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource.testToManagePackageImport -- Time elapsed: 0.323 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink.testToManageMultiDependency -- Time elapsed: 0.514 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink.testToManageMultiAssociation -- Time elapsed: 0.500 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContainmentLink.testToManageContainment -- Time elapsed: 0.370 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContextLink.testToManageContextLink -- Time elapsed: 0.408 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestDropfunction.testDropWithOrder -- Time elapsed: 0.418 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation.testStaticOperation -- Time elapsed: 0.390 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation.testStaticProperty -- Time elapsed: 0.474 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedDataType -- Time elapsed: 0.316 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedSignal -- Time elapsed: 0.061 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedInterface -- Time elapsed: 0.090 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageclassNestedEnumeration -- Time elapsed: 0.058 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedDataType -- Time elapsed: 0.079 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedSignal -- Time elapsed: 0.079 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedEnumeration -- Time elapsed: 0.060 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedSignal -- Time elapsed: 0.056 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedClass -- Time elapsed: 0.053 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedPrimitiveType -- Time elapsed: 0.057 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedPrimitiveType -- Time elapsed: 0.057 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedDataType -- Time elapsed: 0.057 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedClass -- Time elapsed: 0.058 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageClassNestedInetrface -- Time elapsed: 0.051 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedPrimitiveType -- Time elapsed: 0.054 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedEnumeration -- Time elapsed: 0.056 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageInterfaceNestedClass -- Time elapsed: 0.062 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier.testToManageComponentNestedInterface -- Time elapsed: 0.074 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsProperty -- Time elapsed: 0.261 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsClass -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testDataTypeVsProperty -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testAssociationClassVsProperty -- Time elapsed: 0.060 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsOperation -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testEnumerationVsEnumerationLiteral -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testDataTypeVsOperation -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsPrimitiveType -- Time elapsed: 0.046 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsOperation -- Time elapsed: 0.047 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsProperty -- Time elapsed: 0.071 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsDataType -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsSignal -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsPrimitiveType -- Time elapsed: 0.043 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsEnumeration -- Time elapsed: 0.038 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testPrimitiveTypeVsOperation -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testAssociationClassVsOperation -- Time elapsed: 0.050 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsPrimitiveType -- Time elapsed: 0.038 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsProperty -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsDataType -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsSignal -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsInterface -- Time elapsed: 0.042 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsEnumeration -- Time elapsed: 0.093 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsEnumeration -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsReception -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsInterface -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsDataType -- Time elapsed: 0.040 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsSignal -- Time elapsed: 0.039 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testInterfaceVsReception -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsClass -- Time elapsed: 0.042 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsInterface -- Time elapsed: 0.045 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testClassVsReception -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testSignalVsProperty -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsClass -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testComponentVsOperation -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates.testPrimitiveTypeVsProperty -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceNestedCompartment -- Time elapsed: 0.208 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInPrimitiveTypeAttributeCompartment -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceOperationCompartment -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInDataTypeAttributeCompartment -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInClassOperationCompartment -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceAttributeCompartment -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceNestedCompartment -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInClassNestedCompartment -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInClassAttributeCompartment -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInComponentOperationCompartment -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInPrimitiveTypeOperationCompartment -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInComponentNestedCompartment -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInComponentAttributeCompartment -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInClassNestedCompartment -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testPropertyInDataTypeOperationCompartment -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements.testOperationInComponentNestedCompartment -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.245 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.048 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.050 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInComponentDropFromModelExplorer -- Time elapsed: 0.024 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInInterfaceDropFromModelExplorer -- Time elapsed: 0.023 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropDataType2PropertyAttributeCompartment -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.053 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSignal2PropertyAttributeCompartment -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInComponentDropFromModelExplorer -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.047 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.052 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInSignalDropFromModelExplorer -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInDataTypeDropFromModelExplorer -- Time elapsed: 0.024 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInClassDropFromModelExplorer -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropClass2OperationCompartment -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2OperationCompartment -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.040 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropClass2PropertyAttributeCompartment -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropPrimitiveType2AttributeCompartment -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.045 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.048 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropComponent2OperationCompartment -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2PropertyAttributeCompartment -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInClassDropFromModelExplorer -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2InterfaceAttributeCompartment -- Time elapsed: 0.052 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2SignalAttributeCompartment -- Time elapsed: 0.042 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.048 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.062 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropPrimitiveType2OperationCompartment -- Time elapsed: 0.051 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2DataTypeAttributeCompartment -- Time elapsed: 0.061 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInPrimitiveTypeDropFromModelExplorer -- Time elapsed: 0.024 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndCompositeDirectedProperty2ComponentAttributeCompartment -- Time elapsed: 0.054 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInPrimitiveTypeDropFromModelExplorer -- Time elapsed: 0.025 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropDataType2OperationCompartment -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropAssociationEndDirectedProperty2PrimitiveTypeAttributeCompartment -- Time elapsed: 0.048 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropComponent2PropertyAttributeCompartment -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInDataTypeDropFromModelExplorer -- Time elapsed: 0.025 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropSharedAssociationDirectedProperty2ClassAttributeCompartment -- Time elapsed: 0.051 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInInterfaceDropFromModelExplorer -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageIPackage -- Time elapsed: 0.292 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageSignal -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageEnumeration -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInterface -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInformationItem -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageTimeObservation -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageDurationObservation -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageInstanceSpecification -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageComment -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageDataType -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageConstraint -- Time elapsed: 2.425 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageClass -- Time elapsed: 0.053 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageModel -- Time elapsed: 0.024 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManageComponent -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode.testToManagePrimitiveType -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationClass.testManageAssociationClass -- Time elapsed: 1.074 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfcaeVsComponent -- Time elapsed: 0.220 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfacetVsClass -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClassVsInterface -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsClass -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClasstVsClass -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsInterface -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedInterfaceVsInterface -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedClassVsComponent -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild.testNestedComponentVsComponent -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic.testAssociationLinkReorient -- Time elapsed: 0.266 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic.testAssociationLink -- Time elapsed: 0.052 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramInstanceSpecification.testInstanceSpecification -- Time elapsed: 0.407 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageSignal -- Time elapsed: 0.219 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageEnumeration -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageInterface -- Time elapsed: 0.023 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageDataType -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageClass -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManageComponent -- Time elapsed: 0.023 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature.testToManagePrimitiveType -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagram.testToManageClassDiagram -- Time elapsed: 0.250 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest.testOpening24PackageModel -- Time elapsed: 0.304 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest.testOpening24PackageDiagram -- Time elapsed: 0.389 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug382954_InstanceSpecificationLink.testLinkCreation -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest.testCopyConstraintInClassDiagram -- Time elapsed: 1.477 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest.testCopyConstraintInClassDiagramWithClass -- Time elapsed: 1.080 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest.testMoveOneLiteral -- Time elapsed: 0.621 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest.testMoveTwoLiterals -- Time elapsed: 0.597 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest.testPropertyReference -- Time elapsed: 0.627 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest.testMoveGeneralization -- Time elapsed: 0.651 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest.testAllContentsNoInheritance -- Time elapsed: 0.972 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest.testAllContentsToChild -- Time elapsed: 0.927 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationNotInverted -- Time elapsed: 0.292 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationAfterReorientSource -- Time elapsed: 0.106 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest.testDropAssociationAfterReorientTarget -- Time elapsed: 0.108 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.resources.ClassPaletteTest.checkPaletteIds -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.023 s
00:57:02 org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.063 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageAddVariableValueAction -- Time elapsed: 1.264 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDestroyObjectAction -- Time elapsed: 0.957 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDecisionNode -- Time elapsed: 0.663 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadStructuralFeatureAction -- Time elapsed: 0.623 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageInitialNode -- Time elapsed: 0.771 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageValueSpecificationAction -- Time elapsed: 0.705 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageCentralBufferNode -- Time elapsed: 0.601 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageSequenceNode -- Time elapsed: 0.604 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageOpaqueAction -- Time elapsed: 0.555 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageConditionalNode -- Time elapsed: 0.710 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadSelfAction -- Time elapsed: 0.562 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageActivityPartition -- Time elapsed: 0.546 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageForkNode -- Time elapsed: 0.566 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageMergeNode -- Time elapsed: 0.560 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageCreateObjectAction -- Time elapsed: 0.621 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageExpansionRegion -- Time elapsed: 0.530 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageFlowFinalNode -- Time elapsed: 0.617 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageDataStoreNode -- Time elapsed: 0.691 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageReadVariableAction -- Time elapsed: 0.546 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageloopNode -- Time elapsed: 0.376 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageSendObjectAction -- Time elapsed: 0.561 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageActivityFinalNode -- Time elapsed: 0.615 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageAcceptEventAction -- Time elapsed: 0.963 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageJoinNode -- Time elapsed: 0.444 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageBroadCastSignalAction -- Time elapsed: 0.548 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode.testToManageStructuredActivity -- Time elapsed: 0.520 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityChildNodeInStructuredActivity skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToSequenceNode -- Time elapsed: 0.329 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToConditionalNode -- Time elapsed: 0.054 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToStructuredNode -- Time elapsed: 0.054 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToConditionalNode -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToStructuredNode -- Time elapsed: 0.053 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromLoopNodeToActivity -- Time elapsed: 0.039 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToExpansionRegionNode -- Time elapsed: 0.053 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromConditionalNodeToActivity -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToLoopNode -- Time elapsed: 0.050 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromSequenceNodeToActivity -- Time elapsed: 0.038 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToConditionalNode -- Time elapsed: 0.052 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToActivity -- Time elapsed: 0.039 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToExpansionRegion -- Time elapsed: 0.064 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromStructuredNodeToActivity -- Time elapsed: 0.039 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToLoop -- Time elapsed: 0.043 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToLoopNode -- Time elapsed: 0.077 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.BeetwenNonContainmentActivityGroup -- Time elapsed: 0.048 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToExpansionRegionNode -- Time elapsed: 0.048 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToActivity -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityPartitionToInteruptibleActivtyRegion -- Time elapsed: 0.049 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToActivityPartion -- Time elapsed: 0.048 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToStructuredNode -- Time elapsed: 0.046 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromExpansionRegionToActivity -- Time elapsed: 0.038 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromInterruptibleActivityRegionToSequenceNode -- Time elapsed: 0.046 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToActivityPartition -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToInterruptibleActivityRegion -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup.testFromActivityToSequenceNode -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestDropObjects.testExpansionNodeInExpansionRegionCompartment -- Time elapsed: 0.271 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestCommentLink.testToCreateCommentLink -- Time elapsed: 0.250 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInClearStructuralFeatureAction -- Time elapsed: 0.240 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInReadLinkAction -- Time elapsed: 0.055 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureStructuredActivityNodeInActivity -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureConditionalNodeInActivity -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsFirstInInsertAtTestIdentityAction -- Time elapsed: 0.042 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInTestIdentityAction -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.081 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionNodeAsOutInExpansionRegion -- Time elapsed: 0.025 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsCollectionInReduceAction -- Time elapsed: 0.043 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.052 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.048 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadStructuralFeatureAction -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsTargetInSendObjectAction -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInExpansionRegion -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsRequestInSendObjectAction -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInCreateLinkAction -- Time elapsed: 0.039 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsSecondInTestIdentityAction -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsRequestInSendObjectAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInDestroyLinkAction -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureInitialNodeActionActionInActivity -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReclassifyObjectAction -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInReadLinkAction -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.086 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReclassifyObjectAction -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadIsClassifiedObjectAction -- Time elapsed: 0.040 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureAcceptEventActionInLoopNode -- Time elapsed: 0.047 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsLoopVariableInLoopNode -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsCollectionInReduceAction -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInOpaqueAction -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.025 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testResetInRegionWhenResizeGraphicalRepresentationElements -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsTargetInSendObjectAction -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReclassifyObjectAction -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsLoopVariableInputInLoopNode -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInClearStructuralFeatureAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureSequenceNodeInActivity -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadLinkAction -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInConditionalNode -- Time elapsed: 0.039 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsTargetInDestroyObjectAction -- Time elapsed: 0.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionRegonInStructuredActivityNode -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReduceAction -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsArgumentInBroadcastSignalAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.043 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadExtentAction -- Time elapsed: 0.044 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureActivityInActivity -- Time elapsed: 0.042 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInSequenceNode -- Time elapsed: 0.025 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsValueInAddVariableValueAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInOpaqueAction -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInReadLinkAction -- Time elapsed: 0.042 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionNodeAsInInExpansionRegion -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInStartObjectBehaviorAction -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.040 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsLoopVariableInputInLoopNode -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectIngetStartClassifierBehaviorAction -- Time elapsed: 0.038 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureExpansionRegionInActivity -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInClearAssociationAction -- Time elapsed: 0.054 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsTargetInDestroyObjectAction -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInDestroyLinkAction -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInAddStructuralFeatureValueAction -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInReadVariableAction -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsObjectInClearAssociationAction -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsSecondInTestIdentityAction -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInsertAtInAddVariableValueAction -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReadStructuralFeatureAction -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsObjectInReadIsClassifiedObjectAction -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInputValueInCreateLinkAction -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsStrucutredNodeInputInExpansionRegion -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInDestroyLinkAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsLoopVariableInputInLoopNode -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsResultInLoopNode -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsObjectInClearAssociationAction -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsTargetInDestroyObjectAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsCollectionInReduceAction -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsTargetInSendObjectAction -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputPinAsOutputValueInOpaqueAction -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInStartObjectBehaviorAction -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsValueInAddStructuralFeatureValueAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsResultInAddStructuralFeatureValueAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsStrucutredNodeInputInSequenceNode -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInConditionalNode -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsArgumentInStartObjectBehaviorAction -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsStrucutredNodeInputInStructuredActivityNode -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureCreateLinkActionInActivity -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsFirstInTestIdentityAction -- Time elapsed: 0.089 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureOpaqueActionActionInActivity -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsRequestInSendObjectAction -- Time elapsed: 0.038 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testActionPinAsInputValueInCreateLinkAction -- Time elapsed: 0.035 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsValueInAddVariableValueAction -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testOutputAsStrucutredNodeOutputInStructuredActivityNode -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsSecondInTestIdentityAction -- Time elapsed: 0.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureLoopNodeInActivity -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureDecisionNodeInConditionalNode -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature skipped
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsInputValueInOpaqueAction -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsFirstInTestIdentityAction -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testValuePinAsInsertAtInAddStructuralFeatureValueAction -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testResetInPartitionWhenResizeGraphicalRepresentationElements -- Time elapsed: 0.071 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testFeatureTestIdentityActionInActivity -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature.testInputPinAsValueInAddVariableValueAction -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateControlFlowLinkInStructuredActivityNode -- Time elapsed: 0.325 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromPinToPin -- Time elapsed: 0.121 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testControlFlowLinkReorient -- Time elapsed: 0.123 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateControlFlowLink -- Time elapsed: 0.053 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromOutpinPinInStructuredActivityNodeToOutputPin -- Time elapsed: 0.057 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromOutputPinInStructuredActivityNodeToOutputPin -- Time elapsed: 0.102 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromInputPinInStructuredActivityNodeToInputPin -- Time elapsed: 0.076 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testCreateObjectFlowLinkFromInputPinInStructuredActivityNodeToInputPin -- Time elapsed: 0.057 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorient -- Time elapsed: 0.075 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testNoExecutableNodeFlowLink -- Time elapsed: 0.053 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks.testObjectFlowLinkReorientSourceFromPinToAction -- Time elapsed: 0.056 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.226 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.023 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateForkNodeInLoopNode -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestItemProviderCommand.testItemProviderCommandUndo -- Time elapsed: 0.220 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent -- Time elapsed: 0.049 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent_OperationChange -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation.testAdviceForAcceptCallActionExists -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_ChangeEvent -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_ToIsUnmarshallTrue -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_MixedEvents -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_MultipleTrigger_MixedEvents -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_NoCommonAncestor -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_SignalEvent -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_TimeEvent -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_CommonAncestor -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_MultipleTrigger_TimeEvent -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testAdviceForAcceptEventActionExists -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_SingleTrigger_TimeEvent -- Time elapsed: 0.023 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent_SignalChange -- Time elapsed: 0.055 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation.testPinDerivation_IsUnmarshallFalse_MultipleTrigger_SignalEvent_CommonAncestor -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_changePropertyStructuralFeatureType -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testAdviceForAddStructuraFeatureActionExists -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PortStructuralFeature -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation.testPinDerivation_changePortStructuralFeatureType -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_To_BehaviorWithParameters -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testAdviceForCallBehaviorActionExists -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testPinDerivation_NoOperation_To_OperationWithParameters -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testAdviceForCallOperationActionExists -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation.testPinDerivation_OperationWithParameters_To_OperationWithParameters -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testAdviceForCreateLinkActionExists -- Time elapsed: 0.051 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndCreationData -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndDataWithValuePin -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation.testPinDerivation_ModificationLinkEndCreationData -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testPinDerivation_NoClassifier_ToClassClassifier -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testPinDerivation_NoClassifier_ToActivityClassifier -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation.testAdviceForCreateObjectActionExists -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndDestructionData -- Time elapsed: 0.025 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testAdviceForDestroyLinkActionExists -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndDataWithValuePin -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation.testPinDerivation_ModificationLinkEndDestructionData -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationLinkEndData_OpenEnd -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationPropertyOfLinkEndData -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_NoEndData_To_EndData -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testAdviceForReadLinkActionExists -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation.testPinDerivation_ModificationLinkEndData_NotOpenEnd -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityInRootElement -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityOwnedBeahaviour -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityAsClassifierBehaviour -- Time elapsed: 0.049 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivityNestedClassifer -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testPinDerivation_ActivitySpecifiedOperation -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation.testAdviceForReadSelfActionExists -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_changePropertyStructuralFeatureType -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testAdviceForCallOperationActionExists -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_NoStructuralFeature_To_PortStructuralFeature -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation.testPinDerivation_changePortStructuralFeatureType -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testPinDerivation_SignalWithAttributes_To_SignalWithAttributes -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testAdviceForSendSignalActionExists -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation.testPinDerivation_NoSignal_ToSignalWithAttributes -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation.testAdviceForStartClassifierBehaviorActionExists -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation.testPinDerivation_StartClassifierBehaviorAction -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters_Synchronous -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testAdviceForStartObjectBehaviorActionExists -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_NoBehavior_To_BehaviorWithParameters_Asynchronous -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_AddParameter_Synchronous -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_To_OtherBehaviorWithParameters_Synchronous -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation.testPinDerivation_BehaviorWithParameters_ChangeParameter_Synchronous -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation.testAdviceForTestIdentityActionExists -- Time elapsed: 0.011 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation.testPinDerivation_Creation -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralStringValue -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testAdviceForValueSpecificationActionExists -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralUnlimitedNaturalValue -- Time elapsed: 0.018 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToInstanceSpecificationValueSingleClassifier -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralRealValue -- Time elapsed: 0.023 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralEnumerationValue -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralBooleanValue -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation.testPinDerivation_NoValue_ToLiteralIntegerValue -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionRegionBadCreateCommand -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionNodeCreateCommand -- Time elapsed: 0.002 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest.testExpansionRegionContainmentChildCreateCommand -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testAlienCreationRequest -- Time elapsed: 0.005 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testMixedElementTypesCreationRequest -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest.testExpansionNodeCreationRequest -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.004 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageIPackage -- Time elapsed: 0.868 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageComment -- Time elapsed: 0.296 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageExecutionEnvironment -- Time elapsed: 0.342 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageConstraint -- Time elapsed: 0.303 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageModel -- Time elapsed: 0.355 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageNode -- Time elapsed: 0.479 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageArtifact -- Time elapsed: 0.352 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode.testToManageDevice -- Time elapsed: 0.304 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToExecutionEnvironment -- Time elapsed: 0.855 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToPackage -- Time elapsed: 0.494 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToModel -- Time elapsed: 0.375 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManagePackage -- Time elapsed: 0.524 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToConstraint -- Time elapsed: 0.348 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToArtifact3 -- Time elapsed: 0.359 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToComment -- Time elapsed: 0.328 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageComment -- Time elapsed: 0.316 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageExecutionEnvironment -- Time elapsed: 0.351 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageConstraint -- Time elapsed: 0.327 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageModel -- Time elapsed: 0.457 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageNode -- Time elapsed: 0.313 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToNode -- Time elapsed: 0.332 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageArtifact -- Time elapsed: 0.320 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode.testToManageDevice -- Time elapsed: 0.320 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToArtifact -- Time elapsed: 0.871 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToExecutionEnvironment -- Time elapsed: 0.288 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToDevice -- Time elapsed: 0.264 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode.testToNode -- Time elapsed: 0.262 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testToManageDeployment -- Time elapsed: 0.309 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableArtifactArtifactDeployment -- Time elapsed: 0.056 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableNodeArtifactDeployment -- Time elapsed: 0.043 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink.testUnexecutableNodeNodeDeployment -- Time elapsed: 0.038 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.609 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramCommentLink.testToManageComment -- Time elapsed: 0.287 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramConstraintLink.testToManageConstraint -- Time elapsed: 0.282 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramManifestationLink.testToManageManifestation -- Time elapsed: 0.310 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInModelCN -- Time elapsed: 0.239 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInPackageCN -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInDevice -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInModel -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInPackageCN -- Time elapsed: 0.034 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInPackage -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInModelCN -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInModel -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInModelCN -- Time elapsed: 0.045 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInModelCN -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInPackage -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNode -- Time elapsed: 0.042 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInPackage -- Time elapsed: 0.039 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInArtifactCN -- Time elapsed: 0.062 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInDevice -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInExecEnvir -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNestedNodeCN -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedDeviceCN -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInDevice -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInModel -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNestedDeviceCN -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInPackageCN -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInModelCN -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInDevice -- Time elapsed: 0.024 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNestedNodeCN -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInModel -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInPackage -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedExecEnviromentCNInModelCN -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNode -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedNodeCN -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInModel -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInPackageCN -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInPackage -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInPackage -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInNestedExecEnvirCN -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedDeviceCNInModelCN -- Time elapsed: 0.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNestedDeviceCN -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInPackage -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedArtifactCNInModel -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInModelCN -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testConstraintCNInPackageCN -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testExecEnvirCNInExecEnvir -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNode -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testModelCNInModel -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactCNInNestedExecEnvirCN -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testDeviceCNInNode -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testArtifactACNInArtifactACN -- Time elapsed: 0.032 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testPackageCNInPackageCN -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInPackageCN -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNodeCNInNestedNodeCN -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testNestedNodeCNInModel -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics.testCommentCNInPackage -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManagePackage -- Time elapsed: 0.698 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageInterface -- Time elapsed: 0.361 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageComment -- Time elapsed: 0.290 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageConstraint -- Time elapsed: 0.361 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageModel -- Time elapsed: 0.319 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode.testToManageComponent -- Time elapsed: 0.319 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManagePackage -- Time elapsed: 0.893 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageInterface -- Time elapsed: 0.503 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageComment -- Time elapsed: 0.255 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageConstraint -- Time elapsed: 0.345 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageModel -- Time elapsed: 0.379 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode.testToManageComponent -- Time elapsed: 0.400 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode.testToManagePropertyPart -- Time elapsed: 0.795 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode.testToManagePort -- Time elapsed: 0.423 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageProperty -- Time elapsed: 0.283 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageReception -- Time elapsed: 0.087 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel.testToManageOperation -- Time elapsed: 0.121 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceAbstraction -- Time elapsed: 0.619 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceUsage -- Time elapsed: 0.369 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceDependency -- Time elapsed: 0.369 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink.testToManageInterfaceManifestation -- Time elapsed: 0.335 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.545 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramCommentLink.testToManageComment -- Time elapsed: 0.281 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConstraintLink.testToManageConstraint -- Time elapsed: 0.295 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsProperty -- Time elapsed: 0.266 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsOperation -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates.testInterfaceVsReception -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testPropertyInInterfaceOperationCompartment -- Time elapsed: 0.210 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testOperationInInterfaceAttributeCompartment -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements.testReceptionInInterfaceAttributeCompartment -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testOperationInInterfaceDropFromModelExplorer -- Time elapsed: 0.230 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2OperationCompartment -- Time elapsed: 0.029 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testDropInterface2PropertyAttributeCompartment -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop.testPropertyInInterfaceDropFromModelExplorer -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector.testToManagePropertyPortConnection -- Time elapsed: 2.287 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortAbstraction -- Time elapsed: 0.585 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortUsage -- Time elapsed: 0.280 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortConnector -- Time elapsed: 0.047 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink.testToManagePortGeneralization -- Time elapsed: 0.045 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation.testComponentPortLocation -- Time elapsed: 0.233 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation.testComponentPartPortLocation -- Time elapsed: 0.058 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector.testToManagePropertyPortConnection -- Time elapsed: 2.599 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testHideAndDropChildComponentToComponent -- Time elapsed: 0.231 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testDropChildComponentFromComponentToDiagram -- Time elapsed: 0.040 s
00:57:02 org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent.testHideChild_DropToDiagram_DropToParentComponent -- Time elapsed: 0.043 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testCreateThreeInteractions -- Time elapsed: 0.528 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testDeleteInteraction -- Time elapsed: 0.451 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testCreateInteraction -- Time elapsed: 0.390 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testHideInteraction -- Time elapsed: 0.420 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction.testDropInteraction -- Time elapsed: 0.445 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testDropLifeline -- Time elapsed: 0.589 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testHideLifeline -- Time elapsed: 0.436 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testCellEditorLocator -- Time elapsed: 0.414 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testCreateLifeline -- Time elapsed: 0.393 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.create3LifelinesTest -- Time elapsed: 0.414 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline.testDeleteLifeline -- Time elapsed: 0.447 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testDropLifeline -- Time elapsed: 0.511 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testHideLifeline -- Time elapsed: 0.425 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testCellEditorLocator -- Time elapsed: 0.468 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testCreateLifeline -- Time elapsed: 0.387 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.create3LifelinesTest -- Time elapsed: 0.417 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline.testDeleteLifeline -- Time elapsed: 0.418 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant.testDeleteStateInvariants -- Time elapsed: 1.613 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant.testHideStateInvariants -- Time elapsed: 1.362 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant.testCannotDeleteLastStateInvariant -- Time elapsed: 0.431 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant.testCannotHideLastStateInvariant -- Time elapsed: 0.404 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testDeleteOccurrenceSpecification -- Time elapsed: 0.851 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testModelWithThreeOccurrenceSpecifications -- Time elapsed: 0.796 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testFullUndoRedo -- Time elapsed: 0.931 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification.testCreateOccurrenceSpecificationWithDoubleClick -- Time elapsed: 0.663 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification.testFullUndoRedo -- Time elapsed: 0.872 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification.testCreateOccurrenceSpecificationWithDoubleClick -- Time elapsed: 0.434 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testDeleteStateDefinition -- Time elapsed: 0.452 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testCreateStateDefinition -- Time elapsed: 0.407 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition.testCreateMultipleStateDefinitions -- Time elapsed: 0.410 s
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifelineLayout skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages skipped
00:57:02 org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages skipped
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectStateMachine -- Time elapsed: 0.355 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectOpaqueBehavior -- Time elapsed: 0.111 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManagePackage -- Time elapsed: 0.094 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectActivity -- Time elapsed: 0.114 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectArtifact -- Time elapsed: 0.131 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectComponent -- Time elapsed: 0.111 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDevice -- Time elapsed: 0.119 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageComment -- Time elapsed: 0.087 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectStereotype -- Time elapsed: 0.111 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInformationItem -- Time elapsed: 0.116 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectExecutionEnvironment -- Time elapsed: 0.127 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectProtocolStateMachine -- Time elapsed: 0.129 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectActor -- Time elapsed: 0.188 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectClass -- Time elapsed: 0.130 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectCollaboration -- Time elapsed: 0.242 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectSignal -- Time elapsed: 0.178 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectNode -- Time elapsed: 0.122 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageConstraint -- Time elapsed: 0.105 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectUsecase -- Time elapsed: 0.176 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectEnumeration -- Time elapsed: 0.146 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageActor -- Time elapsed: 0.156 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInterface -- Time elapsed: 0.124 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectPrimitiveType -- Time elapsed: 0.118 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectFunctionBehavior -- Time elapsed: 0.132 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectInteraction -- Time elapsed: 0.126 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDeployementSpecification -- Time elapsed: 0.133 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode.testToManageSubjectDatatype -- Time elapsed: 0.119 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManagePackage -- Time elapsed: 0.796 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageUseCase -- Time elapsed: 0.384 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageComment -- Time elapsed: 0.411 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageConstraint -- Time elapsed: 0.336 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageActor -- Time elapsed: 0.417 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage.testToManageComponent -- Time elapsed: 0.406 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject skipped
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageDependencyUseCase_Actor -- Time elapsed: 0.643 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageRealization -- Time elapsed: 0.360 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAssociationUseCase_Actor -- Time elapsed: 0.329 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAbstraction -- Time elapsed: 0.300 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageUsage -- Time elapsed: 0.338 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageDependency -- Time elapsed: 0.335 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink.testToManageAssociationUseCase_UseCase -- Time elapsed: 0.346 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageExtend -- Time elapsed: 0.561 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManagePackageMerge -- Time elapsed: 0.286 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageInclude -- Time elapsed: 0.289 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.252 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource.testToManagePackageImport -- Time elapsed: 0.300 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.003 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest.moveUseCaseWithinSubject -- Time elapsed: 0.723 s
00:57:02 org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest.moveUseCaseIntoSubject -- Time elapsed: 1.119 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageActivitySubstitution -- Time elapsed: 0.591 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageCollaborationSubstitution -- Time elapsed: 0.370 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToSubstitution -- Time elapsed: 0.284 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testClassToCollaborationGeneralization -- Time elapsed: 0.281 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageClassSubstitution -- Time elapsed: 0.280 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testCollaborationToClassGeneralization -- Time elapsed: 0.284 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageStateMachineSubstitution -- Time elapsed: 0.368 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToManageGeneralization -- Time elapsed: 0.215 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource.testToInterfaceRealization -- Time elapsed: 0.248 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortAbstraction -- Time elapsed: 0.542 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortUsage -- Time elapsed: 0.335 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortConnector -- Time elapsed: 0.263 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink.testToManagePortGeneralization -- Time elapsed: 0.040 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortAbstraction -- Time elapsed: 0.535 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortUsage -- Time elapsed: 0.265 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortConnector -- Time elapsed: 0.046 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink.testToManagePortGeneralization -- Time elapsed: 0.043 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationObservation -- Time elapsed: 0.674 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToArtifact -- Time elapsed: 0.361 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToExecutionEnvironment -- Time elapsed: 0.337 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToProtocolStateMachine -- Time elapsed: 0.281 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToEnumeration -- Time elapsed: 0.272 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToActor -- Time elapsed: 0.243 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToClass -- Time elapsed: 0.272 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralNull -- Time elapsed: 0.254 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDevice -- Time elapsed: 0.283 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralInteger -- Time elapsed: 0.257 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInteraction -- Time elapsed: 0.292 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralString -- Time elapsed: 0.262 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeEvent -- Time elapsed: 0.249 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToConstraint -- Time elapsed: 0.260 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeInterval -- Time elapsed: 0.326 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToUseCase -- Time elapsed: 0.242 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToOpaqueExpression -- Time elapsed: 0.263 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToStateMachine -- Time elapsed: 0.284 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToSignal -- Time elapsed: 0.216 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInterface -- Time elapsed: 0.251 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToIntervalConstraint -- Time elapsed: 0.268 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDeploymentSpecification -- Time elapsed: 0.261 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToChangeEvent -- Time elapsed: 0.290 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInteractionConstraint -- Time elapsed: 0.230 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralUnlimitedNatural -- Time elapsed: 0.260 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInformationItem -- Time elapsed: 0.272 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToCollaboration -- Time elapsed: 0.353 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationInterval -- Time elapsed: 0.266 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeExpression -- Time elapsed: 0.266 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeObservation -- Time elapsed: 0.282 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInterval -- Time elapsed: 0.259 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToComment -- Time elapsed: 0.240 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToPrimitiveType -- Time elapsed: 0.259 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToOpaqueBehavior -- Time elapsed: 0.263 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToStringExpression -- Time elapsed: 0.275 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToLiteralBoolean -- Time elapsed: 0.276 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToFunctionBehavior -- Time elapsed: 0.311 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDataType -- Time elapsed: 0.312 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDurationConstraint -- Time elapsed: 0.305 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToAnyReceiveEvent -- Time elapsed: 0.339 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToTimeConstraint -- Time elapsed: 0.230 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToExpression -- Time elapsed: 0.270 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToDuration -- Time elapsed: 0.275 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToComponent -- Time elapsed: 0.298 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToSignalEvent -- Time elapsed: 0.262 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToNode -- Time elapsed: 0.294 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToActivity -- Time elapsed: 0.287 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToCallEvent -- Time elapsed: 0.284 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode.testToInstanceValue -- Time elapsed: 0.358 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToProperty -- Time elapsed: 1.238 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToConstraint -- Time elapsed: 0.502 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToComment -- Time elapsed: 0.399 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToPort -- Time elapsed: 0.351 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode.testToCollaborationUse -- Time elapsed: 0.325 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramActivityChildNode.testToParameter -- Time elapsed: 1.518 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationUsage -- Time elapsed: 0.563 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToUsage -- Time elapsed: 0.303 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassRealization -- Time elapsed: 0.316 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassDependency -- Time elapsed: 0.303 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineRealization -- Time elapsed: 0.311 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityUsage -- Time elapsed: 0.315 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityAbstraction -- Time elapsed: 0.312 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityDependency -- Time elapsed: 0.310 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationAbstraction -- Time elapsed: 0.473 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineUsage -- Time elapsed: 0.360 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManifestation -- Time elapsed: 0.305 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToAbstraction -- Time elapsed: 0.317 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationDependency -- Time elapsed: 0.331 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassUsage -- Time elapsed: 0.315 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineDependency -- Time elapsed: 0.360 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageActivityRealization -- Time elapsed: 0.352 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageClassAbstraction -- Time elapsed: 0.312 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageStateMachineAbstraction -- Time elapsed: 0.343 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToManageCollaborationRealization -- Time elapsed: 0.343 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink.testToRealization -- Time elapsed: 0.307 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testClassPartPortLocation -- Time elapsed: 0.255 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testProtocolStateMachinePortLocation -- Time elapsed: 0.046 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testClassPortLocation -- Time elapsed: 0.044 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testInteractionItemPortLocation -- Time elapsed: 0.045 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testActivityPortLocation -- Time elapsed: 0.003 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation.testStateMachinePortLocation -- Time elapsed: 0.050 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramDropOntoChildNode.dropAssociationOntoPart_bug470823 -- Time elapsed: 0.213 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramElementTypeConfigurationTest.validateCompositeDiagramElementTypeConfigurationModel -- Time elapsed: 0.009 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramGmfGenTest.validateCompositeDiagramGmfGenModel -- Time elapsed: 1.063 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.tests.copyPaste.ConstraintCopyPasteTest.testCopyConstraintFromClassToClass -- Time elapsed: 0.925 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.007 s
00:57:02 org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest.validateModel[2] -- Time elapsed: 0.641 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate1100 -- Time elapsed: 0.714 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate8000 -- Time elapsed: 0.369 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate9000 -- Time elapsed: 0.325 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToState -- Time elapsed: 0.479 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate10000 -- Time elapsed: 0.335 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate12000 -- Time elapsed: 0.363 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate13000 -- Time elapsed: 0.379 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate14000 -- Time elapsed: 0.428 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToPseudostate15000 -- Time elapsed: 0.451 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode.testToFinalState -- Time elapsed: 0.390 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstainedElementLink -- Time elapsed: 0.221 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToCreateCommentLink -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstraintConstrainedElementLinkCannotBeStarted -- Time elapsed: 0.056 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testCommentLinkCannotBeStarted -- Time elapsed: 0.063 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientCommentLink -- Time elapsed: 0.051 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientConstraintContextLink -- Time elapsed: 0.056 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testContextElementLink -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testToReorientConstraintConstrainedElementLink -- Time elapsed: 0.049 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks.testConstraintContextLinkCannotBeStarted -- Time elapsed: 0.049 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkReorient -- Time elapsed: 0.283 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testEntryPointTransitionLink -- Time elapsed: 0.104 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testExitPointTransitionLink -- Time elapsed: 0.099 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkWithSameSourceAndTarget -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLinkCannotBeStarted -- Time elapsed: 0.019 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks.testTransitionLink -- Time elapsed: 0.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInState -- Time elapsed: 0.241 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateForkInRegion -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testStateInRegion -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testFinalStateInRegino -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateExitPointKind -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoEntryPointInRegion -- Time elapsed: 0.017 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInStateMachine -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateShallowHistoryKind -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateTerminateInRegion -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJoinKind -- Time elapsed: 0.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJoinInRegion -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateChoiseKind -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJunctionInRegion -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic skipped
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoExitPointInRegion -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testEntryPointJunctionKind -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConnectionPointReferenceInStateWithoutSubmachine -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateInitialKind -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateTerminateKind -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInStateCompartment -- Time elapsed: 0.028 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testRegionInRegion -- Time elapsed: 0.040 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateChoiseInRegion -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateForkKind -- Time elapsed: 0.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testDeferrableTriggerInState -- Time elapsed: 0.033 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateDeepHistoryKind -- Time elapsed: 0.022 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoEntryPointInStateMachine -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testCommentInRegion -- Time elapsed: 0.011 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateShallowHistoryInRegion -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateJunctionKind -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConnectionPointReferenceInState -- Time elapsed: 0.062 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateInitialInRegion -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudoExitPointInStateMachine -- Time elapsed: 0.015 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testPseudostateDeepHistoryInRegion -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic.testConstraintInRegion -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode.testStateMachineResizeHeight -- Time elapsed: 0.205 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode.testStateMachineResizeWidth -- Time elapsed: 0.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineContextLink.testToManageContextLink -- Time elapsed: 0.357 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.statemachine.custom.helpers.tests.ZoneTest.deleteDiagramWithEmptyZoneAnnotation_bug468207 -- Time elapsed: 1.365 s
00:57:02 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToConstraint -- Time elapsed: 0.812 s
00:57:02 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToComment -- Time elapsed: 0.434 s
00:57:02 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode.testToLifeline -- Time elapsed: 0.465 s
00:57:02 org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.003 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest.testDefineNestedProfileWithDependencies -- Time elapsed: 0.349 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest.testDefineSimpleProfile -- Time elapsed: 0.265 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManagePackage -- Time elapsed: 0.661 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageProfile -- Time elapsed: 0.299 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageDataType -- Time elapsed: 0.333 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageClass -- Time elapsed: 0.319 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode.testToManageStereoType -- Time elapsed: 0.277 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageStereoTypeInPackage -- Time elapsed: 0.781 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageStereoTypeInProfile -- Time elapsed: 0.354 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageClassInPackage -- Time elapsed: 0.332 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageClassInProfile -- Time elapsed: 0.350 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManagePackageInPackage -- Time elapsed: 0.299 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageProfileInPackage -- Time elapsed: 0.391 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManagePackageInProfile -- Time elapsed: 0.338 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageProfileInProfile -- Time elapsed: 0.295 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageDatatypeInPackage -- Time elapsed: 0.342 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode.testToManageDatatypeInProfile -- Time elapsed: 0.351 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink.testToManageAssociationWithoutMulti -- Time elapsed: 0.576 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestImportMetaClass.testImportMetaClass -- Time elapsed: 1.385 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramExtension.testDestroyExtensionProperty -- Time elapsed: 0.819 s
00:57:02 org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramContextLink.testToManageContextLink -- Time elapsed: 0.345 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestInteractionAffixedChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageActionExecution -- Time elapsed: 0.671 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageDurationConstraint -- Time elapsed: 0.156 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageBehaviorExecution -- Time elapsed: 0.147 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode.testToManageStateInvariant -- Time elapsed: 0.128 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode.testToManageContinuation -- Time elapsed: 0.323 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testConsiderIgnoreFragment -- Time elapsed: 0.218 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testCombinedFragmentContinuation -- Time elapsed: 0.481 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710.testCombinedFragment -- Time elapsed: 0.046 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperand_364701.testOperandAddDelete -- Time elapsed: 0.334 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828.testMessageSync -- Time elapsed: 0.368 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedCombinedFragment_364795 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestAdvancedDragDrop_364696 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808.testEditLoop -- Time elapsed: 0.223 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808.testEditText -- Time elapsed: 0.043 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteractionOperand -- Time elapsed: 2.618 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteractionFragmentInOperand -- Time elapsed: 2.497 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteNotOnlyInteractionOperand -- Time elapsed: 2.483 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOnLifeline_533671 -- Time elapsed: 2.213 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragDoesNotMoveExistingFragments_533679 -- Time elapsed: 2.150 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.noCreateOperandOnLifelineWithoutCFrag_533672 -- Time elapsed: 0.629 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteCombinedFragment -- Time elapsed: 2.238 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.defaultInteractionOperand_533673 -- Time elapsed: 2.155 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteAllInteractionOperands -- Time elapsed: 2.341 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.validateCreatedInteractionOperand_533676 -- Time elapsed: 2.045 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteOnlyInteractionOperand -- Time elapsed: 2.348 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOverHalfMessage_533675 -- Time elapsed: 2.011 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.attemptToMoveOperandGuard_533699 -- Time elapsed: 1.866 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createOperandOnLifeline_533672 -- Time elapsed: 2.198 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragEnclosedFragments_533679 -- Time elapsed: 2.211 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteCombinedFragmentMultipleOperands_533681 -- Time elapsed: 2.427 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragInCFrag_533675 -- Time elapsed: 2.228 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.attemptToResizeOperandGuard_533699 -- Time elapsed: 1.934 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragInFreeSpace_533675 -- Time elapsed: 2.059 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createCFragOverLifelines_533671 -- Time elapsed: 2.303 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.createOperandOverLifelines_533672 -- Time elapsed: 2.433 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest.deleteInteraction -- Time elapsed: 2.455 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeOperand -- Time elapsed: 1.331 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeFragmentNW -- Time elapsed: 0.655 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testResizeFragmentSE -- Time elapsed: 0.684 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testCreateOperand -- Time elapsed: 0.723 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testSimpleLayout -- Time elapsed: 0.648 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testDeleteOperand -- Time elapsed: 1.544 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testMoveOperandForbidden -- Time elapsed: 0.617 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout.testMoveCombinedFragment -- Time elapsed: 0.731 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createCombinedFragment_operand -- Time elapsed: 1.892 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createInteractionUse -- Time elapsed: 0.659 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createStateInvariant -- Time elapsed: 0.647 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest.createCombinedFragment -- Time elapsed: 1.922 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeFragmentNW -- Time elapsed: 2.120 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeFragmentSE -- Time elapsed: 1.966 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testResizeOperands -- Time elapsed: 1.668 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes.testMoveFragment -- Time elapsed: 2.041 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testCreateOperand -- Time elapsed: 0.880 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testExpandCF -- Time elapsed: 0.745 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testDeleteOperand -- Time elapsed: 2.093 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testShrinkCF -- Time elapsed: 0.753 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testInitialCoverage -- Time elapsed: 0.698 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testMoveOperandSeparator -- Time elapsed: 1.595 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage.testMoveCF -- Time elapsed: 0.829 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderSecondToFirst -- Time elapsed: 0.822 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderFirstToLast -- Time elapsed: 0.861 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderThirdToLast -- Time elapsed: 0.845 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReparentForbidden -- Time elapsed: 0.732 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderLastToFirst -- Time elapsed: 0.808 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderLastToThird -- Time elapsed: 0.847 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder.testReorderFirstToSecond -- Time elapsed: 0.842 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.515 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDeletion -- Time elapsed: 1.897 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.883 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinksDisplay -- Time elapsed: 0.820 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.430 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.887 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.900 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay.testLinksAnchors -- Time elapsed: 0.787 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.463 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDeletion -- Time elapsed: 1.891 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.922 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinksDisplay -- Time elapsed: 1.150 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.409 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.949 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.918 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay.testLinksAnchors -- Time elapsed: 1.160 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDisappearOnAnchorageChange -- Time elapsed: 1.530 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDeletion -- Time elapsed: 1.941 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnMessages -- Time elapsed: 0.913 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinksDisplay -- Time elapsed: 1.262 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinkDisappearOnSemanticChange -- Time elapsed: 1.452 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnDestruction -- Time elapsed: 0.977 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testAnchorUpdateOnExecSpec -- Time elapsed: 0.949 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay.testLinksAnchors -- Time elapsed: 1.164 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.912 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.888 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.879 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.975 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.907 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.888 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.868 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.886 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.874 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.895 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnMessageTargetToSource -- Time elapsed: 0.929 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnMessageSourceToTarget -- Time elapsed: 0.946 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnDestruction -- Time elapsed: 0.903 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnExecSpecFinishToStart -- Time elapsed: 0.877 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest.testLinkCreationOnExecSpecStartToFinish -- Time elapsed: 0.891 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.noCreateOnLifeline[OBSERVATION] -- Time elapsed: 0.952 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnDestructionOccurrence[OBSERVATION] -- Time elapsed: 1.095 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionFinish[OBSERVATION] -- Time elapsed: 1.013 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationRightToLeftCreateMessage[OBSERVATION] -- Time elapsed: 1.054 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationLeftToRightCreateMessage[OBSERVATION] -- Time elapsed: 1.031 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnExecution[OBSERVATION] -- Time elapsed: 1.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageSendOnLifeline[OBSERVATION] -- Time elapsed: 1.059 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnLifeline[OBSERVATION] -- Time elapsed: 1.063 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionStart[OBSERVATION] -- Time elapsed: 1.016 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.noCreateOnLifeline[CONSTRAINT] -- Time elapsed: 0.958 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnDestructionOccurrence[CONSTRAINT] -- Time elapsed: 1.049 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionFinish[CONSTRAINT] -- Time elapsed: 1.059 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationRightToLeftCreateMessage[CONSTRAINT] -- Time elapsed: 1.037 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnLifelineCreationLeftToRightCreateMessage[CONSTRAINT] -- Time elapsed: 1.014 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnExecution[CONSTRAINT] -- Time elapsed: 1.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageSendOnLifeline[CONSTRAINT] -- Time elapsed: 1.070 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnMessageReceiveOnLifeline[CONSTRAINT] -- Time elapsed: 1.103 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest.createOnExecutionStart[CONSTRAINT] -- Time elapsed: 1.036 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageReceiveOnExecution[OBSERVATION] -- Time elapsed: 1.190 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageSendOnLifeline[OBSERVATION] -- Time elapsed: 1.213 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageReceiveOnExecution[CONSTRAINT] -- Time elapsed: 1.174 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest.moveOnMessageSendOnLifeline[CONSTRAINT] -- Time elapsed: 1.194 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentName_382951 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageSync -- Time elapsed: 0.556 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageAsync -- Time elapsed: 0.171 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageReply -- Time elapsed: 0.281 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageCreate -- Time elapsed: 0.184 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testMessageDelete -- Time elapsed: 0.219 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testBehaviorExecution -- Time elapsed: 0.117 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testActionExecution -- Time elapsed: 0.119 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618.testLifeline -- Time elapsed: 0.073 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966.testEditMaxint -- Time elapsed: 0.227 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966.testEditMinint -- Time elapsed: 0.060 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661.testHeaderAnchor -- Time elapsed: 0.459 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661.testVerticalBarAnchor -- Time elapsed: 0.174 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202.testMessageLost -- Time elapsed: 0.369 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202.testMessageFound -- Time elapsed: 0.155 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestGuardVisibility_402966 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageCreateWithLifeline_403134 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774.testResize -- Time elapsed: 0.276 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testReconnectSyncMessage -- Time elapsed: 0.310 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testReconnectReplyMessage -- Time elapsed: 0.133 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testDeleteReplyMessage -- Time elapsed: 0.107 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testDeleteSyncMessage -- Time elapsed: 0.108 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testCreateReplyMessage -- Time elapsed: 0.147 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975.testCreateSyncMessage -- Time elapsed: 0.152 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_477463.testMessageOccurrenceSpecification -- Time elapsed: 0.030 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceDeletion -- Time elapsed: 0.995 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceCreation -- Time elapsed: 1.167 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences.testWeakReferenceMoveDown -- Time elapsed: 0.703 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528787.testExecutionChangeAfterMessageCreationUndo -- Time elapsed: 0.508 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528473 skipped
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testAdaptSizeDeltaToMaxHeight -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testIsAffixedToRight -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testGetRealMoveDelta -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest.testGetRelativeBounds -- Time elapsed: 0 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN.testCreateThreeInteractions -- Time elapsed: 0.351 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN skipped
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN.testCreateInteraction -- Time elapsed: 0.269 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN skipped
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageDecisionNode -- Time elapsed: 0.812 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageInitialNode -- Time elapsed: 0.837 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageSequenceNode -- Time elapsed: 0.761 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageConditionalNode -- Time elapsed: 0.770 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageForkNode -- Time elapsed: 0.736 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode skipped
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageMergeNode -- Time elapsed: 0.772 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageFlowFinalNode -- Time elapsed: 0.787 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageLoopNode -- Time elapsed: 0.781 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageActivityFinalNode -- Time elapsed: 0.929 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode.testToManageJoinNode -- Time elapsed: 0.792 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.200 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.026 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.002 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateForkNodeInLoopNode -- Time elapsed: 0.020 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateInitialNodeInStructuralActivityNode -- Time elapsed: 0.208 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateDecisionNodeInConditionalNode -- Time elapsed: 0.027 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateJoinNodeInExpansionRegion -- Time elapsed: 0.003 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateForkNodeInLoopNode -- Time elapsed: 0.021 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments.testCreateMerdgeNodeInSequenceNode -- Time elapsed: 0.012 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest.testRoundedBorderNamedElementEditParts -- Time elapsed: 0.001 s
00:57:02 org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest.testRoundedCompartmentEditParts -- Time elapsed: 0.002 s
00:57:02 
00:57:02 Results:
00:57:02 
00:57:02 Tests run: 1422, Failures: 0, Errors: 0, Skipped: 174
00:57:02 
00:57:03 [INFO] All tests passed
00:57:03 [INFO] 
00:57:03 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.suite.tests ---
00:57:03 [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
00:57:03 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.diagram.suite.tests' with 0 classes
00:57:04 [INFO] 
00:57:04 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests >--
00:57:04 [INFO] Building org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT [156/175]
00:57:04 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml
00:57:04 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:57:04 [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
00:57:04 [INFO] 
00:57:04 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:04 [INFO] 
00:57:04 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:04 [INFO] The project's OSGi version is 2.0.0.202405060428
00:57:04 [INFO] 
00:57:04 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:04 [INFO] 
00:57:04 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:04 [INFO] 
00:57:04 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:04 [INFO] 
00:57:04 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:04 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests
00:57:06 [INFO] 
00:57:06 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [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
00:57:06 [INFO] 
00:57:06 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [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
00:57:06 [INFO] 
00:57:06 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [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
00:57:06 [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] 
00:57:06 	private IMultiDiagramEditor editor;
00:57:06 	                            ^^^^^^
00:57:06 The value of the field TestReopenWithCSS.editor is not used
00:57:06 [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] 
00:57:06 	Stereotype stereotypeTest = null;
00:57:06 	           ^^^^^^^^^^^^^^
00:57:06 The value of the local variable stereotypeTest is not used
00:57:06 [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] 
00:57:06 	private IMultiDiagramEditor editor;
00:57:06 	                            ^^^^^^
00:57:06 The value of the field TestReopenAsComment.editor is not used
00:57:06 [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] 
00:57:06 	EditPart stereotypedClassEditPart = fixture.findEditPart(stereotypedClass);
00:57:06 	         ^^^^^^^^^^^^^^^^^^^^^^^^
00:57:06 The value of the local variable stereotypedClassEditPart is not used
00:57:06 [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] 
00:57:06 	EditPart stereotypedLinkEditPart = fixture.findEditPart(stereotypedLink);
00:57:06 	         ^^^^^^^^^^^^^^^^^^^^^^^
00:57:06 The value of the local variable stereotypedLinkEditPart is not used
00:57:06 [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] 
00:57:06 	private IMultiDiagramEditor editor;
00:57:06 	                            ^^^^^^
00:57:06 The value of the field TestUpdateValue.editor is not used
00:57:06 [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] 
00:57:06 	Stereotype stereotypeTest = null;
00:57:06 	           ^^^^^^^^^^^^^^
00:57:06 The value of the local variable stereotypeTest is not used
00:57:06 [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] 
00:57:06 	private IMultiDiagramEditor editor;
00:57:06 	                            ^^^^^^
00:57:06 The value of the field TestReopenAsBrace.editor is not used
00:57:06 [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] 
00:57:06 	private IMultiDiagramEditor editor;
00:57:06 	                            ^^^^^^
00:57:06 The value of the field TestUnapplyProfile.editor is not used
00:57:06 [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] 
00:57:06 	private IMultiDiagramEditor editor;
00:57:06 	                            ^^^^^^
00:57:06 The value of the field TestReopenWithPropertyView.editor is not used
00:57:06 [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] 
00:57:06 	Stereotype stereotypeTest = null;
00:57:06 	           ^^^^^^^^^^^^^^
00:57:06 The value of the local variable stereotypeTest is not used
00:57:06 [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] 
00:57:06 	Stereotype stereotypeTest = null;
00:57:06 	           ^^^^^^^^^^^^^^
00:57:06 The value of the local variable stereotypeTest is not used
00:57:06 [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] 
00:57:06 	private IMultiDiagramEditor editor;
00:57:06 	                            ^^^^^^
00:57:06 The value of the field TestReopenAsCompartment.editor is not used
00:57:06 [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] 
00:57:06 	Stereotype stereotypeTest = null;
00:57:06 	           ^^^^^^^^^^^^^^
00:57:06 The value of the local variable stereotypeTest is not used
00:57:06 [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] 
00:57:06 	private IMultiDiagramEditor editor;
00:57:06 	                            ^^^^^^
00:57:06 The value of the field TestUnapplyStereotype.editor is not used
00:57:06 15 problems (15 warnings)
00:57:06 [INFO] 
00:57:06 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [INFO] 
00:57:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [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
00:57:06 [INFO] 
00:57:06 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 364 were skipped
00:57:06 [INFO] 
00:57:06 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [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
00:57:06 [INFO] 
00:57:06 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [INFO] 
00:57:06 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [INFO] Skipping tests
00:57:06 [INFO] 
00:57:06 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
00:57:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:57:06 [INFO] 
00:57:06 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests >--
00:57:06 [INFO] Building org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT [157/175]
00:57:06 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml
00:57:06 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:57:06 [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
00:57:07 [INFO] 
00:57:07 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:07 [INFO] 
00:57:07 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:07 [INFO] The project's OSGi version is 2.0.0.202405060428
00:57:07 [INFO] 
00:57:07 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:07 [INFO] 
00:57:07 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:07 [INFO] 
00:57:07 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:07 [INFO] 
00:57:07 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:07 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.dnd.tests
00:57:08 [INFO] 
00:57:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57: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/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:57:08 [INFO] 
00:57:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:08 [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
00:57:08 [INFO] 
00:57:08 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:08 [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
00:57:09 [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] 
00:57:09 	houseKeeper.setField("strategy", DropStrategyManager.instance.findStrategy(org.eclipse.papyrus.uml.diagram.dnd.Activator.PLUGIN_ID + ".instanceSpecification"));
00:57:09 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:57:09 The method setField(String, DropStrategy) from the type AbstractHouseKeeperRule is deprecated
00:57:09 [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] 
00:57:09 	protected void checkSlots(EditPart instanceSpecificationPart, List<Property>... expectedProperties) {
00:57:09 	                                                                                ^^^^^^^^^^^^^^^^^^
00:57:09 Type safety: Potential heap pollution via varargs parameter expectedProperties
00:57:09 [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] 
00:57:09 	checkSlots(target, ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
00:57:09 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:57:09 Type safety: A generic array of List<Property> is created for a varargs parameter
00:57:09 [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] 
00:57:09 	checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes());
00:57:09 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:57:09 Type safety: A generic array of List<Property> is created for a varargs parameter
00:57:09 [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] 
00:57:09 	checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
00:57:09 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:57:09 Type safety: A generic array of List<Property> is created for a varargs parameter
00:57:09 [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] 
00:57:09 	checkSlots(target, ((org.eclipse.uml2.uml.Class) class1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
00:57:09 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:57:09 Type safety: A generic array of List<Property> is created for a varargs parameter
00:57:09 6 problems (6 warnings)
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:09 [INFO] 
00:57:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:09 [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
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:09 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 332 were skipped
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:09 [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
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:09 [INFO] Skipping tests
00:57:09 [INFO] 
00:57:09 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
00:57:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:57:09 [INFO] 
00:57:09 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests >--
00:57:09 [INFO] Building org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT [158/175]
00:57:09 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml
00:57:09 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:57:09 [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
00:57:09 [INFO] 
00:57:09 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:09 [INFO] The project's OSGi version is 2.0.0.202405060428
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:09 [INFO] 
00:57:09 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:09 [INFO] 
00:57:09 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:09 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.properties.tests
00:57:11 [INFO] 
00:57:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57: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/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:57:11 [INFO] 
00:57:11 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [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
00:57:11 [INFO] 
00:57:11 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [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
00:57:11 [INFO] 
00:57:11 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [INFO] 
00:57:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [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
00:57:11 [INFO] 
00:57:11 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 336 were skipped
00:57:11 [INFO] 
00:57:11 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [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
00:57:11 [INFO] 
00:57:11 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [INFO] 
00:57:11 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [INFO] Skipping tests
00:57:11 [INFO] 
00:57:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
00:57:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:57:11 [INFO] 
00:57:11 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests >--
00:57:11 [INFO] Building org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT [159/175]
00:57:11 [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
00:57:11 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:57:11 [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
00:57:12 [INFO] 
00:57:12 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:12 [INFO] 
00:57:12 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:12 [INFO] The project's OSGi version is 2.0.0.202405060428
00:57:12 [INFO] 
00:57:12 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:12 [INFO] 
00:57:12 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:12 [INFO] 
00:57:12 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:12 [INFO] 
00:57:12 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:12 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotype.display.tests
00:57:13 [INFO] 
00:57:13 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [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
00:57:13 [INFO] 
00:57:13 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [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
00:57:13 [INFO] 
00:57:13 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [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
00:57:13 [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] 
00:57:13 	editorModel = TableHelper.createTable(configuration, view, configuration.getName(), description);
00:57:13 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:57:13 The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
00:57:13 1 problem (1 warning)
00:57:13 [INFO] 
00:57:13 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [INFO] 
00:57:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [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
00:57:13 [INFO] 
00:57:13 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 318 were skipped
00:57:13 [INFO] 
00:57:13 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [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
00:57:13 [INFO] 
00:57:13 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [INFO] 
00:57:13 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [INFO] Skipping tests
00:57:13 [INFO] 
00:57:13 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
00:57:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
00:57:13 [INFO] 
00:57:13 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests >--
00:57:13 [INFO] Building org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT [160/175]
00:57:13 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml
00:57:13 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:57:13 [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
00:57:15 [INFO] 
00:57:15 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:15 [INFO] 
00:57:15 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:15 [INFO] The project's OSGi version is 1.1.0.202405060428
00:57:15 [INFO] 
00:57:15 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:15 [INFO] 
00:57:15 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:15 [INFO] 
00:57:15 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:15 [INFO] 
00:57:15 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:15 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.suite.tests
00:57:21 [INFO] 
00:57:21 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57: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/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
00:57:21 [INFO] 
00:57:21 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:21 [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
00:57:21 [INFO] 
00:57:21 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:21 [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
00:57:21 [INFO] 
00:57:21 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:21 [INFO] 
00:57:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:21 [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
00:57:21 [INFO] 
00:57:21 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:21 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
00:57:21 [INFO] 
00:57:21 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:21 [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
00:57:21 [INFO] 
00:57:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:21 [INFO] 
00:57:21 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
00:57:22 [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
00:57:22 [INFO] Command line:
00:57:22 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
00:57:27 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
00:57:27 SLF4J: Defaulting to no-operation (NOP) logger implementation
00:57:27 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
00:57:28 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
00:57:28 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
00:57:28 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
00:57:28 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
00:57:28 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
00:57:28 
00:57:33 Running org.eclipse.papyrus.uml.nattable.suite.tests.AllTests
00:57:38 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
00:57:38 log4j:WARN Please initialize the log4j system properly.
00:57:38 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
00:57:47 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
00:57:56 
00:57:56 (Eclipse:5247): Gtk-WARNING **: 04:57:56.732: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:57:56 
00:57:56 (Eclipse:5247): Gtk-WARNING **: 04:57:56.737: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:57:58 
00:57:58 (Eclipse:5247): Gtk-WARNING **: 04:57:58.195: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:57:58 
00:57:58 (Eclipse:5247): Gtk-WARNING **: 04:57:58.201: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:04 
00:58:04 (Eclipse:5247): Gtk-WARNING **: 04:58:04.034: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:04 
00:58:04 (Eclipse:5247): Gtk-WARNING **: 04:58:04.039: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:04 
00:58:04 (Eclipse:5247): Gtk-WARNING **: 04:58:04.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:04 
00:58:04 (Eclipse:5247): Gtk-WARNING **: 04:58:04.694: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:05 
00:58:05 (Eclipse:5247): Gtk-WARNING **: 04:58:05.409: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:05 
00:58:05 (Eclipse:5247): Gtk-WARNING **: 04:58:05.415: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:06 
00:58:06 (Eclipse:5247): Gtk-WARNING **: 04:58:06.127: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:06 
00:58:06 (Eclipse:5247): Gtk-WARNING **: 04:58:06.133: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:06 
00:58:06 (Eclipse:5247): Gtk-WARNING **: 04:58:06.830: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:06 
00:58:06 (Eclipse:5247): Gtk-WARNING **: 04:58:06.836: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:07 
00:58:07 (Eclipse:5247): Gtk-WARNING **: 04:58:07.463: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:07 
00:58:07 (Eclipse:5247): Gtk-WARNING **: 04:58:07.468: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:08 
00:58:08 (Eclipse:5247): Gtk-WARNING **: 04:58:08.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:08 
00:58:08 (Eclipse:5247): Gtk-WARNING **: 04:58:08.091: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:08 
00:58:08 (Eclipse:5247): Gtk-WARNING **: 04:58:08.742: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:08 
00:58:08 (Eclipse:5247): Gtk-WARNING **: 04:58:08.747: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:35 
00:58:35 (Eclipse:5247): Gtk-WARNING **: 04:58:35.234: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:35 
00:58:35 (Eclipse:5247): Gtk-WARNING **: 04:58:35.239: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:36 
00:58:36 (Eclipse:5247): Gtk-WARNING **: 04:58:36.036: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:36 
00:58:36 (Eclipse:5247): Gtk-WARNING **: 04:58:36.043: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:36 
00:58:36 (Eclipse:5247): Gtk-WARNING **: 04:58:36.845: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:36 
00:58:36 (Eclipse:5247): Gtk-WARNING **: 04:58:36.850: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:37 
00:58:37 (Eclipse:5247): Gtk-WARNING **: 04:58:37.827: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:37 
00:58:37 (Eclipse:5247): Gtk-WARNING **: 04:58:37.832: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:38 
00:58:38 (Eclipse:5247): Gtk-WARNING **: 04:58:38.672: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:38 
00:58:38 (Eclipse:5247): Gtk-WARNING **: 04:58:38.676: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:39 
00:58:39 (Eclipse:5247): Gtk-WARNING **: 04:58:39.664: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:39 
00:58:39 (Eclipse:5247): Gtk-WARNING **: 04:58:39.668: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:46 
00:58:46 (Eclipse:5247): Gtk-WARNING **: 04:58:46.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:46 
00:58:46 (Eclipse:5247): Gtk-WARNING **: 04:58:46.660: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:46 
00:58:46 (Eclipse:5247): Gtk-WARNING **: 04:58:46.711: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:46 
00:58:46 (Eclipse:5247): Gtk-WARNING **: 04:58:46.714: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:47 
00:58:47 (Eclipse:5247): Gtk-WARNING **: 04:58:47.393: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:47 
00:58:47 (Eclipse:5247): Gtk-WARNING **: 04:58:47.400: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:47 
00:58:47 (Eclipse:5247): Gtk-WARNING **: 04:58:47.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:47 
00:58:47 (Eclipse:5247): Gtk-WARNING **: 04:58:47.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:47 
00:58:47 (Eclipse:5247): Gtk-WARNING **: 04:58:47.940: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:47 
00:58:47 (Eclipse:5247): Gtk-WARNING **: 04:58:47.947: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:48 
00:58:48 (Eclipse:5247): Gtk-WARNING **: 04:58:47.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:48 
00:58:48 (Eclipse:5247): Gtk-WARNING **: 04:58:48.000: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:48 
00:58:48 (Eclipse:5247): Gtk-WARNING **: 04:58:48.553: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:48 
00:58:48 (Eclipse:5247): Gtk-WARNING **: 04:58:48.560: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:48 
00:58:48 (Eclipse:5247): Gtk-WARNING **: 04:58:48.609: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:48 
00:58:48 (Eclipse:5247): Gtk-WARNING **: 04:58:48.612: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:49 
00:58:49 (Eclipse:5247): Gtk-WARNING **: 04:58:49.112: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:49 
00:58:49 (Eclipse:5247): Gtk-WARNING **: 04:58:49.119: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:49 
00:58:49 (Eclipse:5247): Gtk-WARNING **: 04:58:49.169: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:49 
00:58:49 (Eclipse:5247): Gtk-WARNING **: 04:58:49.172: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:52 
00:58:52 (Eclipse:5247): Gtk-WARNING **: 04:58:52.930: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:52 
00:58:52 (Eclipse:5247): Gtk-WARNING **: 04:58:52.938: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:52 
00:58:52 (Eclipse:5247): Gtk-WARNING **: 04:58:52.988: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:52 
00:58:52 (Eclipse:5247): Gtk-WARNING **: 04:58:52.992: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:53 
00:58:53 (Eclipse:5247): Gtk-WARNING **: 04:58:53.583: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:53 
00:58:53 (Eclipse:5247): Gtk-WARNING **: 04:58:53.590: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:53 
00:58:53 (Eclipse:5247): Gtk-WARNING **: 04:58:53.639: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:53 
00:58:53 (Eclipse:5247): Gtk-WARNING **: 04:58:53.642: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:53 
00:58:53 (Eclipse:5247): Gtk-WARNING **: 04:58:53.822: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:53 
00:58:53 (Eclipse:5247): Gtk-WARNING **: 04:58:53.826: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:54 
00:58:54 (Eclipse:5247): Gtk-WARNING **: 04:58:54.282: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:54 
00:58:54 (Eclipse:5247): Gtk-WARNING **: 04:58:54.288: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:54 
00:58:54 (Eclipse:5247): Gtk-WARNING **: 04:58:54.338: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:54 
00:58:54 (Eclipse:5247): Gtk-WARNING **: 04:58:54.341: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:54 
00:58:54 (Eclipse:5247): Gtk-WARNING **: 04:58:54.918: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:54 
00:58:54 (Eclipse:5247): Gtk-WARNING **: 04:58:54.926: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:54 
00:58:54 (Eclipse:5247): Gtk-WARNING **: 04:58:54.975: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:54 
00:58:54 (Eclipse:5247): Gtk-WARNING **: 04:58:54.978: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:55 
00:58:55 (Eclipse:5247): Gtk-WARNING **: 04:58:55.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:55 
00:58:55 (Eclipse:5247): Gtk-WARNING **: 04:58:55.460: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:55 
00:58:55 (Eclipse:5247): Gtk-WARNING **: 04:58:55.510: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:55 
00:58:55 (Eclipse:5247): Gtk-WARNING **: 04:58:55.513: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:56 
00:58:56 (Eclipse:5247): Gtk-WARNING **: 04:58:56.031: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:56 
00:58:56 (Eclipse:5247): Gtk-WARNING **: 04:58:56.038: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:56 
00:58:56 (Eclipse:5247): Gtk-WARNING **: 04:58:56.088: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:56 
00:58:56 (Eclipse:5247): Gtk-WARNING **: 04:58:56.091: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:56 
00:58:56 (Eclipse:5247): Gtk-WARNING **: 04:58:56.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:56 
00:58:56 (Eclipse:5247): Gtk-WARNING **: 04:58:56.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:56 
00:58:56 (Eclipse:5247): Gtk-WARNING **: 04:58:56.668: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:56 
00:58:56 (Eclipse:5247): Gtk-WARNING **: 04:58:56.672: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:59 
00:58:59 (Eclipse:5247): Gtk-WARNING **: 04:58:59.860: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:58:59 
00:58:59 (Eclipse:5247): Gtk-WARNING **: 04:58:59.863: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:00 
00:59:00 (Eclipse:5247): Gtk-WARNING **: 04:59:00.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:00 
00:59:00 (Eclipse:5247): Gtk-WARNING **: 04:59:00.459: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:00 
00:59:00 (Eclipse:5247): Gtk-WARNING **: 04:59:00.509: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:00 
00:59:00 (Eclipse:5247): Gtk-WARNING **: 04:59:00.511: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.171: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.178: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.230: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.233: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.401: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.404: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.907: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.914: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.962: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:01 
00:59:01 (Eclipse:5247): Gtk-WARNING **: 04:59:01.965: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:04 
00:59:04 (Eclipse:5247): Gtk-WARNING **: 04:59:04.224: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:04 
00:59:04 (Eclipse:5247): Gtk-WARNING **: 04:59:04.228: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:04 
00:59:04 (Eclipse:5247): Gtk-WARNING **: 04:59:04.785: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:04 
00:59:04 (Eclipse:5247): Gtk-WARNING **: 04:59:04.790: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:05 
00:59:05 (Eclipse:5247): Gtk-WARNING **: 04:59:05.301: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:05 
00:59:05 (Eclipse:5247): Gtk-WARNING **: 04:59:05.305: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:05 
00:59:05 (Eclipse:5247): Gtk-WARNING **: 04:59:05.885: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:05 
00:59:05 (Eclipse:5247): Gtk-WARNING **: 04:59:05.890: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:06 
00:59:06 (Eclipse:5247): Gtk-WARNING **: 04:59:06.731: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:06 
00:59:06 (Eclipse:5247): Gtk-WARNING **: 04:59:06.735: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:07 
00:59:07 (Eclipse:5247): Gtk-WARNING **: 04:59:07.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:07 
00:59:07 (Eclipse:5247): Gtk-WARNING **: 04:59:07.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:08 
00:59:08 (Eclipse:5247): Gtk-WARNING **: 04:59:08.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:08 
00:59:08 (Eclipse:5247): Gtk-WARNING **: 04:59:08.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:09 
00:59:09 (Eclipse:5247): Gtk-WARNING **: 04:59:09.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:09 
00:59:09 (Eclipse:5247): Gtk-WARNING **: 04:59:09.471: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:10 
00:59:10 (Eclipse:5247): Gtk-WARNING **: 04:59:10.132: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:10 
00:59:10 (Eclipse:5247): Gtk-WARNING **: 04:59:10.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:10 
00:59:10 (Eclipse:5247): Gtk-WARNING **: 04:59:10.807: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:10 
00:59:10 (Eclipse:5247): Gtk-WARNING **: 04:59:10.811: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:11 
00:59:11 (Eclipse:5247): Gtk-WARNING **: 04:59:11.362: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:11 
00:59:11 (Eclipse:5247): Gtk-WARNING **: 04:59:11.367: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:12 
00:59:12 (Eclipse:5247): Gtk-WARNING **: 04:59:12.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:12 
00:59:12 (Eclipse:5247): Gtk-WARNING **: 04:59:12.471: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:13 
00:59:13 (Eclipse:5247): Gtk-WARNING **: 04:59:13.559: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:13 
00:59:13 (Eclipse:5247): Gtk-WARNING **: 04:59:13.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:14 
00:59:14 (Eclipse:5247): Gtk-WARNING **: 04:59:14.280: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:14 
00:59:14 (Eclipse:5247): Gtk-WARNING **: 04:59:14.285: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:14 
00:59:14 (Eclipse:5247): Gtk-WARNING **: 04:59:14.955: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:14 
00:59:14 (Eclipse:5247): Gtk-WARNING **: 04:59:14.960: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:15 
00:59:15 (Eclipse:5247): Gtk-WARNING **: 04:59:15.627: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:15 
00:59:15 (Eclipse:5247): Gtk-WARNING **: 04:59:15.632: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:16 
00:59:16 (Eclipse:5247): Gtk-WARNING **: 04:59:16.326: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:16 
00:59:16 (Eclipse:5247): Gtk-WARNING **: 04:59:16.330: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:17 
00:59:17 (Eclipse:5247): Gtk-WARNING **: 04:59:17.270: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:17 
00:59:17 (Eclipse:5247): Gtk-WARNING **: 04:59:17.275: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:18 
00:59:18 (Eclipse:5247): Gtk-WARNING **: 04:59:18.215: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:18 
00:59:18 (Eclipse:5247): Gtk-WARNING **: 04:59:18.219: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:19 
00:59:19 (Eclipse:5247): Gtk-WARNING **: 04:59:19.359: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:19 
00:59:19 (Eclipse:5247): Gtk-WARNING **: 04:59:19.364: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:20 
00:59:20 (Eclipse:5247): Gtk-WARNING **: 04:59:20.010: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:20 
00:59:20 (Eclipse:5247): Gtk-WARNING **: 04:59:20.014: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:20 
00:59:20 (Eclipse:5247): Gtk-WARNING **: 04:59:20.928: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:20 
00:59:20 (Eclipse:5247): Gtk-WARNING **: 04:59:20.933: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:21 
00:59:21 (Eclipse:5247): Gtk-WARNING **: 04:59:21.884: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:21 
00:59:21 (Eclipse:5247): Gtk-WARNING **: 04:59:21.888: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:22 
00:59:22 (Eclipse:5247): Gtk-WARNING **: 04:59:22.390: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:22 
00:59:22 (Eclipse:5247): Gtk-WARNING **: 04:59:22.395: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:23 
00:59:23 (Eclipse:5247): Gtk-WARNING **: 04:59:23.532: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:23 
00:59:23 (Eclipse:5247): Gtk-WARNING **: 04:59:23.537: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:23 May 06, 2024 4:59:23 AM org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter paintLayer
00:59:23 SEVERE: Error while painting table
00:59:23 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
00:59:23 	at org.eclipse.papyrus.infra.nattable.utils.TableHelper.isMultiColumnTreeTable(TableHelper.java:308)
00:59:23 	at org.eclipse.papyrus.infra.nattable.utils.TableHelper.isMultiColumnTreeTable(TableHelper.java:325)
00:59:23 	at org.eclipse.papyrus.infra.nattable.painter.PapyrusIndentedTreeImagePainter.getWrappedPainterBounds(PapyrusIndentedTreeImagePainter.java:169)
00:59:23 	at org.eclipse.nebula.widgets.nattable.tree.painter.IndentedTreeImagePainter.paintCell(IndentedTreeImagePainter.java:363)
00:59:23 	at org.eclipse.nebula.widgets.nattable.painter.cell.CellPainterWrapper.paintCell(CellPainterWrapper.java:67)
00:59:23 	at org.eclipse.nebula.widgets.nattable.painter.cell.BackgroundPainter.paintCell(BackgroundPainter.java:52)
00:59:23 	at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintCell(CellLayerPainter.java:216)
00:59:23 	at org.eclipse.nebula.widgets.nattable.painter.layer.CellLayerPainter.paintLayer(CellLayerPainter.java:86)
00:59:23 	at org.eclipse.nebula.widgets.nattable.painter.layer.GridLineCellLayerPainter.paintLayer(GridLineCellLayerPainter.java:141)
00:59:23 	at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1055)
00:59:23 	at org.eclipse.nebula.widgets.nattable.layer.CompositeLayer$CompositeLayerPainter.paintLayer(CompositeLayer.java:1055)
00:59:23 	at org.eclipse.nebula.widgets.nattable.painter.layer.NatLayerPainter.paintLayer(NatLayerPainter.java:54)
00:59:23 	at org.eclipse.nebula.widgets.nattable.NatTable.paintNatTable(NatTable.java:507)
00:59:23 	at org.eclipse.nebula.widgets.nattable.NatTable.paintControl(NatTable.java:502)
00:59:23 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:247)
00:59:23 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
00:59:23 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5855)
00:59:23 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1617)
00:59:23 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1643)
00:59:23 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1626)
00:59:23 	at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3877)
00:59:23 	at org.eclipse.swt.widgets.Scrollable.gtk_draw(Scrollable.java:395)
00:59:23 	at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:506)
00:59:23 	at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:174)
00:59:23 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2570)
00:59:23 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6833)
00:59:23 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:6162)
00:59:23 	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_do_event(Native Method)
00:59:23 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1598)
00:59:23 	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method)
00:59:23 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4514)
00:59:23 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
00:59:23 	at org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest.testTableDeletion(OpenAndDeleteTest.java:111)
00:59:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:59:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
00:59:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:59:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
00:59:23 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
00:59:23 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
00:59:23 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
00:59:23 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
00:59:23 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
00:59:23 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
00:59:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
00:59:23 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
00:59:23 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
00:59:23 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
00:59:23 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
00:59:23 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
00:59:23 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
00:59:23 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
00:59:23 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
00:59:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
00:59:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
00:59:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
00:59:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
00:59:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
00:59:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
00:59:23 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
00:59:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
00:59:23 	at org.junit.runners.Suite.runChild(Suite.java:128)
00:59:23 	at org.junit.runners.Suite.runChild(Suite.java:27)
00:59:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
00:59:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
00:59:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
00:59:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
00:59:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
00:59:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
00:59:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
00:59:23 	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
00:59:23 	at org.junit.runners.Suite.runChild(Suite.java:128)
00:59:23 	at org.junit.runners.Suite.runChild(Suite.java:27)
00:59:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
00:59:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
00:59:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
00:59:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
00:59:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
00:59:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
00:59:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
00:59:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
00:59:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
00:59:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
00:59:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
00:59:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:59:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
00:59:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:59:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
00:59:23 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
00:59:23 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
00:59:23 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
00:59:23 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
00:59:23 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
00:59:23 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
00:59:23 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
00:59:23 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
00:59:23 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
00:59:23 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
00:59:23 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
00:59:23 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
00:59:23 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
00:59:23 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
00:59:23 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
00:59:23 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
00:59:23 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
00:59:23 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
00:59:23 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
00:59:23 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
00:59:23 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
00:59:23 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
00:59:23 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
00:59:23 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
00:59:23 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
00:59:23 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
00:59:23 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
00:59:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
00:59:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
00:59:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:59:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
00:59:23 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679)
00:59:23 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616)
00:59:23 	at org.eclipse.equinox.launcher.Main.run(Main.java:1492)
00:59:23 	at org.eclipse.equinox.launcher.Main.main(Main.java:1465)
00:59:23 
00:59:24 
00:59:24 (Eclipse:5247): Gtk-WARNING **: 04:59:24.275: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:24 
00:59:24 (Eclipse:5247): Gtk-WARNING **: 04:59:24.280: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:24 
00:59:24 (Eclipse:5247): Gtk-WARNING **: 04:59:24.805: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:24 
00:59:24 (Eclipse:5247): Gtk-WARNING **: 04:59:24.809: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:27 
00:59:27 (Eclipse:5247): Gtk-WARNING **: 04:59:27.841: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:27 
00:59:27 (Eclipse:5247): Gtk-WARNING **: 04:59:27.845: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:28 
00:59:28 (Eclipse:5247): Gtk-WARNING **: 04:59:28.676: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:28 
00:59:28 (Eclipse:5247): Gtk-WARNING **: 04:59:28.681: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:29 
00:59:29 (Eclipse:5247): Gtk-WARNING **: 04:59:29.581: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:29 
00:59:29 (Eclipse:5247): Gtk-WARNING **: 04:59:29.587: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:30 
00:59:30 (Eclipse:5247): Gtk-WARNING **: 04:59:30.691: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:30 
00:59:30 (Eclipse:5247): Gtk-WARNING **: 04:59:30.696: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:31 
00:59:31 (Eclipse:5247): Gtk-WARNING **: 04:59:31.627: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:31 
00:59:31 (Eclipse:5247): Gtk-WARNING **: 04:59:31.632: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:32 
00:59:32 (Eclipse:5247): Gtk-WARNING **: 04:59:32.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:32 
00:59:32 (Eclipse:5247): Gtk-WARNING **: 04:59:32.601: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:33 
00:59:33 (Eclipse:5247): Gtk-WARNING **: 04:59:33.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:33 
00:59:33 (Eclipse:5247): Gtk-WARNING **: 04:59:33.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:34 
00:59:34 (Eclipse:5247): Gtk-WARNING **: 04:59:34.168: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:34 
00:59:34 (Eclipse:5247): Gtk-WARNING **: 04:59:34.173: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:35 
00:59:35 (Eclipse:5247): Gtk-WARNING **: 04:59:35.057: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:35 
00:59:35 (Eclipse:5247): Gtk-WARNING **: 04:59:35.061: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:35 
00:59:35 (Eclipse:5247): Gtk-WARNING **: 04:59:35.837: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:35 
00:59:35 (Eclipse:5247): Gtk-WARNING **: 04:59:35.842: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:36 
00:59:36 (Eclipse:5247): Gtk-WARNING **: 04:59:36.517: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:36 
00:59:36 (Eclipse:5247): Gtk-WARNING **: 04:59:36.522: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:37 
00:59:37 (Eclipse:5247): Gtk-WARNING **: 04:59:37.149: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:37 
00:59:37 (Eclipse:5247): Gtk-WARNING **: 04:59:37.153: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:37 
00:59:37 (Eclipse:5247): Gtk-WARNING **: 04:59:37.648: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:37 
00:59:37 (Eclipse:5247): Gtk-WARNING **: 04:59:37.652: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:38 
00:59:38 (Eclipse:5247): Gtk-WARNING **: 04:59:38.375: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:38 
00:59:38 (Eclipse:5247): Gtk-WARNING **: 04:59:38.379: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:39 
00:59:39 (Eclipse:5247): Gtk-WARNING **: 04:59:39.948: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:39 
00:59:39 (Eclipse:5247): Gtk-WARNING **: 04:59:39.953: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:41 
00:59:41 (Eclipse:5247): Gtk-WARNING **: 04:59:41.930: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:41 
00:59:41 (Eclipse:5247): Gtk-WARNING **: 04:59:41.934: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:42 
00:59:42 (Eclipse:5247): Gtk-WARNING **: 04:59:42.083: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:42 
00:59:42 (Eclipse:5247): Gtk-WARNING **: 04:59:42.168: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:42 
00:59:42 (Eclipse:5247): Gtk-WARNING **: 04:59:42.651: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:42 
00:59:42 (Eclipse:5247): Gtk-WARNING **: 04:59:42.656: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:43 
00:59:43 (Eclipse:5247): Gtk-WARNING **: 04:59:43.127: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:43 
00:59:43 (Eclipse:5247): Gtk-WARNING **: 04:59:43.132: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:43 
00:59:43 (Eclipse:5247): Gtk-WARNING **: 04:59:43.578: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:43 
00:59:43 (Eclipse:5247): Gtk-WARNING **: 04:59:43.583: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:44 
00:59:44 (Eclipse:5247): Gtk-WARNING **: 04:59:44.205: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:44 
00:59:44 (Eclipse:5247): Gtk-WARNING **: 04:59:44.210: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:44 
00:59:44 (Eclipse:5247): Gtk-WARNING **: 04:59:44.828: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:44 
00:59:44 (Eclipse:5247): Gtk-WARNING **: 04:59:44.832: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:45 
00:59:45 (Eclipse:5247): Gtk-WARNING **: 04:59:45.429: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:45 
00:59:45 (Eclipse:5247): Gtk-WARNING **: 04:59:45.434: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:46 
00:59:46 (Eclipse:5247): Gtk-WARNING **: 04:59:46.058: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:46 
00:59:46 (Eclipse:5247): Gtk-WARNING **: 04:59:46.063: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:46 
00:59:46 (Eclipse:5247): Gtk-WARNING **: 04:59:46.717: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:46 
00:59:46 (Eclipse:5247): Gtk-WARNING **: 04:59:46.721: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:47 
00:59:47 (Eclipse:5247): Gtk-WARNING **: 04:59:47.335: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:47 
00:59:47 (Eclipse:5247): Gtk-WARNING **: 04:59:47.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:47 
00:59:47 (Eclipse:5247): Gtk-WARNING **: 04:59:47.959: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:47 
00:59:47 (Eclipse:5247): Gtk-WARNING **: 04:59:47.964: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:48 
00:59:48 (Eclipse:5247): Gtk-CRITICAL **: 04:59:48.569: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:48 
00:59:48 (Eclipse:5247): Gtk-CRITICAL **: 04:59:48.569: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:48 
00:59:48 (Eclipse:5247): Gtk-WARNING **: 04:59:48.610: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:48 
00:59:48 (Eclipse:5247): Gtk-WARNING **: 04:59:48.614: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:48 
00:59:48 (Eclipse:5247): Gtk-CRITICAL **: 04:59:48.628: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:48 
00:59:48 (Eclipse:5247): Gtk-CRITICAL **: 04:59:48.653: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:48 
00:59:48 (Eclipse:5247): Gtk-CRITICAL **: 04:59:48.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:48 
00:59:48 (Eclipse:5247): Gtk-WARNING **: 04:59:48.836: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:48 
00:59:48 (Eclipse:5247): Gtk-WARNING **: 04:59:48.842: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:48 
00:59:48 (Eclipse:5247): Gtk-CRITICAL **: 04:59:48.880: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:48 
00:59:48 (Eclipse:5247): Gtk-CRITICAL **: 04:59:48.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.004: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-WARNING **: 04:59:49.450: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:49 
00:59:49 (Eclipse:5247): Gtk-WARNING **: 04:59:49.454: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.494: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.515: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.555: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-WARNING **: 04:59:49.655: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:49 
00:59:49 (Eclipse:5247): Gtk-WARNING **: 04:59:49.660: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:49 
00:59:49 (Eclipse:5247): Gtk-CRITICAL **: 04:59:49.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:50 
00:59:50 (Eclipse:5247): Gtk-CRITICAL **: 04:59:50.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:50 
00:59:50 (Eclipse:5247): Gtk-CRITICAL **: 04:59:50.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:50 
00:59:50 (Eclipse:5247): Gtk-WARNING **: 04:59:50.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:50 
00:59:50 (Eclipse:5247): Gtk-WARNING **: 04:59:50.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:50 
00:59:50 (Eclipse:5247): Gtk-CRITICAL **: 04:59:50.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:50 
00:59:50 (Eclipse:5247): Gtk-CRITICAL **: 04:59:50.502: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:50 
00:59:50 (Eclipse:5247): Gtk-CRITICAL **: 04:59:50.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:50 
00:59:50 (Eclipse:5247): Gtk-WARNING **: 04:59:50.844: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:50 
00:59:50 (Eclipse:5247): Gtk-WARNING **: 04:59:50.850: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:50 
00:59:50 (Eclipse:5247): Gtk-CRITICAL **: 04:59:50.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.151: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-WARNING **: 04:59:51.591: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:51 
00:59:51 (Eclipse:5247): Gtk-WARNING **: 04:59:51.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.609: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.634: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.652: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.689: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.747: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-WARNING **: 04:59:51.866: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:51 
00:59:51 (Eclipse:5247): Gtk-WARNING **: 04:59:51.871: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:51 
00:59:51 (Eclipse:5247): Gtk-CRITICAL **: 04:59:51.986: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.402: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.402: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-WARNING **: 04:59:52.441: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:52 
00:59:52 (Eclipse:5247): Gtk-WARNING **: 04:59:52.446: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.459: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.516: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-WARNING **: 04:59:52.665: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:52 
00:59:52 (Eclipse:5247): Gtk-WARNING **: 04:59:52.671: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.704: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:52 
00:59:52 (Eclipse:5247): Gtk-CRITICAL **: 04:59:52.832: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:53 
00:59:53 (Eclipse:5247): Gtk-CRITICAL **: 04:59:53.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:53 
00:59:53 (Eclipse:5247): Gtk-CRITICAL **: 04:59:53.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:53 
00:59:53 (Eclipse:5247): Gtk-WARNING **: 04:59:53.277: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:53 
00:59:53 (Eclipse:5247): Gtk-WARNING **: 04:59:53.282: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:53 
00:59:53 (Eclipse:5247): Gtk-CRITICAL **: 04:59:53.295: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:53 
00:59:53 (Eclipse:5247): Gtk-CRITICAL **: 04:59:53.320: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:53 
00:59:53 (Eclipse:5247): Gtk-CRITICAL **: 04:59:53.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:53 
00:59:53 (Eclipse:5247): Gtk-WARNING **: 04:59:53.545: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:53 
00:59:53 (Eclipse:5247): Gtk-WARNING **: 04:59:53.551: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:53 
00:59:53 (Eclipse:5247): Gtk-CRITICAL **: 04:59:53.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:53 
00:59:53 (Eclipse:5247): Gtk-CRITICAL **: 04:59:53.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:53 
00:59:53 (Eclipse:5247): Gtk-CRITICAL **: 04:59:53.706: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-WARNING **: 04:59:54.142: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:54 
00:59:54 (Eclipse:5247): Gtk-WARNING **: 04:59:54.147: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.161: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.219: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-WARNING **: 04:59:54.354: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:54 
00:59:54 (Eclipse:5247): Gtk-WARNING **: 04:59:54.359: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.439: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.940: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.940: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:54 
00:59:54 (Eclipse:5247): Gtk-WARNING **: 04:59:54.979: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:54 
00:59:54 (Eclipse:5247): Gtk-WARNING **: 04:59:54.984: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:54.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.022: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-WARNING **: 04:59:55.187: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:55 
00:59:55 (Eclipse:5247): Gtk-WARNING **: 04:59:55.193: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.261: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.369: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.740: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.741: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-WARNING **: 04:59:55.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:55 
00:59:55 (Eclipse:5247): Gtk-WARNING **: 04:59:55.785: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.824: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:55 
00:59:55 (Eclipse:5247): Gtk-CRITICAL **: 04:59:55.890: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:56 
00:59:56 (Eclipse:5247): Gtk-WARNING **: 04:59:56.015: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:56 
00:59:56 (Eclipse:5247): Gtk-WARNING **: 04:59:56.021: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:56 
00:59:56 (Eclipse:5247): Gtk-CRITICAL **: 04:59:56.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:56 
00:59:56 (Eclipse:5247): Gtk-CRITICAL **: 04:59:56.110: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:56 
00:59:56 (Eclipse:5247): Gtk-CRITICAL **: 04:59:56.179: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:56 
00:59:56 (Eclipse:5247): Gtk-CRITICAL **: 04:59:56.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:56 
00:59:56 (Eclipse:5247): Gtk-CRITICAL **: 04:59:56.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:56 
00:59:56 (Eclipse:5247): Gtk-WARNING **: 04:59:56.768: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:56 
00:59:56 (Eclipse:5247): Gtk-WARNING **: 04:59:56.772: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:56 
00:59:56 (Eclipse:5247): Gtk-CRITICAL **: 04:59:56.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:56 
00:59:56 (Eclipse:5247): Gtk-CRITICAL **: 04:59:56.837: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:56 
00:59:56 (Eclipse:5247): Gtk-CRITICAL **: 04:59:56.869: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-WARNING **: 04:59:57.098: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:57 
00:59:57 (Eclipse:5247): Gtk-WARNING **: 04:59:57.127: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:57 
00:59:57 (Eclipse:5247): Gtk-CRITICAL **: 04:59:57.168: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-CRITICAL **: 04:59:57.255: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-CRITICAL **: 04:59:57.309: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-CRITICAL **: 04:59:57.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-CRITICAL **: 04:59:57.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-WARNING **: 04:59:57.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:57 
00:59:57 (Eclipse:5247): Gtk-WARNING **: 04:59:57.785: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:57 
00:59:57 (Eclipse:5247): Gtk-CRITICAL **: 04:59:57.799: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-CRITICAL **: 04:59:57.824: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-CRITICAL **: 04:59:57.857: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:57 
00:59:57 (Eclipse:5247): Gtk-WARNING **: 04:59:57.992: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:58 
00:59:58 (Eclipse:5247): Gtk-WARNING **: 04:59:57.998: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-WARNING **: 04:59:58.608: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:58 
00:59:58 (Eclipse:5247): Gtk-WARNING **: 04:59:58.613: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.627: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.651: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.682: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-WARNING **: 04:59:58.808: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:58 
00:59:58 (Eclipse:5247): Gtk-WARNING **: 04:59:58.814: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:58 
00:59:58 (Eclipse:5247): Gtk-CRITICAL **: 04:59:58.954: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:59 
00:59:59 (Eclipse:5247): Gtk-CRITICAL **: 04:59:59.011: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:59 
00:59:59 (Eclipse:5247): Gtk-CRITICAL **: 04:59:59.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:59 
00:59:59 (Eclipse:5247): Gtk-CRITICAL **: 04:59:59.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:59 
00:59:59 (Eclipse:5247): Gtk-WARNING **: 04:59:59.447: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:59 
00:59:59 (Eclipse:5247): Gtk-WARNING **: 04:59:59.455: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
00:59:59 
00:59:59 (Eclipse:5247): Gtk-CRITICAL **: 04:59:59.475: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:59 
00:59:59 (Eclipse:5247): Gtk-CRITICAL **: 04:59:59.504: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:59 
00:59:59 (Eclipse:5247): Gtk-CRITICAL **: 04:59:59.535: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:59 
00:59:59 (Eclipse:5247): Gtk-CRITICAL **: 04:59:59.991: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
00:59:59 
00:59:59 (Eclipse:5247): Gtk-CRITICAL **: 04:59:59.991: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-WARNING **: 05:00:00.029: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:00 
01:00:00 (Eclipse:5247): Gtk-WARNING **: 05:00:00.034: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.073: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.105: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-WARNING **: 05:00:00.256: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:00 
01:00:00 (Eclipse:5247): Gtk-WARNING **: 05:00:00.262: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.299: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-WARNING **: 05:00:00.838: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:00 
01:00:00 (Eclipse:5247): Gtk-WARNING **: 05:00:00.843: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.857: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.882: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:00 
01:00:00 (Eclipse:5247): Gtk-CRITICAL **: 05:00:00.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-WARNING **: 05:00:01.031: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:01 
01:00:01 (Eclipse:5247): Gtk-WARNING **: 05:00:01.037: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:01 
01:00:01 (Eclipse:5247): Gtk-CRITICAL **: 05:00:01.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-CRITICAL **: 05:00:01.219: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-CRITICAL **: 05:00:01.257: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-CRITICAL **: 05:00:01.672: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-CRITICAL **: 05:00:01.672: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-WARNING **: 05:00:01.716: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:01 
01:00:01 (Eclipse:5247): Gtk-WARNING **: 05:00:01.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:01 
01:00:01 (Eclipse:5247): Gtk-CRITICAL **: 05:00:01.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-CRITICAL **: 05:00:01.761: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-CRITICAL **: 05:00:01.795: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:01 
01:00:01 (Eclipse:5247): Gtk-WARNING **: 05:00:01.928: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:01 
01:00:01 (Eclipse:5247): Gtk-WARNING **: 05:00:01.933: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.058: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.522: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.522: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-WARNING **: 05:00:02.561: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:02 
01:00:02 (Eclipse:5247): Gtk-WARNING **: 05:00:02.566: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.579: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.604: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.719: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-WARNING **: 05:00:02.837: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:02 
01:00:02 (Eclipse:5247): Gtk-WARNING **: 05:00:02.843: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.905: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:02 
01:00:02 (Eclipse:5247): Gtk-CRITICAL **: 05:00:02.955: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.395: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.395: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-WARNING **: 05:00:03.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:03 
01:00:03 (Eclipse:5247): Gtk-WARNING **: 05:00:03.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.464: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.489: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.527: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.573: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-WARNING **: 05:00:03.691: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:03 
01:00:03 (Eclipse:5247): Gtk-WARNING **: 05:00:03.730: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.804: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.867: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:03 
01:00:03 (Eclipse:5247): Gtk-CRITICAL **: 05:00:03.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:04 
01:00:04 (Eclipse:5247): Gtk-CRITICAL **: 05:00:04.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:04 
01:00:04 (Eclipse:5247): Gtk-CRITICAL **: 05:00:04.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:04 
01:00:04 (Eclipse:5247): Gtk-WARNING **: 05:00:04.425: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:04 
01:00:04 (Eclipse:5247): Gtk-WARNING **: 05:00:04.429: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:04 
01:00:04 (Eclipse:5247): Gtk-CRITICAL **: 05:00:04.442: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:04 
01:00:04 (Eclipse:5247): Gtk-CRITICAL **: 05:00:04.468: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:04 
01:00:04 (Eclipse:5247): Gtk-CRITICAL **: 05:00:04.500: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:04 
01:00:04 (Eclipse:5247): Gtk-WARNING **: 05:00:04.628: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:04 
01:00:04 (Eclipse:5247): Gtk-WARNING **: 05:00:04.634: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:04 
01:00:04 (Eclipse:5247): Gtk-CRITICAL **: 05:00:04.679: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:04 
01:00:04 (Eclipse:5247): Gtk-CRITICAL **: 05:00:04.734: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:04 
01:00:04 (Eclipse:5247): Gtk-CRITICAL **: 05:00:04.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:05 
01:00:05 (Eclipse:5247): Gtk-CRITICAL **: 05:00:05.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:05 
01:00:05 (Eclipse:5247): Gtk-CRITICAL **: 05:00:05.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:05 
01:00:05 (Eclipse:5247): Gtk-WARNING **: 05:00:05.207: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:05 
01:00:05 (Eclipse:5247): Gtk-WARNING **: 05:00:05.212: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:05 
01:00:05 (Eclipse:5247): Gtk-CRITICAL **: 05:00:05.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:05 
01:00:05 (Eclipse:5247): Gtk-CRITICAL **: 05:00:05.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:05 
01:00:05 (Eclipse:5247): Gtk-CRITICAL **: 05:00:05.282: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:05 
01:00:05 (Eclipse:5247): Gtk-WARNING **: 05:00:05.415: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:05 
01:00:05 (Eclipse:5247): Gtk-WARNING **: 05:00:05.420: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:05 
01:00:05 (Eclipse:5247): Gtk-CRITICAL **: 05:00:05.505: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:05 
01:00:05 (Eclipse:5247): Gtk-CRITICAL **: 05:00:05.563: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:05 
01:00:05 (Eclipse:5247): Gtk-CRITICAL **: 05:00:05.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.042: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.042: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-WARNING **: 05:00:06.085: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:06 
01:00:06 (Eclipse:5247): Gtk-WARNING **: 05:00:06.090: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-WARNING **: 05:00:06.327: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:06 
01:00:06 (Eclipse:5247): Gtk-WARNING **: 05:00:06.333: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.525: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.912: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.912: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:06 
01:00:06 (Eclipse:5247): Gtk-WARNING **: 05:00:06.953: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:06 
01:00:06 (Eclipse:5247): Gtk-WARNING **: 05:00:06.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:06 
01:00:06 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.972: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:06.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-WARNING **: 05:00:07.168: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:07 
01:00:07 (Eclipse:5247): Gtk-WARNING **: 05:00:07.174: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.244: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.675: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.675: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-WARNING **: 05:00:07.714: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:07 
01:00:07 (Eclipse:5247): Gtk-WARNING **: 05:00:07.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.733: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.791: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:07 
01:00:07 (Eclipse:5247): Gtk-WARNING **: 05:00:07.918: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:07 
01:00:07 (Eclipse:5247): Gtk-WARNING **: 05:00:07.923: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:07 
01:00:07 (Eclipse:5247): Gtk-CRITICAL **: 05:00:07.967: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.021: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.073: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.447: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.447: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-WARNING **: 05:00:08.487: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:08 
01:00:08 (Eclipse:5247): Gtk-WARNING **: 05:00:08.492: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.506: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.532: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-WARNING **: 05:00:08.709: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:08 
01:00:08 (Eclipse:5247): Gtk-WARNING **: 05:00:08.715: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:08 
01:00:08 (Eclipse:5247): Gtk-CRITICAL **: 05:00:08.906: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.329: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.329: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-WARNING **: 05:00:09.372: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:09 
01:00:09 (Eclipse:5247): Gtk-WARNING **: 05:00:09.377: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.423: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.442: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.486: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-WARNING **: 05:00:09.686: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:09 
01:00:09 (Eclipse:5247): Gtk-WARNING **: 05:00:09.693: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:09 
01:00:09 (Eclipse:5247): Gtk-CRITICAL **: 05:00:09.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:10 
01:00:10 (Eclipse:5247): Gtk-CRITICAL **: 05:00:10.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:10 
01:00:10 (Eclipse:5247): Gtk-CRITICAL **: 05:00:10.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:10 
01:00:10 (Eclipse:5247): Gtk-WARNING **: 05:00:10.426: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:10 
01:00:10 (Eclipse:5247): Gtk-WARNING **: 05:00:10.431: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:10 
01:00:10 (Eclipse:5247): Gtk-CRITICAL **: 05:00:10.448: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:10 
01:00:10 (Eclipse:5247): Gtk-CRITICAL **: 05:00:10.476: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:10 
01:00:10 (Eclipse:5247): Gtk-CRITICAL **: 05:00:10.511: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:10 
01:00:10 (Eclipse:5247): Gtk-CRITICAL **: 05:00:10.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:10 
01:00:10 (Eclipse:5247): Gtk-CRITICAL **: 05:00:10.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-WARNING **: 05:00:11.040: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:11 
01:00:11 (Eclipse:5247): Gtk-WARNING **: 05:00:11.045: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.060: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.118: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.179: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.236: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.624: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.624: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-WARNING **: 05:00:11.664: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:11 
01:00:11 (Eclipse:5247): Gtk-WARNING **: 05:00:11.669: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.711: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.740: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.788: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:11 
01:00:11 (Eclipse:5247): Gtk-CRITICAL **: 05:00:11.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.288: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.288: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-WARNING **: 05:00:12.331: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:12 
01:00:12 (Eclipse:5247): Gtk-WARNING **: 05:00:12.336: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.377: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.952: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:12 
01:00:12 (Eclipse:5247): Gtk-CRITICAL **: 05:00:12.952: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-WARNING **: 05:00:12.994: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:13 
01:00:13 (Eclipse:5247): Gtk-WARNING **: 05:00:12.999: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.013: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.041: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.065: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.138: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.193: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.585: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.585: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-WARNING **: 05:00:13.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:13 
01:00:13 (Eclipse:5247): Gtk-WARNING **: 05:00:13.629: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.641: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.669: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.765: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:13 
01:00:13 (Eclipse:5247): Gtk-CRITICAL **: 05:00:13.825: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.218: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.218: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-WARNING **: 05:00:14.257: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:14 
01:00:14 (Eclipse:5247): Gtk-WARNING **: 05:00:14.262: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.301: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.396: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.454: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-WARNING **: 05:00:14.887: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:14 
01:00:14 (Eclipse:5247): Gtk-WARNING **: 05:00:14.892: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.906: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.933: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:14 
01:00:14 (Eclipse:5247): Gtk-CRITICAL **: 05:00:14.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.534: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.534: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-WARNING **: 05:00:15.576: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:15 
01:00:15 (Eclipse:5247): Gtk-WARNING **: 05:00:15.581: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.618: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.716: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:15 
01:00:15 (Eclipse:5247): Gtk-CRITICAL **: 05:00:15.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.276: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.331: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.491: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:16 
01:00:16 (Eclipse:5247): Gtk-CRITICAL **: 05:00:16.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-WARNING **: 05:00:17.031: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:17 
01:00:17 (Eclipse:5247): Gtk-WARNING **: 05:00:17.035: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.073: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.211: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.592: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.592: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-WARNING **: 05:00:17.631: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:17 
01:00:17 (Eclipse:5247): Gtk-WARNING **: 05:00:17.636: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.708: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:17 
01:00:17 (Eclipse:5247): Gtk-CRITICAL **: 05:00:17.816: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-WARNING **: 05:00:18.303: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:18 
01:00:18 (Eclipse:5247): Gtk-WARNING **: 05:00:18.308: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.323: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.388: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.440: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.494: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:18 
01:00:18 (Eclipse:5247): Gtk-WARNING **: 05:00:18.949: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:18 
01:00:18 (Eclipse:5247): Gtk-WARNING **: 05:00:18.953: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:18 
01:00:18 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.966: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:18.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.019: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.083: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.138: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.533: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.533: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-WARNING **: 05:00:19.572: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:19 
01:00:19 (Eclipse:5247): Gtk-WARNING **: 05:00:19.577: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.589: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.613: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.685: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:19 
01:00:19 (Eclipse:5247): Gtk-CRITICAL **: 05:00:19.741: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-WARNING **: 05:00:20.180: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:20 
01:00:20 (Eclipse:5247): Gtk-WARNING **: 05:00:20.184: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.365: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.749: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.749: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-WARNING **: 05:00:20.800: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:20 
01:00:20 (Eclipse:5247): Gtk-WARNING **: 05:00:20.806: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.873: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:20 
01:00:20 (Eclipse:5247): Gtk-CRITICAL **: 05:00:20.941: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.000: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.376: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.376: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-WARNING **: 05:00:21.418: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:21 
01:00:21 (Eclipse:5247): Gtk-WARNING **: 05:00:21.423: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.461: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.508: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.551: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:21 
01:00:21 (Eclipse:5247): Gtk-CRITICAL **: 05:00:21.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-WARNING **: 05:00:22.024: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:22 
01:00:22 (Eclipse:5247): Gtk-WARNING **: 05:00:22.028: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.041: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.068: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.159: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.218: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.663: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.663: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-WARNING **: 05:00:22.735: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:22 
01:00:22 (Eclipse:5247): Gtk-WARNING **: 05:00:22.740: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.778: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.828: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.882: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:22 
01:00:22 (Eclipse:5247): Gtk-CRITICAL **: 05:00:22.960: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:23 
01:00:23 (Eclipse:5247): Gtk-CRITICAL **: 05:00:23.514: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:23 
01:00:23 (Eclipse:5247): Gtk-CRITICAL **: 05:00:23.514: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:23 
01:00:23 (Eclipse:5247): Gtk-WARNING **: 05:00:23.556: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:23 
01:00:23 (Eclipse:5247): Gtk-WARNING **: 05:00:23.560: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:23 
01:00:23 (Eclipse:5247): Gtk-CRITICAL **: 05:00:23.572: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:23 
01:00:23 (Eclipse:5247): Gtk-CRITICAL **: 05:00:23.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:23 
01:00:23 (Eclipse:5247): Gtk-CRITICAL **: 05:00:23.625: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:23 
01:00:23 (Eclipse:5247): Gtk-CRITICAL **: 05:00:23.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:23 
01:00:23 (Eclipse:5247): Gtk-CRITICAL **: 05:00:23.728: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.050: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.050: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.086: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.130: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.268: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.638: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.638: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-WARNING **: 05:00:24.687: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:24 
01:00:24 (Eclipse:5247): Gtk-WARNING **: 05:00:24.692: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.706: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.736: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.765: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.811: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:24 
01:00:24 (Eclipse:5247): Gtk-CRITICAL **: 05:00:24.869: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.281: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.281: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-WARNING **: 05:00:25.320: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:25 
01:00:25 (Eclipse:5247): Gtk-WARNING **: 05:00:25.324: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.336: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.460: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.516: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:25 
01:00:25 (Eclipse:5247): Gtk-WARNING **: 05:00:25.970: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:25 
01:00:25 (Eclipse:5247): Gtk-WARNING **: 05:00:25.975: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:25 
01:00:25 (Eclipse:5247): Gtk-CRITICAL **: 05:00:25.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:26 
01:00:26 (Eclipse:5247): Gtk-CRITICAL **: 05:00:26.011: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:26 
01:00:26 (Eclipse:5247): Gtk-CRITICAL **: 05:00:26.039: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:26 
01:00:26 (Eclipse:5247): Gtk-CRITICAL **: 05:00:26.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:26 
01:00:26 (Eclipse:5247): Gtk-CRITICAL **: 05:00:26.142: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:00:26 
01:00:26 (Eclipse:5247): Gtk-WARNING **: 05:00:26.547: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:26 
01:00:26 (Eclipse:5247): Gtk-WARNING **: 05:00:26.552: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:27 
01:00:27 (Eclipse:5247): Gtk-WARNING **: 05:00:27.059: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:27 
01:00:27 (Eclipse:5247): Gtk-WARNING **: 05:00:27.064: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:27 
01:00:27 (Eclipse:5247): Gtk-WARNING **: 05:00:27.525: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:27 
01:00:27 (Eclipse:5247): Gtk-WARNING **: 05:00:27.530: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:27 
01:00:27 (Eclipse:5247): Gtk-WARNING **: 05:00:27.993: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:28 
01:00:28 (Eclipse:5247): Gtk-WARNING **: 05:00:27.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:28 
01:00:28 (Eclipse:5247): Gtk-WARNING **: 05:00:28.500: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:28 
01:00:28 (Eclipse:5247): Gtk-WARNING **: 05:00:28.505: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:29 
01:00:29 (Eclipse:5247): Gtk-WARNING **: 05:00:29.041: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:29 
01:00:29 (Eclipse:5247): Gtk-WARNING **: 05:00:29.046: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:30 
01:00:30 (Eclipse:5247): Gtk-WARNING **: 05:00:30.002: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:30 
01:00:30 (Eclipse:5247): Gtk-WARNING **: 05:00:30.011: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:31 
01:00:31 (Eclipse:5247): Gtk-WARNING **: 05:00:31.105: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:31 
01:00:31 (Eclipse:5247): Gtk-WARNING **: 05:00:31.110: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:31 
01:00:31 (Eclipse:5247): Gtk-WARNING **: 05:00:31.848: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:31 
01:00:31 (Eclipse:5247): Gtk-WARNING **: 05:00:31.852: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.159: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.159: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.159: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.166: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.167: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.167: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.536: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.541: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.662: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.663: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.663: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.670: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.671: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.671: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:32 
01:00:32 (Eclipse:5247): Gtk-WARNING **: 05:00:32.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:33 
01:00:33 (Eclipse:5247): Gtk-WARNING **: 05:00:33.536: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:33 
01:00:33 (Eclipse:5247): Gtk-WARNING **: 05:00:33.541: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:33 
01:00:33 (Eclipse:5247): Gtk-WARNING **: 05:00:33.659: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:33 
01:00:33 (Eclipse:5247): Gtk-WARNING **: 05:00:33.663: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:34 
01:00:34 (Eclipse:5247): Gtk-WARNING **: 05:00:34.571: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:34 
01:00:34 (Eclipse:5247): Gtk-WARNING **: 05:00:34.575: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:35 
01:00:35 (Eclipse:5247): Gtk-WARNING **: 05:00:35.739: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:35 
01:00:35 (Eclipse:5247): Gtk-WARNING **: 05:00:35.744: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.395: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.400: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.607: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.615: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.750: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.759: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.943: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.943: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.944: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.956: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.956: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:36 
01:00:36 (Eclipse:5247): Gtk-WARNING **: 05:00:36.957: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:37 
01:00:37 (Eclipse:5247): Gtk-WARNING **: 05:00:37.079: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:37 
01:00:37 (Eclipse:5247): Gtk-WARNING **: 05:00:37.085: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:37 
01:00:37 (Eclipse:5247): Gtk-WARNING **: 05:00:37.580: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:37 
01:00:37 (Eclipse:5247): Gtk-WARNING **: 05:00:37.585: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:38 
01:00:38 (Eclipse:5247): Gtk-WARNING **: 05:00:38.080: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:38 
01:00:38 (Eclipse:5247): Gtk-WARNING **: 05:00:38.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:38 
01:00:38 (Eclipse:5247): Gtk-WARNING **: 05:00:38.271: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:38 
01:00:38 (Eclipse:5247): Gtk-WARNING **: 05:00:38.277: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:38 
01:00:38 (Eclipse:5247): Gtk-WARNING **: 05:00:38.849: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:38 
01:00:38 (Eclipse:5247): Gtk-WARNING **: 05:00:38.855: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:39 
01:00:39 (Eclipse:5247): Gtk-WARNING **: 05:00:39.429: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:39 
01:00:39 (Eclipse:5247): Gtk-WARNING **: 05:00:39.434: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:39 
01:00:39 (Eclipse:5247): Gtk-WARNING **: 05:00:39.605: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:39 
01:00:39 (Eclipse:5247): Gtk-WARNING **: 05:00:39.610: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:40 
01:00:40 (Eclipse:5247): Gtk-WARNING **: 05:00:40.110: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:40 
01:00:40 (Eclipse:5247): Gtk-WARNING **: 05:00:40.115: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:40 
01:00:40 (Eclipse:5247): Gtk-WARNING **: 05:00:40.623: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:40 
01:00:40 (Eclipse:5247): Gtk-WARNING **: 05:00:40.628: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:40 
01:00:40 (Eclipse:5247): Gtk-WARNING **: 05:00:40.806: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:40 
01:00:40 (Eclipse:5247): Gtk-WARNING **: 05:00:40.815: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:41 
01:00:41 (Eclipse:5247): Gtk-WARNING **: 05:00:41.060: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:41 
01:00:41 (Eclipse:5247): Gtk-WARNING **: 05:00:41.069: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:41 
01:00:41 (Eclipse:5247): Gtk-WARNING **: 05:00:41.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:41 
01:00:41 (Eclipse:5247): Gtk-WARNING **: 05:00:41.562: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:42 
01:00:42 (Eclipse:5247): Gtk-WARNING **: 05:00:42.037: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:42 
01:00:42 (Eclipse:5247): Gtk-WARNING **: 05:00:42.043: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:42 
01:00:42 (Eclipse:5247): Gtk-WARNING **: 05:00:42.222: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:42 
01:00:42 (Eclipse:5247): Gtk-WARNING **: 05:00:42.230: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:42 
01:00:42 (Eclipse:5247): Gtk-WARNING **: 05:00:42.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:42 
01:00:42 (Eclipse:5247): Gtk-WARNING **: 05:00:42.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:43 
01:00:43 (Eclipse:5247): Gtk-WARNING **: 05:00:42.995: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:43 
01:00:43 (Eclipse:5247): Gtk-WARNING **: 05:00:43.000: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:43 
01:00:43 (Eclipse:5247): Gtk-WARNING **: 05:00:43.601: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:43 
01:00:43 (Eclipse:5247): Gtk-WARNING **: 05:00:43.606: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:44 
01:00:44 (Eclipse:5247): Gtk-WARNING **: 05:00:44.491: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:44 
01:00:44 (Eclipse:5247): Gtk-WARNING **: 05:00:44.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:44 
01:00:44 (Eclipse:5247): Gtk-WARNING **: 05:00:44.983: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:44 
01:00:44 (Eclipse:5247): Gtk-WARNING **: 05:00:44.988: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:45 
01:00:45 (Eclipse:5247): Gtk-WARNING **: 05:00:45.642: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:45 
01:00:45 (Eclipse:5247): Gtk-WARNING **: 05:00:45.647: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.109: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.114: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.271: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.286: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.289: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.290: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.404: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.417: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.421: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.421: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.879: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:46 
01:00:46 (Eclipse:5247): Gtk-WARNING **: 05:00:46.884: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.382: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.387: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.535: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.550: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.553: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.554: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.671: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.684: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:47 
01:00:47 (Eclipse:5247): Gtk-WARNING **: 05:00:47.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:48 
01:00:48 (Eclipse:5247): Gtk-WARNING **: 05:00:48.143: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:48 
01:00:48 (Eclipse:5247): Gtk-WARNING **: 05:00:48.148: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:48 
01:00:48 (Eclipse:5247): Gtk-WARNING **: 05:00:48.610: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:48 
01:00:48 (Eclipse:5247): Gtk-WARNING **: 05:00:48.614: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:49 
01:00:49 (Eclipse:5247): Gtk-WARNING **: 05:00:49.231: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:49 
01:00:49 (Eclipse:5247): Gtk-WARNING **: 05:00:49.235: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:49 
01:00:49 (Eclipse:5247): Gtk-WARNING **: 05:00:49.706: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:49 
01:00:49 (Eclipse:5247): Gtk-WARNING **: 05:00:49.710: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:50 
01:00:50 (Eclipse:5247): Gtk-WARNING **: 05:00:50.324: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:50 
01:00:50 (Eclipse:5247): Gtk-WARNING **: 05:00:50.329: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:50 
01:00:50 (Eclipse:5247): Gtk-WARNING **: 05:00:50.792: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:50 
01:00:50 (Eclipse:5247): Gtk-WARNING **: 05:00:50.797: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:51 
01:00:51 (Eclipse:5247): Gtk-WARNING **: 05:00:51.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:51 
01:00:51 (Eclipse:5247): Gtk-WARNING **: 05:00:51.500: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:52 
01:00:52 (Eclipse:5247): Gtk-WARNING **: 05:00:52.082: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:52 
01:00:52 (Eclipse:5247): Gtk-WARNING **: 05:00:52.087: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:52 
01:00:52 (Eclipse:5247): Gtk-WARNING **: 05:00:52.717: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:52 
01:00:52 (Eclipse:5247): Gtk-WARNING **: 05:00:52.725: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:53 
01:00:53 (Eclipse:5247): Gtk-WARNING **: 05:00:53.211: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:53 
01:00:53 (Eclipse:5247): Gtk-WARNING **: 05:00:53.216: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:53 
01:00:53 (Eclipse:5247): Gtk-WARNING **: 05:00:53.978: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:53 
01:00:53 (Eclipse:5247): Gtk-WARNING **: 05:00:53.983: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:54 
01:00:54 (Eclipse:5247): Gtk-WARNING **: 05:00:54.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:54 
01:00:54 (Eclipse:5247): Gtk-WARNING **: 05:00:54.462: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:55 
01:00:55 (Eclipse:5247): Gtk-WARNING **: 05:00:55.148: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:55 
01:00:55 (Eclipse:5247): Gtk-WARNING **: 05:00:55.153: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:55 
01:00:55 (Eclipse:5247): Gtk-WARNING **: 05:00:55.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:55 
01:00:55 (Eclipse:5247): Gtk-WARNING **: 05:00:55.631: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:56 
01:00:56 (Eclipse:5247): Gtk-WARNING **: 05:00:56.145: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:56 
01:00:56 (Eclipse:5247): Gtk-WARNING **: 05:00:56.150: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:56 
01:00:56 (Eclipse:5247): Gtk-WARNING **: 05:00:56.591: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:56 
01:00:56 (Eclipse:5247): Gtk-WARNING **: 05:00:56.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:57 
01:00:57 (Eclipse:5247): Gtk-WARNING **: 05:00:57.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:57 
01:00:57 (Eclipse:5247): Gtk-WARNING **: 05:00:57.090: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:57 
01:00:57 (Eclipse:5247): Gtk-WARNING **: 05:00:57.526: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:57 
01:00:57 (Eclipse:5247): Gtk-WARNING **: 05:00:57.530: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:58 
01:00:58 (Eclipse:5247): Gtk-WARNING **: 05:00:58.053: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:58 
01:00:58 (Eclipse:5247): Gtk-WARNING **: 05:00:58.058: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:58 
01:00:58 (Eclipse:5247): Gtk-WARNING **: 05:00:58.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:58 
01:00:58 (Eclipse:5247): Gtk-WARNING **: 05:00:58.501: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:59 
01:00:59 (Eclipse:5247): Gtk-WARNING **: 05:00:59.053: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:59 
01:00:59 (Eclipse:5247): Gtk-WARNING **: 05:00:59.057: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:59 
01:00:59 (Eclipse:5247): Gtk-WARNING **: 05:00:59.602: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:00:59 
01:00:59 (Eclipse:5247): Gtk-WARNING **: 05:00:59.607: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:00 
01:01:00 (Eclipse:5247): Gtk-WARNING **: 05:01:00.121: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:00 
01:01:00 (Eclipse:5247): Gtk-WARNING **: 05:01:00.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:00 
01:01:00 (Eclipse:5247): Gtk-WARNING **: 05:01:00.554: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:00 
01:01:00 (Eclipse:5247): Gtk-WARNING **: 05:01:00.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:01 
01:01:01 (Eclipse:5247): Gtk-WARNING **: 05:01:01.079: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:01 
01:01:01 (Eclipse:5247): Gtk-WARNING **: 05:01:01.083: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:01 
01:01:01 (Eclipse:5247): Gtk-WARNING **: 05:01:01.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:01 
01:01:01 (Eclipse:5247): Gtk-WARNING **: 05:01:01.501: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:02 
01:01:02 (Eclipse:5247): Gtk-WARNING **: 05:01:02.031: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:02 
01:01:02 (Eclipse:5247): Gtk-WARNING **: 05:01:02.036: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:02 
01:01:02 (Eclipse:5247): Gtk-WARNING **: 05:01:02.475: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:02 
01:01:02 (Eclipse:5247): Gtk-WARNING **: 05:01:02.480: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:02 
01:01:02 (Eclipse:5247): Gtk-WARNING **: 05:01:02.992: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:03 
01:01:03 (Eclipse:5247): Gtk-WARNING **: 05:01:02.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:03 
01:01:03 (Eclipse:5247): Gtk-WARNING **: 05:01:03.412: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:03 
01:01:03 (Eclipse:5247): Gtk-WARNING **: 05:01:03.417: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:03 
01:01:03 (Eclipse:5247): Gtk-WARNING **: 05:01:03.960: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:03 
01:01:03 (Eclipse:5247): Gtk-WARNING **: 05:01:03.965: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:04 
01:01:04 (Eclipse:5247): Gtk-WARNING **: 05:01:04.430: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:04 
01:01:04 (Eclipse:5247): Gtk-WARNING **: 05:01:04.434: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:04 
01:01:04 (Eclipse:5247): Gtk-WARNING **: 05:01:04.954: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:04 
01:01:04 (Eclipse:5247): Gtk-WARNING **: 05:01:04.959: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:05 
01:01:05 (Eclipse:5247): Gtk-WARNING **: 05:01:05.421: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:05 
01:01:05 (Eclipse:5247): Gtk-WARNING **: 05:01:05.426: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:05 
01:01:05 (Eclipse:5247): Gtk-WARNING **: 05:01:05.936: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:05 
01:01:05 (Eclipse:5247): Gtk-WARNING **: 05:01:05.941: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:06 
01:01:06 (Eclipse:5247): Gtk-WARNING **: 05:01:06.427: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:06 
01:01:06 (Eclipse:5247): Gtk-WARNING **: 05:01:06.432: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:07 
01:01:07 (Eclipse:5247): Gtk-WARNING **: 05:01:07.059: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:07 
01:01:07 (Eclipse:5247): Gtk-WARNING **: 05:01:07.064: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:07 
01:01:07 (Eclipse:5247): Gtk-WARNING **: 05:01:07.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:07 
01:01:07 (Eclipse:5247): Gtk-WARNING **: 05:01:07.728: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:08 
01:01:08 (Eclipse:5247): Gtk-WARNING **: 05:01:08.730: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:08 
01:01:08 (Eclipse:5247): Gtk-WARNING **: 05:01:08.735: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:09 
01:01:09 (Eclipse:5247): Gtk-WARNING **: 05:01:09.630: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:09 
01:01:09 (Eclipse:5247): Gtk-WARNING **: 05:01:09.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:10 
01:01:10 (Eclipse:5247): Gtk-WARNING **: 05:01:10.547: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:10 
01:01:10 (Eclipse:5247): Gtk-WARNING **: 05:01:10.552: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:11 
01:01:11 (Eclipse:5247): Gtk-WARNING **: 05:01:11.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:11 
01:01:11 (Eclipse:5247): Gtk-WARNING **: 05:01:11.501: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:12 
01:01:12 (Eclipse:5247): Gtk-WARNING **: 05:01:12.465: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:12 
01:01:12 (Eclipse:5247): Gtk-WARNING **: 05:01:12.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:13 
01:01:13 (Eclipse:5247): Gtk-WARNING **: 05:01:13.156: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:13 
01:01:13 (Eclipse:5247): Gtk-WARNING **: 05:01:13.161: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:13 
01:01:13 (Eclipse:5247): Gtk-WARNING **: 05:01:13.983: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:13 
01:01:13 (Eclipse:5247): Gtk-WARNING **: 05:01:13.988: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:14 
01:01:14 (Eclipse:5247): Gtk-WARNING **: 05:01:14.622: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:14 
01:01:14 (Eclipse:5247): Gtk-WARNING **: 05:01:14.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:15 
01:01:15 (Eclipse:5247): Gtk-WARNING **: 05:01:15.270: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:15 
01:01:15 (Eclipse:5247): Gtk-WARNING **: 05:01:15.274: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:16 
01:01:16 (Eclipse:5247): Gtk-WARNING **: 05:01:16.019: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:16 
01:01:16 (Eclipse:5247): Gtk-WARNING **: 05:01:16.023: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:16 
01:01:16 (Eclipse:5247): Gtk-WARNING **: 05:01:16.716: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:16 
01:01:16 (Eclipse:5247): Gtk-WARNING **: 05:01:16.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:17 
01:01:17 (Eclipse:5247): Gtk-WARNING **: 05:01:17.232: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:17 
01:01:17 (Eclipse:5247): Gtk-WARNING **: 05:01:17.237: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:17 
01:01:17 (Eclipse:5247): Gtk-WARNING **: 05:01:17.953: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:17 
01:01:17 (Eclipse:5247): Gtk-WARNING **: 05:01:17.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:18 
01:01:18 (Eclipse:5247): Gtk-WARNING **: 05:01:18.691: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:18 
01:01:18 (Eclipse:5247): Gtk-WARNING **: 05:01:18.696: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:19 
01:01:19 (Eclipse:5247): Gtk-WARNING **: 05:01:19.543: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:19 
01:01:19 (Eclipse:5247): Gtk-WARNING **: 05:01:19.547: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:20 
01:01:20 (Eclipse:5247): Gtk-WARNING **: 05:01:20.233: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:20 
01:01:20 (Eclipse:5247): Gtk-WARNING **: 05:01:20.237: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:20 
01:01:20 (Eclipse:5247): Gtk-WARNING **: 05:01:20.906: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:20 
01:01:20 (Eclipse:5247): Gtk-WARNING **: 05:01:20.911: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:21 
01:01:21 (Eclipse:5247): Gtk-WARNING **: 05:01:21.475: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:21 
01:01:21 (Eclipse:5247): Gtk-WARNING **: 05:01:21.480: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:22 
01:01:22 (Eclipse:5247): Gtk-WARNING **: 05:01:22.157: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:22 
01:01:22 (Eclipse:5247): Gtk-WARNING **: 05:01:22.161: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:22 
01:01:22 (Eclipse:5247): Gtk-WARNING **: 05:01:22.819: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:22 
01:01:22 (Eclipse:5247): Gtk-WARNING **: 05:01:22.824: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:23 
01:01:23 (Eclipse:5247): Gtk-WARNING **: 05:01:23.467: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:23 
01:01:23 (Eclipse:5247): Gtk-WARNING **: 05:01:23.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:24 
01:01:24 (Eclipse:5247): Gtk-WARNING **: 05:01:24.202: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:24 
01:01:24 (Eclipse:5247): Gtk-WARNING **: 05:01:24.207: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:25 
01:01:25 (Eclipse:5247): Gtk-WARNING **: 05:01:25.054: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:25 
01:01:25 (Eclipse:5247): Gtk-WARNING **: 05:01:25.059: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:25 
01:01:25 (Eclipse:5247): Gtk-WARNING **: 05:01:25.559: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:25 
01:01:25 (Eclipse:5247): Gtk-WARNING **: 05:01:25.563: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:26 
01:01:26 (Eclipse:5247): Gtk-WARNING **: 05:01:26.244: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:26 
01:01:26 (Eclipse:5247): Gtk-WARNING **: 05:01:26.249: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:26 
01:01:26 (Eclipse:5247): Gtk-WARNING **: 05:01:26.930: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:26 
01:01:26 (Eclipse:5247): Gtk-WARNING **: 05:01:26.934: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:27 
01:01:27 (Eclipse:5247): Gtk-WARNING **: 05:01:27.621: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:27 
01:01:27 (Eclipse:5247): Gtk-WARNING **: 05:01:27.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:28 
01:01:28 (Eclipse:5247): Gtk-WARNING **: 05:01:28.281: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:28 
01:01:28 (Eclipse:5247): Gtk-WARNING **: 05:01:28.285: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:28 
01:01:28 (Eclipse:5247): Gtk-WARNING **: 05:01:28.924: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:28 
01:01:28 (Eclipse:5247): Gtk-WARNING **: 05:01:28.929: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:29 
01:01:29 (Eclipse:5247): Gtk-WARNING **: 05:01:29.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:29 
01:01:29 (Eclipse:5247): Gtk-WARNING **: 05:01:29.609: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:30 
01:01:30 (Eclipse:5247): Gtk-WARNING **: 05:01:30.467: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:30 
01:01:30 (Eclipse:5247): Gtk-WARNING **: 05:01:30.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:31 
01:01:31 (Eclipse:5247): Gtk-WARNING **: 05:01:31.383: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:31 
01:01:31 (Eclipse:5247): Gtk-WARNING **: 05:01:31.388: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:32 
01:01:32 (Eclipse:5247): Gtk-WARNING **: 05:01:32.198: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:32 
01:01:32 (Eclipse:5247): Gtk-WARNING **: 05:01:32.205: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:33 
01:01:33 (Eclipse:5247): Gtk-WARNING **: 05:01:33.039: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:33 
01:01:33 (Eclipse:5247): Gtk-WARNING **: 05:01:33.044: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:33 
01:01:33 (Eclipse:5247): Gtk-WARNING **: 05:01:33.783: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:33 
01:01:33 (Eclipse:5247): Gtk-WARNING **: 05:01:33.788: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:34 
01:01:34 (Eclipse:5247): Gtk-WARNING **: 05:01:34.409: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:34 
01:01:34 (Eclipse:5247): Gtk-WARNING **: 05:01:34.413: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:35 
01:01:35 (Eclipse:5247): Gtk-WARNING **: 05:01:35.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:35 
01:01:35 (Eclipse:5247): Gtk-WARNING **: 05:01:35.199: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:36 
01:01:36 (Eclipse:5247): Gtk-WARNING **: 05:01:36.048: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:36 
01:01:36 (Eclipse:5247): Gtk-WARNING **: 05:01:36.053: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:36 
01:01:36 (Eclipse:5247): Gtk-WARNING **: 05:01:36.993: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:37 
01:01:37 (Eclipse:5247): Gtk-WARNING **: 05:01:36.998: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:37 
01:01:37 (Eclipse:5247): Gtk-WARNING **: 05:01:37.741: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:37 
01:01:37 (Eclipse:5247): Gtk-WARNING **: 05:01:37.746: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:38 
01:01:38 (Eclipse:5247): Gtk-WARNING **: 05:01:38.541: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:38 
01:01:38 (Eclipse:5247): Gtk-WARNING **: 05:01:38.546: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:39 
01:01:39 (Eclipse:5247): Gtk-WARNING **: 05:01:39.190: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:39 
01:01:39 (Eclipse:5247): Gtk-WARNING **: 05:01:39.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:39 
01:01:39 (Eclipse:5247): Gtk-WARNING **: 05:01:39.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:39 
01:01:39 (Eclipse:5247): Gtk-WARNING **: 05:01:39.963: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:40 
01:01:40 (Eclipse:5247): Gtk-WARNING **: 05:01:40.703: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:40 
01:01:40 (Eclipse:5247): Gtk-WARNING **: 05:01:40.708: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:41 
01:01:41 (Eclipse:5247): Gtk-WARNING **: 05:01:41.612: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:41 
01:01:41 (Eclipse:5247): Gtk-WARNING **: 05:01:41.617: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:42 
01:01:42 (Eclipse:5247): Gtk-WARNING **: 05:01:42.508: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:42 
01:01:42 (Eclipse:5247): Gtk-WARNING **: 05:01:42.513: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:43 
01:01:43 (Eclipse:5247): Gtk-WARNING **: 05:01:43.246: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:43 
01:01:43 (Eclipse:5247): Gtk-WARNING **: 05:01:43.251: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:43 
01:01:43 (Eclipse:5247): Gtk-WARNING **: 05:01:43.887: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:43 
01:01:43 (Eclipse:5247): Gtk-WARNING **: 05:01:43.892: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:44 
01:01:44 (Eclipse:5247): Gtk-WARNING **: 05:01:44.662: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:44 
01:01:44 (Eclipse:5247): Gtk-WARNING **: 05:01:44.667: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:45 
01:01:45 (Eclipse:5247): Gtk-WARNING **: 05:01:45.422: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:45 
01:01:45 (Eclipse:5247): Gtk-WARNING **: 05:01:45.427: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:46 
01:01:46 (Eclipse:5247): Gtk-WARNING **: 05:01:46.228: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:46 
01:01:46 (Eclipse:5247): Gtk-WARNING **: 05:01:46.233: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:47 
01:01:47 (Eclipse:5247): Gtk-WARNING **: 05:01:47.191: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:47 
01:01:47 (Eclipse:5247): Gtk-WARNING **: 05:01:47.196: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:48 
01:01:48 (Eclipse:5247): Gtk-WARNING **: 05:01:48.046: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:48 
01:01:48 (Eclipse:5247): Gtk-WARNING **: 05:01:48.051: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:48 
01:01:48 (Eclipse:5247): Gtk-WARNING **: 05:01:48.508: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:48 
01:01:48 (Eclipse:5247): Gtk-WARNING **: 05:01:48.512: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:49 
01:01:49 (Eclipse:5247): Gtk-WARNING **: 05:01:49.113: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:49 
01:01:49 (Eclipse:5247): Gtk-WARNING **: 05:01:49.117: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:49 
01:01:49 (Eclipse:5247): Gtk-WARNING **: 05:01:49.782: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:49 
01:01:49 (Eclipse:5247): Gtk-WARNING **: 05:01:49.786: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:50 
01:01:50 (Eclipse:5247): Gtk-WARNING **: 05:01:50.444: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:50 
01:01:50 (Eclipse:5247): Gtk-WARNING **: 05:01:50.448: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:50 
01:01:50 (Eclipse:5247): Gtk-WARNING **: 05:01:50.917: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:50 
01:01:50 (Eclipse:5247): Gtk-WARNING **: 05:01:50.922: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:51 
01:01:51 (Eclipse:5247): Gtk-WARNING **: 05:01:51.594: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:51 
01:01:51 (Eclipse:5247): Gtk-WARNING **: 05:01:51.599: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:52 
01:01:52 (Eclipse:5247): Gtk-WARNING **: 05:01:52.208: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:52 
01:01:52 (Eclipse:5247): Gtk-WARNING **: 05:01:52.212: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:52 
01:01:52 (Eclipse:5247): Gtk-WARNING **: 05:01:52.802: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:52 
01:01:52 (Eclipse:5247): Gtk-WARNING **: 05:01:52.807: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:53 
01:01:53 (Eclipse:5247): Gtk-WARNING **: 05:01:53.437: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:53 
01:01:53 (Eclipse:5247): Gtk-WARNING **: 05:01:53.442: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:54 
01:01:54 (Eclipse:5247): Gtk-WARNING **: 05:01:54.130: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:54 
01:01:54 (Eclipse:5247): Gtk-WARNING **: 05:01:54.135: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:54 
01:01:54 (Eclipse:5247): Gtk-WARNING **: 05:01:54.774: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:54 
01:01:54 (Eclipse:5247): Gtk-WARNING **: 05:01:54.779: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:55 
01:01:55 (Eclipse:5247): Gtk-WARNING **: 05:01:55.377: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:55 
01:01:55 (Eclipse:5247): Gtk-WARNING **: 05:01:55.381: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:56 
01:01:56 (Eclipse:5247): Gtk-WARNING **: 05:01:56.147: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:56 
01:01:56 (Eclipse:5247): Gtk-WARNING **: 05:01:56.152: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:56 
01:01:56 (Eclipse:5247): Gtk-WARNING **: 05:01:56.934: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:56 
01:01:56 (Eclipse:5247): Gtk-WARNING **: 05:01:56.939: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:57 
01:01:57 (Eclipse:5247): Gtk-WARNING **: 05:01:57.734: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:57 
01:01:57 (Eclipse:5247): Gtk-WARNING **: 05:01:57.738: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:58 
01:01:58 (Eclipse:5247): Gtk-WARNING **: 05:01:58.499: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:58 
01:01:58 (Eclipse:5247): Gtk-WARNING **: 05:01:58.504: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:59 
01:01:59 (Eclipse:5247): Gtk-WARNING **: 05:01:59.246: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:01:59 
01:01:59 (Eclipse:5247): Gtk-WARNING **: 05:01:59.251: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:00 
01:02:00 (Eclipse:5247): Gtk-WARNING **: 05:02:00.078: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:00 
01:02:00 (Eclipse:5247): Gtk-WARNING **: 05:02:00.082: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:00 
01:02:00 (Eclipse:5247): Gtk-WARNING **: 05:02:00.823: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:00 
01:02:00 (Eclipse:5247): Gtk-WARNING **: 05:02:00.828: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:01 
01:02:01 (Eclipse:5247): Gtk-WARNING **: 05:02:01.591: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:01 
01:02:01 (Eclipse:5247): Gtk-WARNING **: 05:02:01.596: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:02 
01:02:02 (Eclipse:5247): Gtk-WARNING **: 05:02:02.386: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:02 
01:02:02 (Eclipse:5247): Gtk-WARNING **: 05:02:02.391: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:03 
01:02:03 (Eclipse:5247): Gtk-WARNING **: 05:02:03.128: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:03 
01:02:03 (Eclipse:5247): Gtk-WARNING **: 05:02:03.132: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:03 
01:02:03 (Eclipse:5247): Gtk-WARNING **: 05:02:03.856: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:03 
01:02:03 (Eclipse:5247): Gtk-WARNING **: 05:02:03.861: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:04 
01:02:04 (Eclipse:5247): Gtk-WARNING **: 05:02:04.636: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:04 
01:02:04 (Eclipse:5247): Gtk-WARNING **: 05:02:04.640: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:08 
01:02:08 (Eclipse:5247): Gtk-WARNING **: 05:02:08.850: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:08 
01:02:08 (Eclipse:5247): Gtk-WARNING **: 05:02:08.853: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:18 
01:02:18 (Eclipse:5247): Gtk-WARNING **: 05:02:18.778: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:18 
01:02:18 (Eclipse:5247): Gtk-WARNING **: 05:02:18.785: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:18 
01:02:18 (Eclipse:5247): Gtk-WARNING **: 05:02:18.825: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:18 
01:02:18 (Eclipse:5247): Gtk-WARNING **: 05:02:18.827: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:22 
01:02:22 (Eclipse:5247): Gtk-WARNING **: 05:02:22.789: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:22 
01:02:22 (Eclipse:5247): Gtk-WARNING **: 05:02:22.796: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:22 
01:02:22 (Eclipse:5247): Gtk-WARNING **: 05:02:22.849: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:22 
01:02:22 (Eclipse:5247): Gtk-WARNING **: 05:02:22.852: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:23 
01:02:23 (Eclipse:5247): Gtk-WARNING **: 05:02:23.568: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:23 
01:02:23 (Eclipse:5247): Gtk-WARNING **: 05:02:23.575: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:23 
01:02:23 (Eclipse:5247): Gtk-WARNING **: 05:02:23.624: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:23 
01:02:23 (Eclipse:5247): Gtk-WARNING **: 05:02:23.627: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:24 
01:02:24 (Eclipse:5247): Gtk-WARNING **: 05:02:24.353: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:24 
01:02:24 (Eclipse:5247): Gtk-WARNING **: 05:02:24.360: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:24 
01:02:24 (Eclipse:5247): Gtk-WARNING **: 05:02:24.401: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:24 
01:02:24 (Eclipse:5247): Gtk-WARNING **: 05:02:24.403: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:25 
01:02:25 (Eclipse:5247): Gtk-WARNING **: 05:02:25.541: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:25 
01:02:25 (Eclipse:5247): Gtk-WARNING **: 05:02:25.549: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:25 
01:02:25 (Eclipse:5247): Gtk-WARNING **: 05:02:25.589: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:25 
01:02:25 (Eclipse:5247): Gtk-WARNING **: 05:02:25.591: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:36 
01:02:36 (Eclipse:5247): Gtk-WARNING **: 05:02:36.024: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:36 
01:02:36 (Eclipse:5247): Gtk-WARNING **: 05:02:36.031: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:36 
01:02:36 (Eclipse:5247): Gtk-WARNING **: 05:02:36.069: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:36 
01:02:36 (Eclipse:5247): Gtk-WARNING **: 05:02:36.071: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:39 
01:02:39 (Eclipse:5247): Gtk-WARNING **: 05:02:39.746: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:39 
01:02:39 (Eclipse:5247): Gtk-WARNING **: 05:02:39.755: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:39 
01:02:39 (Eclipse:5247): Gtk-WARNING **: 05:02:39.803: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:39 
01:02:39 (Eclipse:5247): Gtk-WARNING **: 05:02:39.806: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:40 
01:02:40 (Eclipse:5247): Gtk-WARNING **: 05:02:40.155: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:40 
01:02:40 (Eclipse:5247): Gtk-WARNING **: 05:02:40.160: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:41 
01:02:41 (Eclipse:5247): Gtk-WARNING **: 05:02:41.801: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:41 
01:02:41 (Eclipse:5247): Gtk-WARNING **: 05:02:41.807: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:43 
01:02:43 (Eclipse:5247): Gtk-WARNING **: 05:02:43.067: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:43 
01:02:43 (Eclipse:5247): Gtk-WARNING **: 05:02:43.074: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:43 
01:02:43 (Eclipse:5247): Gtk-WARNING **: 05:02:43.112: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:43 
01:02:43 (Eclipse:5247): Gtk-WARNING **: 05:02:43.114: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:45 
01:02:45 (Eclipse:5247): Gtk-WARNING **: 05:02:45.605: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:45 
01:02:45 (Eclipse:5247): Gtk-WARNING **: 05:02:45.612: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:45 
01:02:45 (Eclipse:5247): Gtk-WARNING **: 05:02:45.664: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:45 
01:02:45 (Eclipse:5247): Gtk-WARNING **: 05:02:45.666: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:46 
01:02:46 (Eclipse:5247): Gtk-WARNING **: 05:02:46.371: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:46 
01:02:46 (Eclipse:5247): Gtk-WARNING **: 05:02:46.378: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:46 
01:02:46 (Eclipse:5247): Gtk-WARNING **: 05:02:46.431: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:46 
01:02:46 (Eclipse:5247): Gtk-WARNING **: 05:02:46.433: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:47 
01:02:47 (Eclipse:5247): Gtk-WARNING **: 05:02:47.138: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:47 
01:02:47 (Eclipse:5247): Gtk-WARNING **: 05:02:47.146: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:47 
01:02:47 (Eclipse:5247): Gtk-WARNING **: 05:02:47.187: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:47 
01:02:47 (Eclipse:5247): Gtk-WARNING **: 05:02:47.189: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:48 
01:02:48 (Eclipse:5247): Gtk-WARNING **: 05:02:48.337: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:48 
01:02:48 (Eclipse:5247): Gtk-WARNING **: 05:02:48.345: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:48 
01:02:48 (Eclipse:5247): Gtk-WARNING **: 05:02:48.384: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:48 
01:02:48 (Eclipse:5247): Gtk-WARNING **: 05:02:48.386: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:59 
01:02:59 (Eclipse:5247): Gtk-WARNING **: 05:02:59.188: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:59 
01:02:59 (Eclipse:5247): Gtk-WARNING **: 05:02:59.196: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:59 
01:02:59 (Eclipse:5247): Gtk-WARNING **: 05:02:59.234: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:02:59 
01:02:59 (Eclipse:5247): Gtk-WARNING **: 05:02:59.235: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:02 
01:03:02 (Eclipse:5247): Gtk-WARNING **: 05:03:02.414: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:02 
01:03:02 (Eclipse:5247): Gtk-WARNING **: 05:03:02.422: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:02 
01:03:02 (Eclipse:5247): Gtk-WARNING **: 05:03:02.461: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:02 
01:03:02 (Eclipse:5247): Gtk-WARNING **: 05:03:02.463: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:02 
01:03:02 (Eclipse:5247): Gtk-WARNING **: 05:03:02.827: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:02 
01:03:02 (Eclipse:5247): Gtk-WARNING **: 05:03:02.831: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:04 
01:03:04 (Eclipse:5247): Gtk-WARNING **: 05:03:04.205: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:04 
01:03:04 (Eclipse:5247): Gtk-WARNING **: 05:03:04.210: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:05 
01:03:05 (Eclipse:5247): Gtk-WARNING **: 05:03:05.154: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:05 
01:03:05 (Eclipse:5247): Gtk-WARNING **: 05:03:05.162: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:05 
01:03:05 (Eclipse:5247): Gtk-WARNING **: 05:03:05.201: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:05 
01:03:05 (Eclipse:5247): Gtk-WARNING **: 05:03:05.203: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:11 
01:03:11 (Eclipse:5247): Gtk-WARNING **: 05:03:11.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:11 
01:03:11 (Eclipse:5247): Gtk-WARNING **: 05:03:11.630: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)
01:03:36 Tests run: 635, Failures: 0, Errors: 0, Skipped: 120, Time elapsed: 362.8 s -- in org.eclipse.papyrus.uml.nattable.suite.tests.AllTests
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithRestriction -- Time elapsed: 1.138 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithoutProfileWithoutRestriction -- Time elapsed: 0.501 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testEmptyTableWithoutRestriction -- Time elapsed: 0.366 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testEmptyTableWithRestriction -- Time elapsed: 0.084 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest.testNotEmptyTableWithProfileWithRestriction -- Time elapsed: 0.450 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithoutRestrictionWithInheritedProperties -- Time elapsed: 0.273 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithRestriction -- Time elapsed: 0.059 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithoutRestriction -- Time elapsed: 0.241 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile.testWithRestrictionWithInheritedProperties -- Time elapsed: 0.239 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableConfigurationTest skipped
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableNattableConfigurationTest.validateGenericTreeTableConfigurationModel -- Time elapsed: 2.181 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testParameterDestroyRowElement -- Time elapsed: 9.663 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testClassDestroyRowElement -- Time elapsed: 0.889 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testOperationDestroyRowElement -- Time elapsed: 0.751 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest.testAttributeDestroyRowElement -- Time elapsed: 0.668 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.bugs.MoveElementInSynchronizedTableTest.testMoveElementInSynchronizedTable -- Time elapsed: 0.731 s
01:03:36 org.eclipse.papyrus.uml.nattable.tests.tests.UMLTableUtilsTest.testGetRealStereotypeProperty -- Time elapsed: 0.007 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest.sortColumns -- Time elapsed: 0.345 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest.sortRows -- Time elapsed: 0.352 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.InvertAxisGenericTableTest.invertAxis -- Time elapsed: 0.520 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertAxisTwiceGenericTableTest.invertAxis -- Time elapsed: 0.881 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest.editColumns -- Time elapsed: 0.647 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest.editRows -- Time elapsed: 0.548 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.OpenAndDeleteTest.testTableDeletion -- Time elapsed: 1.662 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AddElementsOnConnectedTableTest.testAddElements -- Time elapsed: 1.348 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetColorOnStereotypedClass -- Time elapsed: 1.277 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.availableColorTest -- Time elapsed: 0.736 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetPriorityOnStereotypedClass -- Time elapsed: 0.709 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.testSetFlowPortDirection -- Time elapsed: 0.730 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration.availablePriorityTest -- Time elapsed: 0.831 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.919 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.698 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.753 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.667 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.660 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.645 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.639 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.642 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest skipped
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test6_SelectMultipleSortedElements -- Time elapsed: 1.228 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest skipped
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test3_SelectElementInvertAxis -- Time elapsed: 0.513 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test1_SelectElement -- Time elapsed: 0.508 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test5_SelectSortedElement -- Time elapsed: 0.453 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test2_SelectMultipleElements -- Time elapsed: 0.544 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest.test4_SelectMultipleElementsInvertAxis -- Time elapsed: 0.546 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testStartWith_1_MatchingMode -- Time elapsed: 0.639 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_2_MatchingMode -- Time elapsed: 0.635 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_1_MatchingMode -- Time elapsed: 0.613 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexMatch_1_MatchingMode -- Time elapsed: 0.910 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexFind_2_MatchingMode -- Time elapsed: 0.589 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_5_MatchingMode -- Time elapsed: 0.541 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testRegexFind_1_MatchingMode -- Time elapsed: 0.572 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_4_MatchingMode -- Time elapsed: 0.523 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testContainsMatchingMode -- Time elapsed: 0.524 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testStartWith_2_MatchingMode -- Time elapsed: 0.525 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest.testNumeric_3_MatchingMode -- Time elapsed: 0.572 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_1 -- Time elapsed: 0.717 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_2 -- Time elapsed: 0.512 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_3 -- Time elapsed: 0.557 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_4 -- Time elapsed: 0.529 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_5 -- Time elapsed: 0.474 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest.testEEnumMatchingMode_6 -- Time elapsed: 0.483 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test1 -- Time elapsed: 0.784 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test2 -- Time elapsed: 0.739 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test3 -- Time elapsed: 0.759 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test4 -- Time elapsed: 0.914 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test5 -- Time elapsed: 0.773 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test6 -- Time elapsed: 0.648 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test7 -- Time elapsed: 0.706 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest.test8 -- Time elapsed: 0.622 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test1 -- Time elapsed: 1.033 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test2 -- Time elapsed: 0.889 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test3 -- Time elapsed: 0.915 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test4 -- Time elapsed: 0.579 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test5 -- Time elapsed: 0.959 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest.test6 -- Time elapsed: 1.066 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.tests.CellEditorsConfigurationTest.testCellEditorsConfiguration -- Time elapsed: 1.254 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.SortTableColumnTest.testSortColumn -- Time elapsed: 0.959 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.FillColumnsSizeTest.testFillColumnsSize -- Time elapsed: 0.697 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeInheritDisplayTest.testStereotypeProperties -- Time elapsed: 0.807 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeSubPackagesDisplayTest.testStereotypePropeties -- Time elapsed: 0.840 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.EnumerationContentItemsTest.testStereotypePropeties -- Time elapsed: 1.042 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.bugs.PasteAttachedModeEnumTest.testPaste -- Time elapsed: 0.903 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyClipboard_Test.testPaste -- Time elapsed: 0.454 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteAll_Test.testPaste -- Time elapsed: 0.956 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test.testPaste -- Time elapsed: 0.657 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.486 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.480 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteAll_Test.testPaste -- Time elapsed: 0.621 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test.testPaste -- Time elapsed: 0.574 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.501 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.464 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAll_Test.testPaste -- Time elapsed: 0.732 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.519 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailRows_Test.testPaste -- Time elapsed: 0.525 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_Test.testPaste -- Time elapsed: 0.599 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_Test.testPaste -- Time elapsed: 0.532 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_Test.testPaste -- Time elapsed: 0.466 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAddAll_Test.testPaste -- Time elapsed: 0.513 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_Test.testPaste -- Time elapsed: 0.398 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_Test.testPaste -- Time elapsed: 0.388 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_Test.testPaste -- Time elapsed: 0.368 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_Test.testPaste -- Time elapsed: 0.393 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyClipboard_Test.testInsert -- Time elapsed: 0.482 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsReplaceAll_Test.testInsert -- Time elapsed: 0.754 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAddAll_Test.testInsert -- Time elapsed: 0.677 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsSkipAll_Test.testInsert -- Time elapsed: 0.554 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailColumns_Test.testInsert -- Time elapsed: 0.539 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailRows_Test.testInsert -- Time elapsed: 0.519 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAxisIdentifierNotExisting_Test.testInsert -- Time elapsed: 0.548 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsWarningNotExisting_Test.testInsert -- Time elapsed: 0.570 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyReplaceAll_Test.testInsert -- Time elapsed: 0.482 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAddAll_Test.testInsert -- Time elapsed: 0.480 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptySkipAll_Test.testInsert -- Time elapsed: 0.401 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyFailColumns_Test.testInsert -- Time elapsed: 0.367 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAxisIdentifierNotExisting_Test.testInsert -- Time elapsed: 0.361 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyWarningNotExisting_Test.testInsert -- Time elapsed: 0.358 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportCellsAll_Test.testImport -- Time elapsed: 0.658 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsReplaceAll_Test.testImport -- Time elapsed: 0.698 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsAddAll_Test.testImport -- Time elapsed: 0.700 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsSkipAll_Test.testImport -- Time elapsed: 0.595 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyReplaceAll_Test.testImport -- Time elapsed: 0.514 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyAddAll_Test.testImport -- Time elapsed: 0.712 s
01:03:36 org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptySkipAll_Test.testImport -- Time elapsed: 0.398 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest.testMatrixContents -- Time elapsed: 0.615 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest.testOpeningMatrix -- Time elapsed: 0.519 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.CreateMatrixTableTests.testCreateANewMatrix -- Time elapsed: 0.518 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixAddPackage2AsRowSources -- Time elapsed: 0.846 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixContents -- Time elapsed: 0.588 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testMatrixRemovingAllRowSources -- Time elapsed: 1.604 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest.testOpeningMatrix -- Time elapsed: 0.550 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixAddPackage1AsColumnSources -- Time elapsed: 0.671 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixAddPackage1Package2AsColumnSources -- Time elapsed: 0.671 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testOpeningMatrix -- Time elapsed: 0.535 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest.testMatrixRemovingPackagesAsColumnSources -- Time elapsed: 0.797 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionRequiringToListenAllChangesTest -- Time elapsed: 1.367 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionTest -- Time elapsed: 0.718 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionThenEditingItTest -- Time elapsed: 0.738 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.testOpeningMatrix -- Time elapsed: 0.542 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests.settingAColumnExpressionThenReplacingItTest -- Time elapsed: 0.836 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest.testDeleteARowSourceElement -- Time elapsed: 0.945 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest.testDeleteAColumnSourcePackage -- Time elapsed: 0.935 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteElementInsideAColumnSourcePackage -- Time elapsed: 0.948 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testAddElementOutsideColumnSourcePackages -- Time elapsed: 0.807 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteElementOutsideColumnSourcePackages -- Time elapsed: 0.933 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testDeleteAColumnSourcePackage -- Time elapsed: 0.959 s
01:03:36 org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest.testAddElementInsideAColumnSourcePackage -- Time elapsed: 0.565 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.EditInvalidPastedText_V1_V3_V1.test -- Time elapsed: 0.692 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.OpenTableTest.testOpenExistingTable -- Time elapsed: 0.244 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest.testTableDeletion -- Time elapsed: 0.898 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.Bug_481017_ReloadEditorTest.reloadTableEditorTest -- Time elapsed: 0.535 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.NoDepth0TreeFillingConfigurationTest.testReopenedWithoutDepth0TreefillingConfiguration -- Time elapsed: 0.868 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.SortAxisClassTreeTableTest.sortColumns -- Time elapsed: 0.343 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest.editColumns -- Time elapsed: 0.733 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest.editRows -- Time elapsed: 0.869 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRequirementsWithNestedClassifier.testDeleteRequirementWithNestedRequirement -- Time elapsed: 0.864 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.RequirementsNestedClassifier.testNestedClassifierRequirement -- Time elapsed: 0.881 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testMultipleMoveSubElementParent -- Time elapsed: 1.122 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testSimpleMoveSubElementParent -- Time elapsed: 0.952 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testMultipleMoveSameParent -- Time elapsed: 0.940 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest.testSimpleMoveSameParent -- Time elapsed: 0.982 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.ChangeCategoryNotExpandedTest.testClassDestroyRowElement -- Time elapsed: 0.731 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testParameterDestroyRowElement -- Time elapsed: 0.704 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testClassDestroyRowElement -- Time elapsed: 0.943 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testOperationDestroyRowElement -- Time elapsed: 0.710 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest.testAttributeDestroyRowElement -- Time elapsed: 0.626 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest.testDisplayListOnSeparatedRowsNamedStyle -- Time elapsed: 0.476 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest.checkTestConsistency -- Time elapsed: 0.492 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest.testDestroyFeatureColumn -- Time elapsed: 1.619 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest.testDestroyStereotypePropertyColumn -- Time elapsed: 1.418 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests.testExpand_1_by_1 -- Time elapsed: 0.261 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests.testExpandAll -- Time elapsed: 0.263 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testCollapseAll -- Time elapsed: 0.901 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testInitialDisplayedContent -- Time elapsed: 0.478 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests.testExpandAll -- Time elapsed: 0.481 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest.testResizeColumnHeader -- Time elapsed: 0.617 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest.testResizeRowsHeader -- Time elapsed: 0.615 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest.testResizeColumnHeader -- Time elapsed: 0.611 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest.testResizeRowsHeader -- Time elapsed: 0.603 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest.testResizeColumnHeader -- Time elapsed: 0.670 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest.testResizeRowsHeader -- Time elapsed: 0.620 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest.testResizeColumnHeader -- Time elapsed: 0.613 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest.testResizeRowsHeader -- Time elapsed: 0.644 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC -- Time elapsed: 0.837 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC_NAME_DESC -- Time elapsed: 0.916 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_DESC_NAME_ASC -- Time elapsed: 1.228 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC -- Time elapsed: 0.868 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC -- Time elapsed: 0.809 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC_NAME_ASC -- Time elapsed: 0.870 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC_NAME_DESC -- Time elapsed: 0.853 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC_TYPE_DESC -- Time elapsed: 0.807 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_TYPE_ASC -- Time elapsed: 0.811 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_ASC_TYPE_ASC -- Time elapsed: 1.170 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC_TYPE_ASC -- Time elapsed: 0.819 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.test_sort_NAME_DESC_TYPE_DESC -- Time elapsed: 0.842 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1.checkTestConsistency -- Time elapsed: 0.601 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC -- Time elapsed: 0.801 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC_NAME_DESC -- Time elapsed: 0.854 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_DESC_NAME_ASC -- Time elapsed: 0.855 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC -- Time elapsed: 0.843 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC -- Time elapsed: 0.995 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC_NAME_ASC -- Time elapsed: 0.823 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC_NAME_DESC -- Time elapsed: 0.838 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC_TYPE_DESC -- Time elapsed: 0.901 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_TYPE_ASC -- Time elapsed: 0.767 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_ASC_TYPE_ASC -- Time elapsed: 0.777 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC_TYPE_ASC -- Time elapsed: 0.844 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.test_sort_NAME_DESC_TYPE_DESC -- Time elapsed: 1.067 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1.checkTestConsistency -- Time elapsed: 0.602 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_Test.openTable -- Time elapsed: 0.654 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_ASC_Test.openTable -- Time elapsed: 0.618 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_DESC_.openTable -- Time elapsed: 0.693 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_Test.openTable -- Time elapsed: 0.636 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_ASC_Test.openTable -- Time elapsed: 0.635 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_DESC_Test.openTable -- Time elapsed: 0.624 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_ASC_Test.openTable -- Time elapsed: 0.657 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_DESC.openTable -- Time elapsed: 0.654 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_Test.openTable -- Time elapsed: 0.792 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_ASC_Test.openTable -- Time elapsed: 0.624 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_DESC_Test.openTable -- Time elapsed: 0.619 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_Test.openTable -- Time elapsed: 0.653 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_Test.openTable -- Time elapsed: 0.639 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_ASC_Test.openTable -- Time elapsed: 0.603 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_DESC.openTable -- Time elapsed: 0.623 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_Test.openTable -- Time elapsed: 0.632 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_ASC_Test.openTable -- Time elapsed: 0.600 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_DESC_Test.openTable -- Time elapsed: 0.621 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_ASC_Test.openTable -- Time elapsed: 0.864 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_DESC.openTable -- Time elapsed: 0.611 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_Test.openTable -- Time elapsed: 0.536 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_ASC_Test.openTable -- Time elapsed: 0.600 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_DESC_Test.openTable -- Time elapsed: 0.657 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_Test.openTable -- Time elapsed: 0.610 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.497 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.474 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest.checkTestConsistency -- Time elapsed: 0.466 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialRow -- Time elapsed: 0.500 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.testChangeIndexInitialColumn -- Time elapsed: 0.475 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest.checkTestConsistency -- Time elapsed: 0.556 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetSingleIntValue -- Time elapsed: 1.335 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetClassVisibility -- Time elapsed: 0.779 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetOwnedAttributes -- Time elapsed: 1.650 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetStereotypePropertyVisibility -- Time elapsed: 0.988 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.testResetSingleString -- Time elapsed: 1.017 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 1.060 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test.testReset -- Time elapsed: 1.167 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.536 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test.createRootElement -- Time elapsed: 0.724 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.542 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test.createRootElement -- Time elapsed: 0.765 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.471 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test.createOperationElement -- Time elapsed: 0.966 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.472 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test.createOperationElement -- Time elapsed: 0.935 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.492 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test.createOperationElement -- Time elapsed: 1.009 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.512 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test.createOperationElement -- Time elapsed: 0.664 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.466 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test.createParameterElement -- Time elapsed: 0.748 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.502 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test.createParameterElement -- Time elapsed: 0.769 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.482 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test.createParameterElement -- Time elapsed: 0.615 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test.checkTestConsistency -- Time elapsed: 0.469 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test.createParameterElement -- Time elapsed: 0.618 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.464 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test.createParameterElement -- Time elapsed: 0.637 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test.checkTestConsistency -- Time elapsed: 0.596 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test.createParameterElement -- Time elapsed: 0.670 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test.checkTestConsistency -- Time elapsed: 0.497 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test.createParameterElement -- Time elapsed: 0.753 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test.checkTestConsistency -- Time elapsed: 0.490 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test.createParameterElement -- Time elapsed: 0.666 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.500 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1.test -- Time elapsed: 0.512 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1.checkTestConsitency -- Time elapsed: 0.443 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1.test -- Time elapsed: 0.500 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1.checkTestConsitency -- Time elapsed: 0.412 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1.test -- Time elapsed: 0.535 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1.checkTestConsitency -- Time elapsed: 0.422 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1.test -- Time elapsed: 0.526 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1.checkTestConsitency -- Time elapsed: 0.473 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1.test -- Time elapsed: 0.629 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1.checkTestConsitency -- Time elapsed: 0.423 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1.test -- Time elapsed: 0.520 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1.checkTestConsitency -- Time elapsed: 0.428 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1.test -- Time elapsed: 0.495 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1.checkTestConsitency -- Time elapsed: 0.471 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1.test -- Time elapsed: 0.514 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1.checkTestConsitency -- Time elapsed: 0.418 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1.test -- Time elapsed: 0.534 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1.checkTestConsitency -- Time elapsed: 0.433 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1.test -- Time elapsed: 0.550 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1.checkTestConsitency -- Time elapsed: 0.433 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1.test -- Time elapsed: 0.541 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1.checkTestConsitency -- Time elapsed: 0.443 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1.test -- Time elapsed: 0.592 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1.checkTestConsitency -- Time elapsed: 0.541 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 1.010 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testCopy -- Time elapsed: 0.924 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.882 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.967 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.929 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.774 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.968 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.648 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.651 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.745 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.671 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.530 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.716 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.697 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.889 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.691 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.696 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.527 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.689 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.694 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.647 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.668 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.851 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.570 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.682 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.666 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.700 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.669 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.638 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.519 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.747 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 1.019 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.807 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.830 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.785 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.625 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.750 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.784 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 1.036 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.754 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.769 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.678 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.760 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.742 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.802 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 1.004 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.754 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.622 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.784 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.744 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.797 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.801 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 1.038 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.632 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testDecrementUp -- Time elapsed: 0.599 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testCopy -- Time elapsed: 0.620 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testIncrementUp -- Time elapsed: 0.703 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.checkTestConsistency -- Time elapsed: 0.476 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testIncrementDown -- Time elapsed: 0.664 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test.testDecrementDown -- Time elapsed: 0.617 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testDecrementUp -- Time elapsed: 0.612 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testCopy -- Time elapsed: 0.608 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testIncrementUp -- Time elapsed: 0.641 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.checkTestConsistency -- Time elapsed: 0.585 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testIncrementDown -- Time elapsed: 0.732 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test.testDecrementDown -- Time elapsed: 0.607 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.749 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.825 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.766 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.761 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.752 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.781 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testDecrementUp -- Time elapsed: 0.804 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testCopy -- Time elapsed: 0.755 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testIncrementUp -- Time elapsed: 0.786 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testIncrementDown -- Time elapsed: 0.740 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.testDecrementDown -- Time elapsed: 0.739 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test.checkTestConsistency -- Time elapsed: 0.656 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.564 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.176 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.152 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.236 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.974 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.225 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.218 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.227 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.526 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.206 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.620 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.168 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.286 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.240 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.052 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.223 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.969 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.225 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.977 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.238 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.510 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.173 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.531 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.173 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.905 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.233 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 1.605 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.234 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.586 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.163 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.567 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.159 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.977 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.168 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.601 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.155 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.868 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.234 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.827 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.223 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.878 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.227 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.844 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.248 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 1.255 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.240 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test.testPaste -- Time elapsed: 0.687 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.224 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.438 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.190 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.510 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.158 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testPaste -- Time elapsed: 0.445 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.154 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.425 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.156 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.580 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.571 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.222 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 1.341 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.455 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.896 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.216 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 1.058 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.238 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.609 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.152 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.563 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.154 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.973 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.155 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.607 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.156 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.891 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.215 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.800 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.223 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.859 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.925 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.219 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.714 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.218 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test.testInsert -- Time elapsed: 0.708 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.218 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.415 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.158 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.491 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.152 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.testInsert -- Time elapsed: 0.457 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.160 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.629 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.609 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.150 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.440 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.154 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 1.389 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.156 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 1.110 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 1.246 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.179 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.677 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.152 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.893 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.155 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.718 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.161 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.610 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.155 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.636 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.177 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.591 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.157 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test.testImport -- Time elapsed: 0.490 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.159 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test.testImport -- Time elapsed: 0.453 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test.checkModelForTestConsistency -- Time elapsed: 0.180 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testNattableTooltipProvider -- Time elapsed: 3.110 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testTopLabelProvider -- Time elapsed: 1.931 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest.testDiagnostic -- Time elapsed: 1.801 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest.testUnsupportedColumnCellText -- Time elapsed: 0.415 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest.checkTestConsistency -- Time elapsed: 0.408 s
01:03:36 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.572 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__hide_all_categories__create_new_element -- Time elapsed: 0.608 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest skipped
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__create_new_column -- Time elapsed: 0.493 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__hide_all_categories -- Time elapsed: 0.451 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.one_row_selection -- Time elapsed: 0.449 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection -- Time elapsed: 0.481 s
01:03:36 org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest.two_rows_selection__create_new_element -- Time elapsed: 0.540 s
01:03:36 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedInterfaceTable -- Time elapsed: 3.491 s
01:03:36 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedPortTable -- Time elapsed: 1.878 s
01:03:36 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedAssociationTable -- Time elapsed: 1.612 s
01:03:36 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedClassAndInterfaceTable -- Time elapsed: 3.132 s
01:03:36 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedTimeObservationTable -- Time elapsed: 1.731 s
01:03:36 org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest.testCreateStereotypedClassTable -- Time elapsed: 1.866 s
01:03:36 
01:03:36 Results:
01:03:36 
01:03:36 Tests run: 635, Failures: 0, Errors: 0, Skipped: 120
01:03:36 
01:03:38 [INFO] All tests passed
01:03:38 [INFO] 
01:03:38 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
01:03:38 [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
01:03:38 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.nattable.suite.tests' with 0 classes
01:03:38 [INFO] 
01:03:38 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests >--
01:03:38 [INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT [161/175]
01:03:38 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml
01:03:38 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:03:38 [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
01:03:38 [INFO] 
01:03:38 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:38 [INFO] 
01:03:38 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:38 [INFO] The project's OSGi version is 2.0.0.202405060428
01:03:38 [INFO] 
01:03:38 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:38 [INFO] 
01:03:38 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:38 [INFO] 
01:03:38 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:38 [INFO] 
01:03:38 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:38 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.valuespecification.tests
01:03:39 [INFO] 
01:03:39 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03: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/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:03:39 [INFO] 
01:03:39 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03: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/main/resources
01:03:39 [INFO] 
01:03:39 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:39 [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
01:03:40 [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] 
01:03:40 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
01:03:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:03:40 The type DefaultXtextDirectEditorConfiguration is deprecated
01:03:40 [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] 
01:03:40 	public DefaultXtextDirectEditorConfiguration getEditor() {
01:03:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:03:40 The type DefaultXtextDirectEditorConfiguration is deprecated
01:03:40 [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] 
01:03:40 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
01:03:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:03:40 The type DefaultXtextDirectEditorConfiguration is deprecated
01:03:40 [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] 
01:03:40 	public DefaultXtextDirectEditorConfiguration getEditor() {
01:03:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:03:40 The type DefaultXtextDirectEditorConfiguration is deprecated
01:03:40 [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] 
01:03:40 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
01:03:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:03:40 The type DefaultXtextDirectEditorConfiguration is deprecated
01:03:40 [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] 
01:03:40 	public DefaultXtextDirectEditorConfiguration getEditor() {
01:03:40 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:03:40 The type DefaultXtextDirectEditorConfiguration is deprecated
01:03:40 6 problems (6 warnings)
01:03:40 [INFO] 
01:03:40 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:40 [INFO] 
01:03:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:40 [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
01:03:40 [INFO] 
01:03:40 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:40 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 313 were skipped
01:03:40 [INFO] 
01:03:40 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:40 [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
01:03:40 [INFO] 
01:03:40 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:40 [INFO] 
01:03:40 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:40 [INFO] Skipping tests
01:03:40 [INFO] 
01:03:40 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
01:03:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:03:40 [INFO] 
01:03:40 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests >--
01:03:40 [INFO] Building org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT [162/175]
01:03:40 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml
01:03:40 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:03:40 [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
01:03:41 [INFO] 
01:03:41 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:41 [INFO] 
01:03:41 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:41 [INFO] The project's OSGi version is 1.1.0.202405060428
01:03:41 [INFO] 
01:03:41 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:41 [INFO] 
01:03:41 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:41 [INFO] 
01:03:41 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:41 [INFO] 
01:03:41 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:41 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.suite.tests
01:03:47 [INFO] 
01:03:47 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03: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/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:03:47 [INFO] 
01:03:47 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:47 [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
01:03:47 [INFO] 
01:03:47 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:47 [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
01:03:47 [INFO] 
01:03:47 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:47 [INFO] 
01:03:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:47 [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
01:03:47 [INFO] 
01:03:47 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:47 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1101 were skipped
01:03:47 [INFO] 
01:03:47 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:47 [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
01:03:47 [INFO] 
01:03:47 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:47 [INFO] 
01:03:47 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:03:48 [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
01:03:48 [INFO] Command line:
01:03:48 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
01:03:53 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:03:53 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:03:53 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:03:54 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
01:03:54 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
01:03:54 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
01:03:54 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
01:03:54 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
01:03:54 
01:03:59 Running org.eclipse.papyrus.uml.textedit.suite.tests.AllTests
01:04:01 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
01:04:01 log4j:WARN Please initialize the log4j system properly.
01:04:01 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
01:04:05 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.452 s -- in org.eclipse.papyrus.uml.textedit.suite.tests.AllTests
01:04:05 org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testDefaultValues -- Time elapsed: 2.574 s
01:04:05 org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testInitialText -- Time elapsed: 0.038 s
01:04:05 org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testMultiplicity -- Time elapsed: 0.080 s
01:04:05 org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests.testParser -- Time elapsed: 0.058 s
01:04:05 org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testDefaultValues -- Time elapsed: 0.488 s
01:04:05 org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testInitialText -- Time elapsed: 0.041 s
01:04:05 org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testMultiplicity -- Time elapsed: 0.047 s
01:04:05 org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests.testParser -- Time elapsed: 0.055 s
01:04:05 org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testDefaultValues -- Time elapsed: 0.259 s
01:04:05 org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testInitialText -- Time elapsed: 0.046 s
01:04:05 org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests.testParser -- Time elapsed: 0.081 s
01:04:05 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testDefaultValues -- Time elapsed: 0.495 s
01:04:05 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testInitialText -- Time elapsed: 0.118 s
01:04:05 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests.testParser -- Time elapsed: 0.277 s
01:04:05 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityLowerValueSpecificationGrammarTests.testParser -- Time elapsed: 0.113 s
01:04:05 org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityUpperValueSpecificationGrammarTests.testParser -- Time elapsed: 0.130 s
01:04:05 
01:04:05 Results:
01:04:05 
01:04:05 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
01:04:05 
01:04:06 [INFO] All tests passed
01:04:06 [INFO] 
01:04:06 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
01:04:06 [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
01:04:06 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.textedit.suite.tests' with 0 classes
01:04:06 [INFO] 
01:04:06 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.releng >--
01:04:06 [INFO] Building org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT [163/175]
01:04:06 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/pom.xml
01:04:06 [INFO] --------------------------------[ pom ]---------------------------------
01:04:06 [INFO] 
01:04:06 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.releng ---
01:04:06 [INFO] 
01:04:06 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.releng ---
01:04:06 [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
01:04:06 [INFO] 
01:04:06 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.releng ---
01:04:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:04:06 [INFO] 
01:04:06 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile >--
01:04:06 [INFO] Building org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT [164/175]
01:04:06 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml
01:04:06 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:04:06 [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
01:04:06 [INFO] 
01:04:06 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:06 [INFO] 
01:04:06 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:06 [INFO] The project's OSGi version is 2.0.0.202405060428
01:04:06 [INFO] 
01:04:06 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:06 [INFO] 
01:04:06 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:06 [INFO] 
01:04:06 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:06 [INFO] 
01:04:06 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:06 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.staticprofile
01:04:07 [INFO] 
01:04:07 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04: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/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:04:07 [INFO] 
01:04:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [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
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [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
01:04:07 [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] 
01:04:07 	if (false) {
01:04:07 			if (diagnostics != null) {
01:04:07 				diagnostics.add
01:04:07 					(new BasicDiagnostic
01:04:07 						(Diagnostic.ERROR,
01:04:07 						 ProfileValidator.DIAGNOSTIC_SOURCE,
01:04:07 						 ProfileValidator.ALWAYS_ACTIVE_MALFORMED__CONSTRAINT_ALWAYS_ACTIVE_MF,
01:04:07 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActiveMF", EObjectValidator.getObjectLabel(this, context) }),
01:04:07 						 new Object [] { this }));
01:04:07 			}
01:04:07 			return false;
01:04:07 		}
01:04:07 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:04:07 Dead code
01:04:07 [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] 
01:04:07 	if (false) {
01:04:07 			if (diagnostics != null) {
01:04:07 				diagnostics.add
01:04:07 					(new BasicDiagnostic
01:04:07 						(Diagnostic.ERROR,
01:04:07 						 ProfileValidator.DIAGNOSTIC_SOURCE,
01:04:07 						 ProfileValidator.ALWAYS_ACTIVE__CONSTRAINT_ALWAYS_ACTIVE,
01:04:07 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActive", EObjectValidator.getObjectLabel(this, context) }),
01:04:07 						 new Object [] { this }));
01:04:07 			}
01:04:07 			return false;
01:04:07 		}
01:04:07 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:04:07 Dead code
01:04:07 [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] 
01:04:07 	if (false) {
01:04:07 			if (diagnostics != null) {
01:04:07 				diagnostics.add
01:04:07 					(new BasicDiagnostic
01:04:07 						(Diagnostic.ERROR,
01:04:07 						 ProfileValidator.DIAGNOSTIC_SOURCE,
01:04:07 						 ProfileValidator.ALWAYS_PASSIVE_JAVA__ALWAYS_PASSIVE,
01:04:07 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AlwaysPassive", EObjectValidator.getObjectLabel(this, context) }),
01:04:07 						 new Object [] { this }));
01:04:07 			}
01:04:07 			return false;
01:04:07 		}
01:04:07 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:04:07 Dead code
01:04:07 3 problems (3 warnings)
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [INFO] 
01:04:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [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
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 99 were skipped
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [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
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [INFO] Skipping tests
01:04:07 [INFO] 
01:04:07 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
01:04:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:04:07 [INFO] 
01:04:07 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation >--
01:04:07 [INFO] Building org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT [165/175]
01:04:07 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml
01:04:07 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:04:07 [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
01:04:07 [INFO] 
01:04:07 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:07 [INFO] The project's OSGi version is 2.0.0.202405060428
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:07 [INFO] 
01:04:07 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:07 [INFO] 
01:04:07 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:07 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.genvalidation
01:04:08 [INFO] 
01:04:08 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04: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/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:04:08 [INFO] 
01:04:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [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
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [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
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [INFO] 
01:04:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [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
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 203 were skipped
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [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
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [INFO] Skipping tests
01:04:08 [INFO] 
01:04:08 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
01:04:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:04:08 [INFO] 
01:04:08 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests >--
01:04:08 [INFO] Building org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT [166/175]
01:04:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml
01:04:08 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:04:08 [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
01:04:08 [INFO] 
01:04:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:08 [INFO] The project's OSGi version is 2.0.0.202405060428
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:08 [INFO] 
01:04:08 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:08 [INFO] 
01:04:08 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:08 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests
01:04:10 [INFO] 
01:04:10 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests ---
01:04: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/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:04:10 [INFO] 
01:04:10 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [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
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [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
01:04:10 [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] 
01:04:10 	org.eclipse.papyrus.infra.core.log.LogHelper log = new LogHelper();// use because there is an implicit dependency
01:04:10 	                                             ^^^
01:04:10 The value of the local variable log is not used
01:04:10 1 problem (1 warning)
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [INFO] 
01:04:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [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
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 307 were skipped
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [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
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [INFO] Skipping tests
01:04:10 [INFO] 
01:04:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests ---
01:04:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:04:10 [INFO] 
01:04:10 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests >--
01:04:10 [INFO] Building org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT [167/175]
01:04:10 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml
01:04:10 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:04:10 [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
01:04:10 [INFO] 
01:04:10 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:10 [INFO] The project's OSGi version is 2.0.0.202405060428
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:10 [INFO] 
01:04:10 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:10 [INFO] 
01:04:10 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:10 [INFO] Resolving class path of org.eclipse.papyrus.uml.architecture.tests
01:04:11 [INFO] 
01:04:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [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
01:04:11 [INFO] 
01:04:11 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [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
01:04:11 [INFO] 
01:04:11 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [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
01:04:11 [INFO] 
01:04:11 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [INFO] 
01:04:11 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [INFO] 
01:04:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [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
01:04:11 [INFO] 
01:04:11 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [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
01:04:11 [INFO] 
01:04:11 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 71 were skipped
01:04:11 [INFO] 
01:04:11 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [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
01:04:11 [INFO] 
01:04:11 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [INFO] 
01:04:11 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.architecture.tests ---
01:04:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:04:11 [INFO] 
01:04:11 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests >----
01:04:11 [INFO] Building org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT    [168/175]
01:04:11 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml
01:04:11 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:04:11 [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
01:04:13 [INFO] 
01:04:13 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:13 [INFO] 
01:04:13 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:13 [INFO] The project's OSGi version is 1.1.0.202405060428
01:04:13 [INFO] 
01:04:13 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:13 [INFO] 
01:04:13 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:13 [INFO] 
01:04:13 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:13 [INFO] 
01:04:13 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:13 [INFO] Resolving class path of org.eclipse.papyrus.uml.suite.tests
01:04:20 [INFO] 
01:04:20 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.suite.tests ---
01:04: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.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:04:20 [INFO] 
01:04:20 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:20 [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
01:04:20 [INFO] 
01:04:20 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:20 [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
01:04:21 [INFO] 
01:04:21 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:21 [INFO] 
01:04:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:21 [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
01:04:21 [INFO] 
01:04:21 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:21 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1106 were skipped
01:04:21 [INFO] 
01:04:21 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:21 [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
01:04:21 [INFO] 
01:04:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:21 [INFO] 
01:04:21 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.suite.tests ---
01:04:21 [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
01:04:21 [INFO] Command line:
01:04:21 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
01:04:26 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:04:26 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:04:26 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:04:27 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
01:04:27 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
01:04:27 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
01:04:27 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
01:04:27 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
01:04:27 
01:04:32 Running org.eclipse.papyrus.uml.suite.tests.AllTests
01:04:39 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
01:04:39 log4j:WARN Please initialize the log4j system properly.
01:04:39 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
01:04:47 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.152: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.159: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.165: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.388: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.394: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.400: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.503: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.749: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:08 
01:06:08 (Eclipse:7127): Gtk-CRITICAL **: 05:06:08.755: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:35 
01:06:35 (Eclipse:7127): Gtk-CRITICAL **: 05:06:35.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:35 
01:06:35 (Eclipse:7127): Gtk-CRITICAL **: 05:06:35.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:37 
01:06:37 (Eclipse:7127): Gtk-CRITICAL **: 05:06:37.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:37 
01:06:37 (Eclipse:7127): Gtk-CRITICAL **: 05:06:37.152: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:38 
01:06:38 (Eclipse:7127): Gtk-CRITICAL **: 05:06:38.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:38 
01:06:38 (Eclipse:7127): Gtk-CRITICAL **: 05:06:38.180: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:38 
01:06:38 (Eclipse:7127): Gtk-CRITICAL **: 05:06:38.940: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:38 
01:06:38 (Eclipse:7127): Gtk-CRITICAL **: 05:06:38.961: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:39 
01:06:39 (Eclipse:7127): Gtk-CRITICAL **: 05:06:39.755: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:39 
01:06:39 (Eclipse:7127): Gtk-CRITICAL **: 05:06:39.769: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:40 
01:06:40 (Eclipse:7127): Gtk-CRITICAL **: 05:06:40.495: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:06:40 
01:06:40 (Eclipse:7127): Gtk-CRITICAL **: 05:06:40.507: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 Tests run: 684, Failures: 0, Errors: 0, Skipped: 49, Time elapsed: 223.2 s -- in org.eclipse.papyrus.uml.suite.tests.AllTests
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest.testUML -- Time elapsed: 0.082 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest.test -- Time elapsed: 0.254 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest.testDeleteOneAddVariableValueAction -- Time elapsed: 0.108 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest.testDeleteOneCentralBufferNode -- Time elapsed: 0.012 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:command -- Time elapsed: 1.360 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:elements -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:stereotypes -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:undo -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685.stereotypeApplicationsDeleted:redo -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteInitialState -- Time elapsed: 0.314 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteS1 -- Time elapsed: 0.122 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteS2 -- Time elapsed: 0.110 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest.deleteFinalState -- Time elapsed: 0.105 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest.deleteFromContainmentSubset -- Time elapsed: 0.105 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest.deleteFromTwoContainmentSupersetsAtOnce -- Time elapsed: 0.092 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationWritable -- Time elapsed: 0.070 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationReadOnly_usecase -- Time elapsed: 0.032 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createAssociationReadOnly -- Time elapsed: 0.052 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createConnectorTargetReadOnly -- Time elapsed: 0.031 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899.createConnectorSourceReadOnly -- Time elapsed: 0.051 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteAssociationPropertyTypeTest.testDeletion -- Time elapsed: 0.077 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInCompositeDiagram -- Time elapsed: 4.863 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest skipped
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInClassDiagram -- Time elapsed: 1.675 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest.testDeletionInComponentDiagram -- Time elapsed: 1.272 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationTest.testCreation -- Time elapsed: 0.011 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationDirectedTest.testCreation -- Time elapsed: 0.006 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeTest.testCreation -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeDirectedTest.testCreation -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedTest.testCreation -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedDirectedTest.testCreation -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteractionFragmentInOperand -- Time elapsed: 0.677 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteAllOperandsOfCombinedFragment -- Time elapsed: 0.577 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragment -- Time elapsed: 0.557 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragmentNested -- Time elapsed: 0.502 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteOperandsOfCombinedFragment -- Time elapsed: 0.645 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteCombinedFragmentDeeplyNested -- Time elapsed: 0.796 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteractionWithNesting -- Time elapsed: 0.553 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest.deleteInteraction -- Time elapsed: 0.494 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.stereotypeNotApplicableByProfileURI -- Time elapsed: 1.071 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.matchExistingElement -- Time elapsed: 0.136 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.stereotypeNotApplicableByQualifiedName -- Time elapsed: 0.787 s
01:08:16 org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest.createNewElement -- Time elapsed: 0.343 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateClassInModel -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateCentralBufferNodeInActivity -- Time elapsed: 0.008 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateCentralBufferNodeInActivityWithNode -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCannotCreateOperationRedefinableTemplateSignature_bug468071 -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateOperationTemplateSignature_bug468071 -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest.testCreateModelInClass -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenNodeAndArtifactInNode -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageMergeBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.008 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDependencyBetweenClassesInPackage -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateProtocolConformanceBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInformationfloweBetweenClasses2InPackage -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateUsageBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenPackageAndClassesInModel -- Time elapsed: 0.007 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenClassAndComponentInComponent -- Time elapsed: 0.009 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassesInPackage -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateUsageBetweenClassesInPackage -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageImportBetweenPackageAndPackageInPackage -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenComponentAndClassInComponent -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateElementImportBetweenPackageAndPackageInPackage -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenNodeAndArtifactInArtifact -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassesInPackage -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassAndNullInClass -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenArtifactAndNodeInArtifact -- Time elapsed: 0.007 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtendBetweenClasses2InPackage -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateProtocolConformanceBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInformationfloweBetweenUseCases2InUseCase -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassesInPackage -- Time elapsed: 0.186 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenClassAndComponentInClass -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRealizationBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtensionBetweenClassAndNullInNull -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtendBetweenUseCases2InUseCase -- Time elapsed: 0.008 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateElementImportBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAssociationBetweenClassesInPackage -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassesInClass -- Time elapsed: 0.009 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateManifestationBetweenArtifactAndPackage2InArtifact -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateSubstitutionBetweenClassesInPackage -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndClassInClass -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageMergeBetweenPackageAndPackageInPackage -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRealizationBetweenClassesInPackage -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAssociationBetweenClassAndNullInPackage -- Time elapsed: 0.012 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassAndNullInPackage -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDeploymentBetweenArtifactAndNodeInNode -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateIncludeBetweenUseCases2InUseCase -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateGeneralizationBetweenClassesInClass -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateExtensionBetweenClassAndNullInClass -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateDependencyBetweenClassAndNullInPackage -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreatePackageImportBetweenPackageAndPackageInPackage2 -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateComponentRealizationBetweenComponentAndClass -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateSubstitutionBetweenClassAndNullInPackage -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInterfaceRealizationBetweenClassAndInterfaceInClass -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateTraceBetweenClassesInPackage -- Time elapsed: 0.007 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateAbstractionBetweenClassAndPackageInModel -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateRefineBetweenClassesInClass -- Time elapsed: 0.006 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest skipped
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateManifestationBetweenClassAndPackage2InArtifact -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateInterfaceRealizationBetweenUseCases2InUseCase -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest.testCreateIncludeBetweenClasses2InPackage -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateProfileRelationshipTest.testCreateExtensionBetweenStereotypeAndMetaClassInPackage -- Time elapsed: 0.013 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testMoveTemplateSignatureToOperation_bug468071 -- Time elapsed: 0.449 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testMoveRedefinableTemplateSignatureToClass_bug468071 -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest.testCannotMoveRedefinableTemplateSignatureToOperation_bug468071 -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testSetTemplateSignatureOfOperation_bug468071 -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testSetRedefinableTemplateSignatureOfClass_bug468071 -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest.testCannotSetRedefinableTemplateSignatureOfOperation_bug468071 -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest.deleteAssociation -- Time elapsed: 0.188 s
01:08:16 org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest.deleteAssociationTarget -- Time elapsed: 0.188 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteReadOnlyElement -- Time elapsed: 0.629 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteClassInTheModel -- Time elapsed: 0.914 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest.deleteRootOfTheModel -- Time elapsed: 0.241 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest skipped
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest skipped
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectRootTest -- Time elapsed: 0.653 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectChildrenTest -- Time elapsed: 0.647 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectImportedPackage -- Time elapsed: 0.709 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectImportedPackageList -- Time elapsed: 0.684 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_selectChildrenTestList -- Time elapsed: 0.644 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutReadOnlyElement -- Time elapsed: 0.292 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutClassTest -- Time elapsed: 0.821 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest.cutRootOfTheModel -- Time elapsed: 0.420 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.copyPasteofClass1Test -- Time elapsed: 0.412 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.pasteOnReadOnlyElement -- Time elapsed: 0.323 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest.copyPasteofClass1And2Test -- Time elapsed: 0.330 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.DiagramCopyPasteModelExplorerTest.copyPasteDiagramTest -- Time elapsed: 0.341 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.TableCopyPasteModelExplorerTest.copyPasteTableTest -- Time elapsed: 0.312 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.paste.StereotypeCopyPasteModelExplorerTest.copyPasteofClass1Test -- Time elapsed: 1.022 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.AdvancedModeTest.advancedModeDoesNotCollapseItself -- Time elapsed: 1.250 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.041 s
01:08:16 org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest.validateModel[1] -- Time elapsed: 0.012 s
01:08:16 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropInterface -- Time elapsed: 0.096 s
01:08:16 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClass -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.testPropertyContentProvider -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClassAndInterface -- Time elapsed: 0.052 s
01:08:16 org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest.dropClassAndSuperclass -- Time elapsed: 0.033 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.singleValuePropertyGraphicalTest -- Time elapsed: 0.056 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.singleValuePropertyTest -- Time elapsed: 0.039 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest skipped
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest.enumPropertyTest -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithBaseClassPropertyWithoutInheritedProperties -- Time elapsed: 0.233 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithoutBaseClassPropertyWithoutInheritedProperties -- Time elapsed: 0.202 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithBaseClassPropertyWithInheritedProperties -- Time elapsed: 0.192 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest.testProfileContentWithoutBaseClassPropertyWithInheritedProperties -- Time elapsed: 0.183 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithStereotypes -- Time elapsed: 1.683 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchFromRegistererdToLocal -- Time elapsed: 1.932 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithStereotypeProperties -- Time elapsed: 1.499 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithMissingDefinitions -- Time elapsed: 1.431 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchFromLocalToRegistered -- Time elapsed: 1.931 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSimpleSwitch -- Time elapsed: 1.604 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest skipped
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesStereotypeIdentities -- Time elapsed: 1.256 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest.testSwitchProfilesWithRequiredStereotypes -- Time elapsed: 1.252 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testOverloadDoesNotClash -- Time elapsed: 0.085 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testNameClash -- Time elapsed: 0.038 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest.testElementOfDifferentKindDoesNotClash -- Time elapsed: 0.072 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest skipped
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoUnapplyProfile -- Time elapsed: 0.607 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotype -- Time elapsed: 0.308 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testStereotypeUnsetAttributeChange -- Time elapsed: 0.308 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotype -- Time elapsed: 0.320 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotypes -- Time elapsed: 0.324 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRemoveStereotype -- Time elapsed: 0.306 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddSysMLStereotype -- Time elapsed: 0.292 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testModifiedStereotype -- Time elapsed: 0.322 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testAddStereotypeOnSeveralElements -- Time elapsed: 0.323 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotypes -- Time elapsed: 0.274 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testFakeBasedProperty -- Time elapsed: 0.506 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testRemoveStereotype -- Time elapsed: 0.432 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testRemoveSysMLStereotype -- Time elapsed: 0.308 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddSysMLStereotype -- Time elapsed: 0.270 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoModifiedStereotype -- Time elapsed: 0.349 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoAddStereotypeOnSeveralElements -- Time elapsed: 0.310 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRedoAddStereotypeTiming -- Time elapsed: 0.266 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUnapplyProfile -- Time elapsed: 0.276 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testUndoRemoveSysMLStereotype -- Time elapsed: 0.298 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest skipped
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest.testStereotypeListAttributeChange -- Time elapsed: 0.410 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.twoProfilesUnapplied -- Time elapsed: 0.194 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.moveProfileApplication -- Time elapsed: 0.127 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.applyProfileThenMoveApplication -- Time elapsed: 0.125 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.twoProfilesApplied -- Time elapsed: 0.109 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.profileReplacedInAnApplication -- Time elapsed: 0.085 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.simpleNewProfileApplication -- Time elapsed: 0.081 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.simpleProfileUnapplication -- Time elapsed: 0.084 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest.profileAppliedThenReplacedInSameApplication -- Time elapsed: 0.085 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testEditToDisplaySingleString_1 -- Time elapsed: 0.028 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testList -- Time elapsed: 0.026 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testNull -- Time elapsed: 0.032 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testDisplayToEditString_1 -- Time elapsed: 0.024 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testEmptyString -- Time elapsed: 0.022 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testClass2 -- Time elapsed: 0.022 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testClass3 -- Time elapsed: 0.033 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testMatchingElementstSingleValue1 -- Time elapsed: 0.023 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest.testMatchingElementstSingleValue2 -- Time elapsed: 0.022 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_1 -- Time elapsed: 0.041 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_3 -- Time elapsed: 0.034 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_4 -- Time elapsed: 0.026 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_5 -- Time elapsed: 0.028 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_6 -- Time elapsed: 0.034 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_7 -- Time elapsed: 0.029 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindClass_8 -- Time elapsed: 0.034 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testSplitString_1 -- Time elapsed: 0.034 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testSplitString_2 -- Time elapsed: 0.024 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindConstraint_1 -- Time elapsed: 0.026 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindConstraint_2 -- Time elapsed: 0.025 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionMultiValueConverterEmptyString -- Time elapsed: 0.031 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindPackage_1 -- Time elapsed: 0.024 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionToFindPackage_2 -- Time elapsed: 0.024 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest.testCompletionSingleValueConverterEmptyString -- Time elapsed: 0.025 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest.profileLanguage -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest.umlLanguage -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass1Test -- Time elapsed: 0.686 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass2Test -- Time elapsed: 0.682 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass3Test -- Time elapsed: 0.651 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationStereotypesListClass4Test -- Time elapsed: 0.706 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass1Test -- Time elapsed: 0.846 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass2Test -- Time elapsed: 0.658 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass3Test -- Time elapsed: 0.673 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest.ValidationImageClass4Test -- Time elapsed: 0.670 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest.returnedTextTest -- Time elapsed: 0.660 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest.returnedStyledTextTest -- Time elapsed: 0.637 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DelegatingItemLabelProviderTest.notifyChange -- Time elapsed: 0.038 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTest.copyingInterfaceRealizationDoesNotCorruptTheModel -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTestME.copyingInterfaceRealizationDoesNotCorruptTheModel -- Time elapsed: 0.563 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithMultivaluedDataTypeContainmentFeatureTest -- Time elapsed: 0.968 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithMultivaluedContainmentFeatureTest -- Time elapsed: 0.926 s
01:08:16 org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest.duplicateStereotypeWithSingleContainmentFeatureTest -- Time elapsed: 0.917 s
01:08:16 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.reorderMultipleStereotypes -- Time elapsed: 0.209 s
01:08:16 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfTooFewStereotypes -- Time elapsed: 0.166 s
01:08:16 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfTooManyStereotypes -- Time elapsed: 0.165 s
01:08:16 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.reorderSingleStereotype -- Time elapsed: 0.162 s
01:08:16 org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest.attemptReorderOfStereotypesAcrossResources -- Time elapsed: 0.166 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.NameResolutionHelperTest.recursiveImportPackage -- Time elapsed: 0.023 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testIsAutoNamed -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testGetDefaultNameWithIncrement -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testAutoNameIncrement -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest.testExistingElementHavingNameNotRenamed -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSuperstereotype -- Time elapsed: 0.049 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_notStrict_notApplicable -- Time elapsed: 0.215 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_notStrict_applicable -- Time elapsed: 0.212 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_strict_applicable -- Time elapsed: 0.219 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSubstereotype_notApplied -- Time elapsed: 0.065 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetApplicableStereotype_strict_notApplicable -- Time elapsed: 0.213 s
01:08:16 org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest.testGetAppliedSubstereotype_applied -- Time elapsed: 0.048 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestBadUnapplyProfile2ClosedDiagComment.testUnApplyStereotypeApplication -- Time elapsed: 1.412 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestDropStereotypedClass.testStereotypeApplicationOnClass -- Time elapsed: 0.783 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestProfileApplication.testProfileApplicationOnModel -- Time elapsed: 0.687 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestDisplayAsBrace.testBrace -- Time elapsed: 0.779 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestReopenAsBrace.testReopenStereotypeAsComment -- Time elapsed: 2.048 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestDisplayAsComment.testStereotypeApplicationOnClass -- Time elapsed: 0.542 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestReopenAsComment.testReopenStereotypeAsComment -- Time elapsed: 1.949 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestDisplayAsCompartment.testStereotypeApplicationOnClass -- Time elapsed: 0.931 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestReopenAsCompartment.testReopenStereotypeAsComment -- Time elapsed: 1.840 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.Test2StereotypeApplications.test2StereotypeApplicationsOnClass -- Time elapsed: 0.444 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication.testStereotypeApplicationOnPackage -- Time elapsed: 0.759 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication.testStereotypeApplicationOnClass -- Time elapsed: 0.064 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplicationQualifiedName.testQNStereotypeApplicationOnClass -- Time elapsed: 0.665 s
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype skipped
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype skipped
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance skipped
01:08:16 org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance skipped
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testDiagramFileExtentionLabel -- Time elapsed: 0.225 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testDiagramFileExtenstionForUML -- Time elapsed: 0.062 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard.testOrderOfPages -- Time elapsed: 0.066 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testDiagramFileExtentionLabel -- Time elapsed: 0.074 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testDiagramFileExtenstionForUML -- Time elapsed: 0.062 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard.testOrderOfPages -- Time elapsed: 0.063 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestNewProjectWizard.testOrderOfPages -- Time elapsed: 0.090 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testForSimpleModel -- Time elapsed: 0.073 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testOrderOfPages -- Time elapsed: 0.070 s
01:08:16 org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard.testForModelWithDot -- Time elapsed: 0.074 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.missingSchema -- Time elapsed: 0.257 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.noCorruptionControlCase -- Time elapsed: 0.036 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.wrongProfileVersion -- Time elapsed: 0.206 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.missingProfileApplication -- Time elapsed: 0.228 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest.deleteStereotypes -- Time elapsed: 0.057 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfileApplicationsMissingNamespace_bug434302 -- Time elapsed: 0.241 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.orphansOfWrongProfileVersion_bug436666 -- Time elapsed: 0.036 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.badSchemaLocationInNonPackageFragment_bug459488 -- Time elapsed: 0.620 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfilesAndNestedApplicationsWellFormed_bug434302 -- Time elapsed: 0.259 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.registeredDynamicProfie_bug455329 -- Time elapsed: 0.037 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedPackageSchemaMissing_bug436666 -- Time elapsed: 0.327 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.incorrectZombieGroupingWithoutProfileNamespaceURIPattern_bug496307 -- Time elapsed: 0.059 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nonStereotypeApplicationsAreOK_bug436666 -- Time elapsed: 0.014 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedProfileApplications2Pkgs1Profile_bug434302 -- Time elapsed: 0.293 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.crossReferencedPackageUnitWithoutOwnProfileApplication_bug458736 -- Time elapsed: 0.638 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.correctZombieGroupingWithProfileNamespaceURIPattern_bug496307 -- Time elapsed: 0.018 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.orphansOfValidSchema_bug436666 -- Time elapsed: 0.049 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.packageUnitWithoutOwnProfileApplication_bug455248 -- Time elapsed: 0.228 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest.nestedPackageInProfileIsOK_bug436666 -- Time elapsed: 0.239 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionSameURISameVersion -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionDifferentURIDifferentVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionDifferentURISameVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionDifferentURISameVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonConstantBehavior -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareNoVersionSameURI -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionDifferentURIDifferentVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchCorrectNoMatchConstantBehavior -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchSingleVersionCorrectURIGivenVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchNoVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchMultipleVersionCorrectURIGivenVersion -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchMultipleVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongLHS -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongRHS -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryExtensionPointCorrectMatch -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionSameURIDifferentVersion -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareSingleVersionSameURISameVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareMultiVersionSameURIDifferentVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryCorrectUnregisterAndRegister -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.registryExtensionPointRegistered -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareCorrectInvalidComparisonBehaviorWrongPattern -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchNoVersionCorrectURIGivenVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.compareNoVersionDifferentURI -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchSingleVersionCorrectURIDefaultVersion -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest.matchCorrectNoMatchBehavior -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest.interactionOperand_contentProvider -- Time elapsed: 0.045 s
01:08:16 org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest.combinedFragment_contentProvider -- Time elapsed: 0.023 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.MultiplicityObservableValueTest.testObservableValue -- Time elapsed: 0.571 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionEndMultiplicityObservableValueTest.testObservableValue -- Time elapsed: 0.527 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.NavigationObservableValueTest.testObservableValue -- Time elapsed: 0.507 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.OwnerObservableValueTest.testObservableValue -- Time elapsed: 0.501 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.KeywordObservableValueTest.testObservableValue -- Time elapsed: 0.520 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.UMLLabelObservableValueTest.testObservableValue -- Time elapsed: 0.491 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ImageExpressionObservableValueTest.testObservableValue -- Time elapsed: 0.516 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ImageKindObservableValueTest.testObservableValue -- Time elapsed: 0.715 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ImageNameObservableValueTest.testObservableValue -- Time elapsed: 0.511 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationElementIconObservableValueTest.testObservableValue -- Time elapsed: 0.804 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationQualifiedNameObservableValueTest.testObservableValue -- Time elapsed: 0.830 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationShadowObservableValueTest.testObservableValue -- Time elapsed: 0.825 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionRequiredObservableValueTest.testObservableValue -- Time elapsed: 0.873 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ImportedPackageLocationObservableValueTest.testObservableValue -- Time elapsed: 0.525 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.UnsettableStringObservableValueTest.testObservableValue -- Time elapsed: 0.464 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableValueTest.testObservableValue -- Time elapsed: 0.507 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.AnnotationObservableValueTest.testObservableValue -- Time elapsed: 0.442 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.MaskValueObservableListTest.testObservableList -- Time elapsed: 0.811 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.AppliedCommentsObservableListTest.testObservableList -- Time elapsed: 0.858 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.OwnedCommentsObservableListTest.testObservableList -- Time elapsed: 0.849 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ProvidedInterfaceObservableListTest.testObservableList -- Time elapsed: 0.493 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.RequiredInterfaceObservableListTest.testObservableList -- Time elapsed: 0.473 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.ProfileApplicationObservableListTest.testObservableList -- Time elapsed: 0.499 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.StereotypeApplicationObservableListTest.testObservableList -- Time elapsed: 0.462 s
01:08:16 org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableListTest.testObservableList -- Time elapsed: 0.438 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CanonicalObservableValueTest.testObservableValue -- Time elapsed: 0.825 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.ConnectionDecorationStyleObservableValueTest.testObservableValue -- Time elapsed: 0.993 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomStringStyleCompartmentObservableValueTest.testObservableValue -- Time elapsed: 0.973 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleCompartmentObservableValueTest.testObservableValue -- Time elapsed: 0.753 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.DiagramLabelObservableValueTest.testObservableValue -- Time elapsed: 0.487 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomBooleanStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.472 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomDoubleStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.479 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleWithStoreObservableValueTest.testObservableValue -- Time elapsed: 0.484 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.RulersUnitStyleObservableValueTest.testObservableValue -- Time elapsed: 0.681 s
01:08:16 org.eclipse.papyrus.uml.diagram.properties.databinding.tests.SwitchOrientationObservableValueTest.testObservableValue -- Time elapsed: 1.210 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_papyrus -- Time elapsed: 0.850 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_papyrus -- Time elapsed: 0.730 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_dynamic -- Time elapsed: 0.829 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_uml2 -- Time elapsed: 0.786 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_papyrus -- Time elapsed: 1.027 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelSkipMigration_dynamic -- Time elapsed: 0.559 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.outOfDateModelDoMigration_uml2 -- Time elapsed: 0.976 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_uml2 -- Time elapsed: 0.639 s
01:08:16 org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest.upToDateModelDoesNotPromptForMigration_dynamic -- Time elapsed: 0.442 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.loadDecoratorAsMainModel -- Time elapsed: 0.447 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication -- Time elapsed: 0.656 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.unloadApplication -- Time elapsed: 0.458 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_undo -- Time elapsed: 0.404 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.unloadedApplicationNotAvailable -- Time elapsed: 0.408 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.loadApplication -- Time elapsed: 0.400 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_undo_redo -- Time elapsed: 0.428 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.nestedPackageApplicationOfSameProfile_bug459613 -- Time elapsed: 0.449 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest.externalizeApplication_forNestedPackage -- Time elapsed: 0.364 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication_undo -- Time elapsed: 0.454 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication_undo_redo -- Time elapsed: 0.403 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest.internalizeApplication -- Time elapsed: 0.417 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.ProfileMigrationTest.migrateProfile -- Time elapsed: 0.448 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.missingSchema -- Time elapsed: 0.815 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.wrongProfileVersion -- Time elapsed: 0.513 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest.missingProfileApplication -- Time elapsed: 0.453 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackageAsync -- Time elapsed: 0.513 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage_none -- Time elapsed: 0.569 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.removeResource -- Time elapsed: 0.713 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsAsync_uri -- Time elapsed: 0.566 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelName -- Time elapsed: 0.644 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.baseline -- Time elapsed: 0.586 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackage -- Time elapsed: 0.484 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNameAsync -- Time elapsed: 0.606 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.appliedProfilesByResourceIndex -- Time elapsed: 0.632 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModels -- Time elapsed: 0.608 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsAsync -- Time elapsed: 0.702 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.allAppliedProfiles -- Time elapsed: 0.520 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNames -- Time elapsed: 0.579 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModels_uri -- Time elapsed: 0.527 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelNamesAsync -- Time elapsed: 0.603 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.listener -- Time elapsed: 0.724 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.allAppliedProfilesAsync -- Time elapsed: 0.474 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.addNewResource -- Time elapsed: 0.882 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest.decoratorModelsForPackageAsync_none -- Time elapsed: 0.572 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest.copy_subsetOfProfiles -- Time elapsed: 0.596 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest.copy_allProfiles -- Time elapsed: 0.647 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasUnloadedDecoratorModelsAsync_recursive -- Time elapsed: 0.725 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelFor -- Time elapsed: 0.332 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelURI -- Time elapsed: 0.347 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testInternalizeProfileApplications -- Time elapsed: 0.350 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasUnloadedDecoratorModelsAsync -- Time elapsed: 0.527 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testExternalizeProfileApplication -- Time elapsed: 0.561 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorPackages -- Time elapsed: 0.383 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorModelAppliedProfiles -- Time elapsed: 0.342 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncResource -- Time elapsed: 0.556 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetExternalizationProfile -- Time elapsed: 0.329 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testIsDecoratorModelResource -- Time elapsed: 0.357 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorModelProfileApplications -- Time elapsed: 0.456 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncPackage -- Time elapsed: 0.643 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetLoadedDecoratorModels -- Time elapsed: 0.382 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetLoadedSubUnitPackages -- Time elapsed: 0.321 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModels -- Time elapsed: 0.486 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testHasExternalizationProfile -- Time elapsed: 0.360 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUnloadedDecoratorModelsAsyncIterableOfResource -- Time elapsed: 0.746 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetUserModelResources -- Time elapsed: 0.369 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest.testGetDecoratorProfileApplications -- Time elapsed: 0.369 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.stereotypeApplication_inNestedPackage -- Time elapsed: 0.158 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.stereotypeApplication_inNonPackageSubmodelUnit_bug459613 -- Time elapsed: 0.154 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.applyStereotype_resourceSet -- Time elapsed: 0.160 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest.applyStereotype_freeFloating -- Time elapsed: 0.158 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_decoratorModelUML -- Time elapsed: 0.290 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_decoratorModelNotation -- Time elapsed: 0.266 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest.isDecoratorModel_userModelUML -- Time elapsed: 0.339 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.decoratorIndexing -- Time elapsed: 0.392 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.userModelIndexing -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest.decoratorAsUserModelIndexing -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest.migrateProfileExtendingDynamic_bug481302 -- Time elapsed: 0.277 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest skipped
01:08:16 org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest.migrateProfileExtendingStatic_bug481302 -- Time elapsed: 0.279 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_allDecoratorsLoaded -- Time elapsed: 0.606 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_allDecoratorsUnloaded -- Time elapsed: 2.535 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_someDecoratorsLoaded -- Time elapsed: 0.927 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_someDecoratorsLoaded -- Time elapsed: 1.264 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_allDecoratorsUnloaded -- Time elapsed: 1.346 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_someDecoratorsLoaded -- Time elapsed: 1.863 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_allDecoratorsLoaded -- Time elapsed: 0.579 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_undo_redo_allDecoratorsUnloaded -- Time elapsed: 2.041 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.control_allDecoratorsUnloaded -- Time elapsed: 1.209 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_someDecoratorsLoaded -- Time elapsed: 1.997 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_undo_redo_allDecoratorsLoaded -- Time elapsed: 0.544 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest.uncontrol_allDecoratorsLoaded -- Time elapsed: 0.489 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.nonBaseElementStereotypeCrossReferences -- Time elapsed: 0.965 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.classUnitExternalizeParentUnitProfileApplication_bug459613 -- Time elapsed: 0.320 s
01:08:16 org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest.nestedPackagesInheritingExternalProfileApplications -- Time elapsed: 1.328 s
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestOCLConstraintOnInstanceSpec skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestOCLValidationRuleFromFile skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules skipped
01:08:16 org.eclipse.papyrus.uml.validation.tests.rules.TestStereotypeValidation skipped
01:08:16 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest.testResolveProfile__Object -- Time elapsed: 0.028 s
01:08:16 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest.testMatches__Object -- Time elapsed: 0.009 s
01:08:16 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterResourceURI_bug480221 -- Time elapsed: 0.023 s
01:08:16 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterDoesNotLoadProfiles_miss_bug480221 -- Time elapsed: 0.023 s
01:08:16 org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest.profileAppliedFilterDoesNotLoadProfiles_hit_bug480221 -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.popupsGenerated -- Time elapsed: 0.006 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionTargetFilters -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.popupFilters -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionSourceFilters -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest.connectionsGenerated -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.popupsGenerated -- Time elapsed: 0.034 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionTargetFilters -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.distinctConnectionHintsGenerated -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.popupFilters -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionSourceFilters -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.distinctPopupHintsGenerated -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest.connectionsGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.popupsGenerated -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionTargetFilters -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.popupFilters -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionSourceFilters -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest.connectionsGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> Generalization] -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> GeneralizationSet] -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> ControlFlow] -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> ObjectFlow] -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> Transition] -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Virtual>> Message] -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest.connectionsGenerated[<<Indirect>> Connector] -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.iconGenerated -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.typeSetAttributes -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0.009 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.multipleElementTypesForOneStereotypeGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.stereotypeAdviceGenerated -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.elementTypesGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest.stereotypeMatcherGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.stereotypeAdviceNotGenerated -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.distinctHintsGenerated -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.stereotypeMatcherNotGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.iconGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest.elementTypesGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.iconGenerated -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.stereotypeAdviceGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.elementTypesGenerated -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest.stereotypeMatcherGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.elementTypeSpecializedTypes -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.stereotypeAdviceGenerated -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test.stereotypeMatcherGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.iconGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.typeSetAttributes -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.elementTypeSpecializedTypes_bug461717 -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.multipleElementTypesForOneStereotypeGenerated -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.stereotypeAdviceGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.elementTypesGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest.stereotypeMatcherGenerated -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRemovedStereotypes -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRenamedStereotypes -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testAddedExtensions -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testAddedStereotypes -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest.testRemovedExtension -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypeNames -- Time elapsed: 0.039 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypes -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest skipped
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfileNames -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testProfileCatalog -- Time elapsed: 0.049 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testLookupStereotype -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testLookupStereotypeInAppliedProfile -- Time elapsed: 0.022 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testProfileCopy -- Time elapsed: 0.019 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfiles -- Time elapsed: 0.021 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetNamedElement -- Time elapsed: 0.023 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testIsModelsExist -- Time elapsed: 0.020 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetStereotypeQualifiedNames -- Time elapsed: 0.019 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest.testGetProfileQualifiedNames -- Time elapsed: 0.062 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testCopyResources -- Time elapsed: 0.692 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testCopyResource -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testGetProject -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest.testEclipseProject -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetUmlModelWithIFile -- Time elapsed: 0.104 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerString -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerURI -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetNamedElementByNameString -- Time elapsed: 0.005 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetUmlModel -- Time elapsed: 0.053 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testModelSetManagerStringModels -- Time elapsed: 0.003 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest.testGetNamedElementByNameWithSterotype -- Time elapsed: 0.025 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreation -- Time elapsed: 0.002 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateClass -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateModel -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreatePackage -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCd -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorResourceFailing -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorStringString -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testUMLModelCreatorResource -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest.testCreateDatatype -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testCompoundTypeProvider -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testGetTypes -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testAddITypeProvider -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest.testIterator -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest.testSimpleModelVisitor -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest skipped
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetStereotypeName -- Time elapsed: 0.007 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetProfileName -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testAddPropertyChangeListenerPropertyChangeListener -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetQualifiedNameComplex -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testClear -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURLString -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testToString -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetStereotypeName -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testAddPropertyChangeListenerStringPropertyChangeListener -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURL -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testRemovePropertyChangeListenerPropertyChangeListener -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetQualifiedNameSimple -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testSetProfileName -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testRemovePropertyChangeListenerStringPropertyChangeListener -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testComputeQualifiedName -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testGetQualifiedName -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest.testStereotypeURLStringString -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testGetTypes -- Time elapsed: 0.039 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testTypeProvider -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest.testIterator -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testGetTypes -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testAddType -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testAddTypeFromConstructor -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testTypeProvider -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testTypeProviderTypeArray -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2.testIterator -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest.testUMLPrimitiveTypesModel -- Time elapsed: 0.022 s
01:08:16 org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest.testGetLibraryPackage -- Time elapsed: 0.019 s
01:08:16 org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangePreferencesTest.testUseInternationalizationModification -- Time elapsed: 0.760 s
01:08:16 org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangeLanguageTest.testLanguageModification -- Time elapsed: 0.464 s
01:08:16 org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest.rebuildAdapters -- Time elapsed: 0.449 s
01:08:16 org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest.normalAdapters -- Time elapsed: 0.407 s
01:08:16 org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationAdapterTest.testLabelProviderAdapter -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.SingleTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.SingleTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest skipped
01:08:16 org.eclipse.papyrus.uml.alf.tests.AllTests skipped
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test10 -- Time elapsed: 0.655 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test11 -- Time elapsed: 0.611 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test12 -- Time elapsed: 0.707 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test13 -- Time elapsed: 0.630 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test1 -- Time elapsed: 0.636 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test2 -- Time elapsed: 0.581 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test3 -- Time elapsed: 0.612 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test4 -- Time elapsed: 0.592 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test5 -- Time elapsed: 0.584 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test6 -- Time elapsed: 0.601 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test7 -- Time elapsed: 0.814 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test8 -- Time elapsed: 0.593 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests.IsStereotypedWithExpression_Test9 -- Time elapsed: 0.604 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test1 -- Time elapsed: 0.644 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test2 -- Time elapsed: 0.594 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test3 -- Time elapsed: 0.617 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests.HasStereotypeExpressionTests_Test4 -- Time elapsed: 0.627 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndNoContext -- Time elapsed: 0.004 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.noMetaclassAndNoContextTest -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndValidContext_1 -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndValidContext_2 -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest.metaclassAndInvalidContext -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndNoContext -- Time elapsed: 0.001 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.noMetaclassAndNoContextTest -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndValidContext_2 -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests.metaclassAndInValidContext_1 -- Time elapsed: 0 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test10 -- Time elapsed: 0.687 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test11 -- Time elapsed: 0.565 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test12 -- Time elapsed: 0.597 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test13 -- Time elapsed: 0.602 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test14 -- Time elapsed: 0.569 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test1 -- Time elapsed: 0.579 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test2 -- Time elapsed: 0.633 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test3 -- Time elapsed: 0.949 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test4 -- Time elapsed: 0.611 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test5 -- Time elapsed: 0.601 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test6 -- Time elapsed: 0.603 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test7 -- Time elapsed: 0.622 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test8 -- Time elapsed: 0.634 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests.IsKindOfStereotypeExpression_Test9 -- Time elapsed: 0.650 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test1 -- Time elapsed: 0.633 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test2 -- Time elapsed: 0.638 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test3 -- Time elapsed: 0.580 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test4 -- Time elapsed: 0.577 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test5 -- Time elapsed: 0.565 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test6 -- Time elapsed: 0.583 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test7 -- Time elapsed: 0.605 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test8 -- Time elapsed: 0.610 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test9 -- Time elapsed: 0.793 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test10 -- Time elapsed: 0.619 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test11 -- Time elapsed: 0.625 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test12 -- Time elapsed: 0.603 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests.IsTypeOfStereotypeExpression_Test13 -- Time elapsed: 0.624 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test10 -- Time elapsed: 0.597 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test11 -- Time elapsed: 0.605 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test12 -- Time elapsed: 0.568 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test13 -- Time elapsed: 0.595 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test1 -- Time elapsed: 0.570 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test2 -- Time elapsed: 0.588 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test3 -- Time elapsed: 0.555 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test4 -- Time elapsed: 0.580 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test5 -- Time elapsed: 0.605 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test6 -- Time elapsed: 0.764 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test7 -- Time elapsed: 0.566 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test8 -- Time elapsed: 0.558 s
01:08:16 org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests.SingleStereotypeAttributeEqualityExpressionTests_Test9 -- Time elapsed: 0.588 s
01:08:16 org.eclipse.papyrus.uml.architecture.tests.resources.ModelValidationTest.validateModel[0] -- Time elapsed: 0.174 s
01:08:16 org.eclipse.papyrus.uml.types.core.matchers.stereotype.tests.StereotypeMatcherEditHelperAdviceTest.nestedPackageInProfileContext -- Time elapsed: 0.019 s
01:08:16 
01:08:16 Results:
01:08:16 
01:08:16 Tests run: 684, Failures: 0, Errors: 0, Skipped: 49
01:08:16 
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.159: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.160: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.165: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.169: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.175: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.228: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.233: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.238: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.241: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:16 
01:08:16 (Eclipse:7127): Gtk-CRITICAL **: 05:08:16.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
01:08:17 [INFO] All tests passed
01:08:17 [INFO] 
01:08:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.suite.tests ---
01:08:17 [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
01:08:17 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.suite.tests' with 0 classes
01:08:17 [INFO] 
01:08:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests.releng >--
01:08:17 [INFO] Building org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT [169/175]
01:08:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/pom.xml
01:08:17 [INFO] --------------------------------[ pom ]---------------------------------
01:08:17 [INFO] 
01:08:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.releng ---
01:08:17 [INFO] 
01:08:17 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.releng ---
01:08: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/alf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:08:17 [INFO] 
01:08:17 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.releng ---
01:08:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:08:17 [INFO] 
01:08:17 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests >--
01:08:17 [INFO] Building org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT [170/175]
01:08:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml
01:08:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:08:17 [WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.3.1:clean (default-clean)'
01:08:17 [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
01:08:18 [INFO] 
01:08:18 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:18 [INFO] 
01:08:18 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:18 [INFO] The project's OSGi version is 2.0.0.202405060428
01:08:18 [INFO] 
01:08:18 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:18 [INFO] 
01:08:18 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:18 [INFO] 
01:08:18 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:18 [INFO] 
01:08:18 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:18 [INFO] Resolving class path of org.eclipse.papyrus.uml.alf.backend.tests
01:08:19 [INFO] 
01:08:19 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08: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/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:08:19 [INFO] 
01:08:19 [INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [INFO] 
01:08:19 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [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
01:08:19 [INFO] 
01:08:19 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [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
01:08:19 [INFO] 
01:08:19 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [INFO] 
01:08:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [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
01:08:19 [INFO] 
01:08:19 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 299 were skipped
01:08:19 [INFO] 
01:08:19 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [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
01:08:19 [INFO] 
01:08:19 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [INFO] 
01:08:19 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:19 [INFO] Skipping tests
01:08:19 [INFO] 
01:08:19 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.backend.tests ---
01:08:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:08:20 [INFO] 
01:08:20 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests >--
01:08:20 [INFO] Building org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT [171/175]
01:08:20 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml
01:08:20 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:08:20 [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
01:08:20 [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.202405050320/org.eclipse.papyrus.uml.properties.generation-3.0.0.202405050320.jar
01:08:20 [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.202405050320/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202405050320.jar
01:08:20 [INFO] 
01:08:20 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:20 [INFO] 
01:08:20 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:20 [INFO] The project's OSGi version is 2.0.0.202405060428
01:08:20 [INFO] 
01:08:20 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:20 [INFO] 
01:08:20 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:20 [INFO] 
01:08:20 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:20 [INFO] 
01:08:20 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:20 [INFO] Resolving class path of org.eclipse.papyrus.views.properties.toolsmiths.tests
01:08:21 [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.202405050320/org.eclipse.papyrus.uml.properties.generation-3.0.0.202405050320.jar
01:08:21 [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.202405050320/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202405050320.jar
01:08:21 [INFO] 
01:08:21 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08: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/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:08:21 [INFO] 
01:08:21 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:21 [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
01:08:21 [INFO] 
01:08:21 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:21 [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
01:08:22 [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] 
01:08:22 	DataContextElement st3Element = findContextElement(context, "Stereotype3");
01:08:22 	                   ^^^^^^^^^^
01:08:22 The value of the local variable st3Element is not used
01:08:22 1 problem (1 warning)
01:08:22 [INFO] 
01:08:22 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:22 [INFO] 
01:08:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:22 [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
01:08:22 [INFO] 
01:08:22 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:22 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 311 were skipped
01:08:22 [INFO] 
01:08:22 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:22 [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
01:08:22 [INFO] 
01:08:22 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:22 [INFO] 
01:08:22 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:22 [INFO] Skipping tests
01:08:22 [INFO] 
01:08:22 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
01:08:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:08:22 [INFO] 
01:08:22 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests >---
01:08:22 [INFO] Building org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT  [172/175]
01:08:22 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml
01:08:22 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
01:08:22 [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
01:08:22 [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.202405050320/org.eclipse.papyrus.uml.properties.generation-3.0.0.202405050320.jar
01:08:22 [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.202405050320/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202405050320.jar
01:08:23 [INFO] 
01:08:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.suite.tests ---
01:08:23 [INFO] 
01:08:23 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.suite.tests ---
01:08:23 [INFO] The project's OSGi version is 1.1.0.202405060428
01:08:23 [INFO] 
01:08:23 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.views.suite.tests ---
01:08:23 [INFO] 
01:08:23 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.views.suite.tests ---
01:08:23 [INFO] 
01:08:23 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.views.suite.tests ---
01:08:23 [INFO] 
01:08:23 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.suite.tests ---
01:08:23 [INFO] Resolving class path of org.eclipse.papyrus.views.suite.tests
01:08:28 [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.202405050320/org.eclipse.papyrus.uml.properties.generation-3.0.0.202405050320.jar
01:08:28 [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.202405050320/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202405050320.jar
01:08:28 [INFO] 
01:08:28 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.suite.tests ---
01:08:28 [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
01:08:28 [INFO] 
01:08:28 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.suite.tests ---
01:08:28 [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
01:08:28 [INFO] 
01:08:28 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.views.suite.tests ---
01:08:28 [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
01:08:29 [INFO] 
01:08:29 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.suite.tests ---
01:08:29 [INFO] 
01:08:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.suite.tests ---
01:08:29 [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
01:08:29 [INFO] 
01:08:29 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.suite.tests ---
01:08:29 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1103 were skipped
01:08:29 [INFO] 
01:08:29 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.suite.tests ---
01:08:29 [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
01:08:29 [INFO] 
01:08:29 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.suite.tests ---
01:08:29 [INFO] 
01:08:29 [INFO] --- tycho-surefire:4.0.3:test (default-test) @ org.eclipse.papyrus.views.suite.tests ---
01:08:30 [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
01:08:30 [INFO] Command line:
01:08:30 	[/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.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.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]
01:08:34 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:08:34 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:08:34 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:08:35 WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found.
01:08:35 It is recommended to migrate to the corresponding replacements in the jakarta namespace.
01:08:35 The Eclipse E4 Platform will remove support for those javax-annotations in a future release.
01:08:35 To suppress this warning, set the VM property: -Declipse.e4.inject.javax.warning=false
01:08:35 To disable processing of 'javax' annotations entirely, set the VM property: -Declipse.e4.inject.javax.disabled=true
01:08:35 
01:08:40 Running org.eclipse.papyrus.views.suite.tests.AllTests
01:08:48 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
01:08:48 log4j:WARN Please initialize the log4j system properly.
01:08:48 log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
01:08:51 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer
01:09:10 SWT call to Webkit timed out after 10000ms. No return value will be provided.
01:09:10 Possible reasons:
01:09:10 1) Problem: Your javascript needs more than 10000ms to execute.
01:09:10    Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown 
01:09:10      and the return value of execute()/evalute() will be false/null.
01:09:10 
01:09:10 2) However, if you believe that your application should execute as expected (in under10000 ms),
01:09:10  then it might be a deadlock in SWT/Browser/webkit2 logic.
01:09:10  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
01:09:10 Please report this issue *with steps to reproduce* via:
01:09:10  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
01:09:10 For bug report, please atatch this stack trace:
01:09:10 java.lang.Throwable: 
01:09:10 	at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:300)
01:09:10 	at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:293)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1275)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1033)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1003)
01:09:10 	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1302)
01:09:10 	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
01:09:10 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
01:09:10 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
01:09:10 	at org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration.customizeToolbar(RichTextEditorConfiguration.java:525)
01:09:10 	at org.eclipse.nebula.widgets.richtext.RichTextEditor$1.function(RichTextEditor.java:273)
01:09:10 	at org.eclipse.swt.browser.WebKit.RequestProc(WebKit.java:461)
01:09:10 	at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1285)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1033)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1003)
01:09:10 	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1302)
01:09:10 	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
01:09:10 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
01:09:10 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
01:09:10 	at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297)
01:09:10 	at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1772)
01:09:10 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
01:09:10 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
01:09:10 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
01:09:10 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
01:09:10 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
01:09:10 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture$9.run(PapyrusEditorFixture.java:1548)
01:09:10 	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
01:09:10 	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
01:09:10 	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5960)
01:09:10 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.ensurePapyrusPerspective(PapyrusEditorFixture.java:1537)
01:09:10 	at org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.initTests(DocumentationViewTests.java:72)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:09:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:09:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:09:10 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:09:10 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:09:10 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:09:10 	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
01:09:10 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
01:09:10 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:09:10 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
01:09:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:09:10 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:09:10 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:09:10 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
01:09:10 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:09:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:09:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:09:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:09:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:09:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:09:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:09:10 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:09:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:09:10 	at org.junit.runners.Suite.runChild(Suite.java:128)
01:09:10 	at org.junit.runners.Suite.runChild(Suite.java:27)
01:09:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:09:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:09:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:09:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:09:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:09:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:09:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
01:09:10 	at org.junit.runners.Suite.runChild(Suite.java:128)
01:09:10 	at org.junit.runners.Suite.runChild(Suite.java:27)
01:09:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:09:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:09:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:09:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:09:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:09:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:09:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:09:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:09:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:09:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:09:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:09:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:09:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:09:10 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
01:09:10 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
01:09:10 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
01:09:10 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
01:09:10 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
01:09:10 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
01:09:10 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
01:09:10 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
01:09:10 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
01:09:10 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
01:09:10 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
01:09:10 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
01:09:10 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
01:09:10 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
01:09:10 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
01:09:10 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
01:09:10 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
01:09:10 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
01:09:10 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
01:09:10 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
01:09:10 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
01:09:10 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:09:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:09:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:09:10 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679)
01:09:10 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616)
01:09:10 	at org.eclipse.equinox.launcher.Main.run(Main.java:1492)
01:09:10 	at org.eclipse.equinox.launcher.Main.main(Main.java:1465)
01:09:10 
01:09:10  Additional information about the error is as following:
01:09:10  The following javascript was executed:
01:09:10 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()
01:09:10 
01:09:10 
01:09:10 SWT call to Webkit timed out after 10000ms. No return value will be provided.
01:09:10 Possible reasons:
01:09:10 1) Problem: Your javascript needs more than 10000ms to execute.
01:09:10    Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown 
01:09:10      and the return value of execute()/evalute() will be false/null.
01:09:10 
01:09:10 2) However, if you believe that your application should execute as expected (in under10000 ms),
01:09:10  then it might be a deadlock in SWT/Browser/webkit2 logic.
01:09:10  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
01:09:10 Please report this issue *with steps to reproduce* via:
01:09:10  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
01:09:10 For bug report, please atatch this stack trace:
01:09:10 java.lang.Throwable: 
01:09:10 	at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:300)
01:09:10 	at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:293)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1275)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1033)
01:09:10 	at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:1003)
01:09:10 	at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1302)
01:09:10 	at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:405)
01:09:10 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:665)
01:09:10 	at org.eclipse.swt.browser.Browser.evaluate(Browser.java:614)
01:09:10 	at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297)
01:09:10 	at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1772)
01:09:10 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
01:09:10 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
01:09:10 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
01:09:10 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
01:09:10 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296)
01:09:10 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture$9.run(PapyrusEditorFixture.java:1548)
01:09:10 	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
01:09:10 	at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)
01:09:10 	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5960)
01:09:10 	at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.ensurePapyrusPerspective(PapyrusEditorFixture.java:1537)
01:09:10 	at org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.initTests(DocumentationViewTests.java:72)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:09:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:09:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:09:10 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:09:10 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:09:10 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:09:10 	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
01:09:10 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
01:09:10 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:09:10 	at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369)
01:09:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:09:10 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:09:10 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:09:10 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86)
01:09:10 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:09:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:09:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:09:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:09:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:09:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:09:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:09:10 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:09:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:09:10 	at org.junit.runners.Suite.runChild(Suite.java:128)
01:09:10 	at org.junit.runners.Suite.runChild(Suite.java:27)
01:09:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:09:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:09:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:09:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:09:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:09:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:09:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:09:10 	at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130)
01:09:10 	at org.junit.runners.Suite.runChild(Suite.java:128)
01:09:10 	at org.junit.runners.Suite.runChild(Suite.java:27)
01:09:10 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:09:10 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:09:10 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:09:10 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:09:10 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:09:10 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:09:10 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:09:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:09:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:09:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:09:10 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:09:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:09:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:09:10 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
01:09:10 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
01:09:10 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:42)
01:09:10 	at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127)
01:09:10 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
01:09:10 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
01:09:10 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
01:09:10 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
01:09:10 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1151)
01:09:10 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
01:09:10 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1042)
01:09:10 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:152)
01:09:10 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:639)
01:09:10 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
01:09:10 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:546)
01:09:10 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:173)
01:09:10 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:34)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:129)
01:09:10 	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:44)
01:09:10 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
01:09:10 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
01:09:10 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
01:09:10 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
01:09:10 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:09:10 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:09:10 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:09:10 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:09:10 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:679)
01:09:10 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:616)
01:09:10 	at org.eclipse.equinox.launcher.Main.run(Main.java:1492)
01:09:10 	at org.eclipse.equinox.launcher.Main.main(Main.java:1465)
01:09:10 
01:09:10  Additional information about the error is as following:
01:09:10  The following javascript was executed:
01:09:10 function SWTWebkit2TempFunc9(){initEditor();}; SWTWebkit2TempFunc9()
01:09:10 
01:09:10 
01:09:13 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.34 s -- in org.eclipse.papyrus.views.suite.tests.AllTests
01:09:13 org.eclipse.papyrus.views.modelexplorer.tests.ModelExplorerViewTests.revealSemanticElement_rootTest -- Time elapsed: 12.76 s
01:09:13 org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteDiagramTest -- Time elapsed: 1.945 s
01:09:13 org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteTableTest -- Time elapsed: 1.455 s
01:09:13 org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteLinkItemTest -- Time elapsed: 0.863 s
01:09:13 org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest.deleteRootOfTheModel -- Time elapsed: 0.723 s
01:09:13 org.eclipse.papyrus.views.modelexplorer.tests.OpendiagramTest.testOpendiagramTest -- Time elapsed: 0.356 s
01:09:13 org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.documentationViewTests -- Time elapsed: 11.53 s
01:09:13 org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.handleXWTFileFromResourceSet -- Time elapsed: 1.315 s
01:09:13 org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.handleXWTFileFromResource -- Time elapsed: 0.175 s
01:09:13 org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.generateEcoreContext -- Time elapsed: 0.145 s
01:09:13 org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests.generateProfileContext -- Time elapsed: 0.568 s
01:09:13 
01:09:13 Results:
01:09:13 
01:09:13 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
01:09:13 
01:09:14 [INFO] All tests passed
01:09:14 [INFO] 
01:09:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.suite.tests ---
01:09:14 [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
01:09:14 [INFO] Analyzed bundle 'org.eclipse.papyrus.views.suite.tests' with 0 classes
01:09:14 [INFO] 
01:09:14 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.documentation.tests.releng >--
01:09:14 [INFO] Building org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT [173/175]
01:09:14 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Tests/source/tests/junit/plugins/views/documentation/pom.xml
01:09:14 [INFO] --------------------------------[ pom ]---------------------------------
01:09:14 [INFO] 
01:09:14 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests.releng ---
01:09:14 [INFO] 
01:09:14 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests.releng ---
01:09: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/views/documentation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:09:14 [INFO] 
01:09:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.documentation.tests.releng ---
01:09:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:09:14 [INFO] 
01:09:14 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.releng >------
01:09:14 [INFO] Building org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT  [174/175]
01:09:14 [INFO]   from main-tests/pom.xml
01:09:14 [INFO] --------------------------------[ pom ]---------------------------------
01:09:14 [INFO] 
01:09:14 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.tests.releng ---
01:09:14 [INFO] 
01:09:14 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.releng ---
01:09: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/releng/tests/main-tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:09:14 [INFO] 
01:09:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.main.tests.releng ---
01:09:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:09:14 [INFO] 
01:09:14 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.targetplatform >--
01:09:14 [INFO] Building org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT [175/175]
01:09:14 [INFO]   from main-tests/targetPlatform/pom.xml
01:09:14 [INFO] ---------------------[ eclipse-target-definition ]----------------------
01:09:14 [INFO] 
01:09:14 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.main.tests.targetplatform ---
01:09:14 [INFO] 
01:09:14 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.targetplatform ---
01:09: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/releng/tests/main-tests/targetPlatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
01:09:14 [INFO] 
01:09:14 [INFO] --- tycho-packaging:4.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.main.tests.targetplatform ---
01:09:14 [INFO] 
01:09:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.main.tests.targetplatform ---
01:09:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:09:14 [INFO] ------------------------------------------------------------------------
01:09:14 [INFO] Reactor Summary:
01:09:14 [INFO] 
01:09:14 [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SUCCESS [  1.350 s]
01:09:14 [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SUCCESS [ 32.607 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [  0.004 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SUCCESS [  2.974 s]
01:09:14 [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SUCCESS [  5.800 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SUCCESS [  2.730 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SUCCESS [  2.057 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SUCCESS [  0.674 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT  SUCCESS [  0.021 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SUCCESS [  4.317 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SUCCESS [  2.751 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SUCCESS [  3.345 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SUCCESS [  0.592 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SUCCESS [  3.143 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SUCCESS [  2.849 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SUCCESS [  3.426 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SUCCESS [  2.607 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SUCCESS [  2.636 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SUCCESS [  2.465 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT SUCCESS [  2.801 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT SUCCESS [  2.188 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SUCCESS [  2.701 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SUCCESS [  2.610 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT SUCCESS [  0.612 s]
01:09:14 [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SUCCESS [ 12.276 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SUCCESS [  0.379 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SUCCESS [  5.198 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  2.412 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SUCCESS [  2.715 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SUCCESS [  2.613 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SUCCESS [  2.239 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SUCCESS [  2.386 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SUCCESS [  2.091 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SUCCESS [  0.802 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SUCCESS [  2.260 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SUCCESS [  2.788 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  2.242 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SUCCESS [  0.493 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SUCCESS [  2.349 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SUCCESS [  2.508 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SUCCESS [  0.596 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SUCCESS [  2.538 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SUCCESS [  1.966 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SUCCESS [  2.318 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SUCCESS [  2.272 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SUCCESS [  0.478 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SUCCESS [  2.243 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SUCCESS [  2.000 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SUCCESS [  0.539 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SUCCESS [  0.650 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SUCCESS [  2.884 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SUCCESS [  3.444 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SUCCESS [  2.892 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SUCCESS [  2.366 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT  SUCCESS [  2.169 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SUCCESS [  1.838 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SUCCESS [  0.467 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  2.183 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SUCCESS [  1.883 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SUCCESS [  1.977 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SUCCESS [  1.960 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SUCCESS [  1.728 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SUCCESS [  0.396 s]
01:09:14 [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [  2.070 s]
01:09:14 [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SUCCESS [  2.252 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SUCCESS [  0.485 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SUCCESS [  1.925 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [  2.070 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SUCCESS [  2.578 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SUCCESS [  2.447 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SUCCESS [  2.353 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SUCCESS [  2.056 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT SUCCESS [  2.102 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SUCCESS [  2.304 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SUCCESS [  1.961 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SUCCESS [  0.469 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SUCCESS [  0.721 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SUCCESS [  0.758 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SUCCESS [  0.378 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SUCCESS [  1.975 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SUCCESS [  0.626 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SUCCESS [  1.909 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SUCCESS [  1.871 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SUCCESS [  1.862 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SUCCESS [  1.718 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SUCCESS [  1.910 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SUCCESS [  1.888 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SUCCESS [  1.734 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SUCCESS [  1.805 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT SUCCESS [  2.262 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SUCCESS [  1.755 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SUCCESS [  2.040 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SUCCESS [  2.386 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SUCCESS [  1.892 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SUCCESS [  2.158 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SUCCESS [  2.184 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SUCCESS [  2.386 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SUCCESS [  0.761 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SUCCESS [  0.592 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT . SUCCESS [  1.778 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SUCCESS [  0.629 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.182 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [  1.967 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.488 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SUCCESS [  1.863 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.329 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [  1.853 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  1.896 s]
01:09:14 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.351 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT . SUCCESS [ 10.455 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SUCCESS [  0.497 s]
01:09:14 [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SUCCESS [ 54.837 s]
01:09:14 [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SUCCESS [  2.202 s]
01:09:14 [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SUCCESS [01:40 min]
01:09:14 [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 56.124 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 54.841 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SUCCESS [  1.180 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  2.192 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  2.015 s]
01:09:14 [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SUCCESS [04:19 min]
01:09:14 [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SUCCESS [  1.157 s]
01:09:14 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SUCCESS [06:00 min]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SUCCESS [  2.934 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SUCCESS [  2.784 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT SUCCESS [  2.626 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SUCCESS [08:37 min]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SUCCESS [  2.856 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SUCCESS [  2.414 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SUCCESS [  2.370 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SUCCESS [  2.129 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [06:24 min]
01:09:14 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SUCCESS [  2.373 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 26.203 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SUCCESS [  0.536 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SUCCESS [  1.111 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SUCCESS [  2.272 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  1.092 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SUCCESS [04:06 min]
01:09:14 [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SUCCESS [  2.251 s]
01:09:14 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SUCCESS [  2.130 s]
01:09:14 [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 52.361 s]
01:09:14 [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT SUCCESS [  0.002 s]
01:09:14 [INFO] org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
01:09:14 [INFO] ------------------------------------------------------------------------
01:09:14 [INFO] BUILD SUCCESS
01:09:14 [INFO] ------------------------------------------------------------------------
01:09:14 [INFO] Total time:  40:33 min
01:09:14 [INFO] Finished at: 2024-05-06T05:09:14Z
01:09:14 [INFO] ------------------------------------------------------------------------
01:09:15 [Papyrus-Master-Tests] $ /bin/bash /tmp/jenkins14956252223363673556.sh
01:09:15 /home/jenkins/agent/workspace/Papyrus-Master-Tests
01:09:15 checking for surefire-reports via find
01:09:15 source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/surefire-reports
01:09:15 total 240
01:09:15 -rw-r--r--. 1 jenkins 1000800000   1712 May  6 04:34 org.eclipse.papyrus.developer.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 240217 May  6 04:34 TEST-org.eclipse.papyrus.developer.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/surefire-reports
01:09:15 total 288
01:09:15 -rw-r--r--. 1 jenkins 1000800000  22936 May  6 04:35 org.eclipse.papyrus.editors.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 267500 May  6 04:35 TEST-org.eclipse.papyrus.editors.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/surefire-reports
01:09:15 total 1764
01:09:15 -rw-r--r--. 1 jenkins 1000800000   627 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   627 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   627 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   603 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   607 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   639 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   639 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   639 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   639 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   599 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   599 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   571 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   599 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   599 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   619 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   599 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   599 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   603 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   603 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   615 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000   615 May  6 04:30 org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81862 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81862 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81862 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81844 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81847 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81871 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81871 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81870 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81871 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81841 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81841 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81820 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81841 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81841 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81855 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81841 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81841 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81844 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81844 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81852 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test.xml
01:09:15 -rw-r--r--. 1 jenkins 1000800000 81853 May  6 04:30 TEST-org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test.xml
01:09:15 source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/surefire-reports
01:09:15 total 300
01:09:15 -rw-r--r--. 1 jenkins 1000800000  25028 May  6 04:36 org.eclipse.papyrus.infra.core.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 278283 May  6 04:36 TEST-org.eclipse.papyrus.infra.core.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/surefire-reports
01:09:15 total 252
01:09:15 -rw-r--r--. 1 jenkins 1000800000   7087 May  6 04:37 org.eclipse.papyrus.infra.nattable.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 247866 May  6 04:37 TEST-org.eclipse.papyrus.infra.nattable.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/surefire-reports
01:09:15 total 552
01:09:15 -rw-r--r--. 1 jenkins 1000800000 141130 May  6 04:42 org.eclipse.papyrus.infra.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 418210 May  6 04:42 TEST-org.eclipse.papyrus.infra.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/surefire-reports
01:09:15 total 292
01:09:15 -rw-r--r--. 1 jenkins 1000800000  24490 May  6 04:48 org.eclipse.papyrus.toolsmiths.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 270727 May  6 04:48 TEST-org.eclipse.papyrus.toolsmiths.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/surefire-reports
01:09:15 total 664
01:09:15 -rw-r--r--. 1 jenkins 1000800000 196227 May  6 04:57 org.eclipse.papyrus.uml.diagram.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 481984 May  6 04:57 TEST-org.eclipse.papyrus.uml.diagram.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/surefire-reports
01:09:15 total 444
01:09:15 -rw-r--r--. 1 jenkins 1000800000  90001 May  6 05:03 org.eclipse.papyrus.uml.nattable.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 361718 May  6 05:03 TEST-org.eclipse.papyrus.uml.nattable.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/surefire-reports
01:09:15 total 436
01:09:15 -rw-r--r--. 1 jenkins 1000800000  90015 May  6 05:08 org.eclipse.papyrus.uml.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 354072 May  6 05:08 TEST-org.eclipse.papyrus.uml.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/surefire-reports
01:09:15 total 244
01:09:15 -rw-r--r--. 1 jenkins 1000800000   2317 May  6 05:04 org.eclipse.papyrus.uml.textedit.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 241815 May  6 05:04 TEST-org.eclipse.papyrus.uml.textedit.suite.tests.AllTests.xml
01:09:15 source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/surefire-reports
01:09:15 total 264
01:09:15 -rw-r--r--. 1 jenkins 1000800000   1637 May  6 05:09 org.eclipse.papyrus.views.suite.tests.AllTests.txt
01:09:15 -rw-r--r--. 1 jenkins 1000800000 264454 May  6 05:09 TEST-org.eclipse.papyrus.views.suite.tests.AllTests.xml
01:09:15 Taking screenshot.
01:09:15 [Papyrus-Master-Tests] $ echo $XAUTHORITY
01:09:15 /home/jenkins/agent/workspace/Papyrus-Master-Tests/.Xauthority-8261140061875967869
01:09:15 [Papyrus-Master-Tests] $ ls -l $XAUTHORITY
01:09:15 -rw-r--r--. 1 jenkins 1000800000 0 May  6 04:28 /home/jenkins/agent/workspace/Papyrus-Master-Tests/.Xauthority-8261140061875967869
01:09:15 [Papyrus-Master-Tests] $ import -window root -display :29 screenshot.jpg
01:09:15 Terminating xvnc.
01:09:21 Archiving artifacts
01:09:25 Recording test results
01:09:28 [Checks API] No suitable checks publisher found.
01:09:28 Finished: SUCCESS